all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [emacs-diffs] /srv/bzr/emacs/trunk r104367: Minor gnus-group.el change.
       [not found] <E1QPPCS-00061j-B0@colonialone.fsf.org>
@ 2011-05-26  8:10 ` Sven Joachim
  0 siblings, 0 replies; only message in thread
From: Sven Joachim @ 2011-05-26  8:10 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

On 2011-05-26 02:49 +0200, Glenn Morris wrote:

> ------------------------------------------------------------
> revno: 104367
> committer: Glenn Morris <rgm@gnu.org>
> branch nick: trunk
> timestamp: Wed 2011-05-25 20:49:54 -0400
> message:
>   Minor gnus-group.el change.
>   
>   * lisp/gnus/gnus-group.el (gnus-bug-group-download-format-alist):
>   Use the "maintainer" version of debbugs.gnu.org reports.
> modified:
>   lisp/gnus/ChangeLog
>   lisp/gnus/gnus-group.el
> === modified file 'lisp/gnus/ChangeLog'
> --- a/lisp/gnus/ChangeLog	2011-05-24 09:46:18 +0000
> +++ b/lisp/gnus/ChangeLog	2011-05-26 00:49:54 +0000
> @@ -1,3 +1,8 @@
> +2011-05-26  Glenn Morris  <rgm@gnu.org>
> +
> +	* gnus-group.el (gnus-bug-group-download-format-alist):
> +	Use the "maintainer" version of debbugs.gnu.org reports.
> +
>  2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
>  
>  	* gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
>
> === modified file 'lisp/gnus/gnus-group.el'
> --- a/lisp/gnus/gnus-group.el	2011-05-17 02:32:50 +0000
> +++ b/lisp/gnus/gnus-group.el	2011-05-26 00:49:54 +0000
> @@ -2410,14 +2410,17 @@
>      (gnus-read-ephemeral-gmane-group group start range)))
>  
>  (defcustom gnus-bug-group-download-format-alist
> -  '((emacs . "http://debbugs.gnu.org/%s;mbox=yes")
> +  '((emacs . "http://debbugs.gnu.org/%s;mbox=yes;mboxmaint=yes")
>      (debian
>       . "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes"))

Using the maintainer mbox format would be quite useful for Debian bugs
as well:

--8<---------------cut here---------------start------------->8---
=== modified file 'lisp/gnus/gnus-group.el'
--- lisp/gnus/gnus-group.el	2011-05-26 00:49:54 +0000
+++ lisp/gnus/gnus-group.el	2011-05-26 08:04:40 +0000
@@ -2412,7 +2412,7 @@ Valid input formats include:
 (defcustom gnus-bug-group-download-format-alist
   '((emacs . "http://debbugs.gnu.org/%s;mbox=yes;mboxmaint=yes")
     (debian
-     . "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes"))
+     . "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s&mbox=yes;mboxmaint=yes"))
   "Alist of symbols for bug trackers and the corresponding URL format string.
 The URL format string must contain a single \"%s\", specifying
 the bug number, and browsing the URL must return mbox output."

--8<---------------cut here---------------end--------------->8---

Could you please apply that?

Cheers,
        Sven



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1QPPCS-00061j-B0@colonialone.fsf.org>
2011-05-26  8:10 ` [emacs-diffs] /srv/bzr/emacs/trunk r104367: Minor gnus-group.el change Sven Joachim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.