GNU bug report logs -
#25274
Fix bug in customizing `mail-sources' variable
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#25274: Fix bug in customizing `mail-sources' variable
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 25274 <at> debbugs.gnu.org.
--
25274: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25274
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.
[Message part 3 (message/rfc822, inline)]
[0001-Fix-bug-in-customizing-mail-sources-variable.patch (text/x-patch, inline)]
From b51b93c8b1e9a57564e750894eaa35781e496fe5 Mon Sep 17 00:00:00 2001
From: Bake Timmons <b2timmons <at> speedymail.org>
Date: Sun, 25 Dec 2016 22:03:13 -0500
Subject: [PATCH] Fix bug in customizing `mail-sources' variable
* lisp/gnus/mail-source.el (mail-sources): Use list instead of cons
for lone argument.
---
lisp/gnus/mail-source.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el
index 59a97dbb8c..8b7c8e0847 100644
--- 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)
--
2.11.0
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.