GNU bug report logs - #25274
Fix bug in customizing `mail-sources' variable

Previous Next

Package: emacs;

Reported by: Bake Timmons <65pandas <at> gmail.com>

Date: Mon, 26 Dec 2016 07:01:02 UTC

Severity: minor

Tags: patch

Done: Katsumi Yamaoka <yamaoka <at> jpl.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 25274-done <at> debbugs.gnu.org (full text, mbox):

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: Bake Timmons <65pandas <at> gmail.com>
Cc: 25274-done <at> debbugs.gnu.org
Subject: Re: bug#25274: Fix bug in customizing `mail-sources' variable
Date: Tue, 27 Dec 2016 15:39:35 +0900
On Sun, 25 Dec 2016 23:35:35 -0500, Bake Timmons wrote:
> --- a/lisp/gnus/mail-source.el
> +++ b/lisp/gnus/mail-source.el
> @@ -66,7 +66,7 @@ See Info node `(gnus)Mail Source Specifiers'."
>  	  (repeat :tag "List"
>  	   (choice :format "%[Value Menu%] %v"
>  		   :value (file)
> -		   (cons :tag "Group parameter `mail-source'"
> +		   (list :tag "Group parameter `mail-source'"
>  			 (const :format "" group))
>  		   (cons :tag "Spool file"
>  			 (const :format "" file)

I verified the present code causes an error and applied the patch
to the master.  Thanks.




This bug report was last modified 8 years and 150 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.