[elpa] master 9b1b830: Lowe the hit default
branch: master commit 9b1b830fc3f3b7b1a9cb57344e1a9d05c204041f Author: Lars Ingebrigtsen Commit: Lars Ingebrigtsen Lowe the hit default * debbugs-gnu.el (debbugs-gnu-default-hits-per-page): Lower the hit count as per Glenn's request. --- packages/debbugs/debbugs-gnu.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index c3f0c15..02cc0ec 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -223,7 +223,7 @@ (mapcar 'cadr (cdr (get 'debbugs-gnu-default-packages 'custom-type))) "*List of all possible package names.") -(defcustom debbugs-gnu-default-hits-per-page 3000 +(defcustom debbugs-gnu-default-hits-per-page 1000 "*The number of bugs shown per page." :group 'debbugs-gnu :type 'integer
[elpa] master 9f0ed67: * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work.
branch: master commit 9f0ed676981301031b18244976526456ed0dc4b6 Author: Lars Ingebrigtsen Commit: Lars Ingebrigtsen * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work. --- packages/debbugs/debbugs-gnu.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index 02cc0ec..71702e1 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -1016,7 +1016,7 @@ Subject fields." (while (not (eobp)) (setq status (debbugs-gnu-current-status)) (if (and (not (member string (assq 'keywords status))) -(not (member string (assq 'severity status))) +(not (equal string (cdr (assq 'severity status (or status-only (not (string-match string (cdr (assq 'originator status) (or status-only
[elpa] master cb49608: Update branch directory
branch: master commit cb49608263c88d3f9a9915d18b516b15b6175479 Author: Lars Ingebrigtsen Commit: Lars Ingebrigtsen Update branch directory --- packages/debbugs/debbugs-gnu.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index 71702e1..12310d2 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -1416,7 +1416,7 @@ The following commands are available: (defvar debbugs-gnu-trunk-directory "~/src/emacs/trunk/" "The directory where the main source tree lives.") -(defvar debbugs-gnu-branch-directory "~/src/emacs/emacs-24/" +(defvar debbugs-gnu-branch-directory "~/src/emacs/emacs-25/" "The directory where the previous source tree lives.") (defun debbugs-gnu-apply-patch (&optional branch)