GNU bug report logs - #6369
[PATCH] Fix erc-track-visibility customize choice.

Previous Next

Package: emacs;

Reported by: Julien Danjou <julien <at> danjou.info>

Date: Mon, 7 Jun 2010 09:34:02 UTC

Severity: normal

Tags: patch

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6369 in the body.
You can then email your comments to 6369 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6369; Package emacs. (Mon, 07 Jun 2010 09:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julien Danjou <julien <at> danjou.info>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 07 Jun 2010 09:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julien Danjou <julien <at> danjou.info>
To: bug-gnu-emacs <at> gnu.org
Cc: Julien Danjou <julien <at> danjou.info>
Subject: [PATCH] Fix erc-track-visibility customize choice.
Date: Mon,  7 Jun 2010 11:32:47 +0200
`active' does not seems like a valid symbol here, it's rather
`selected-visible'.

Signed-off-by: Julien Danjou <julien <at> danjou.info>
---
 lisp/erc/erc-track.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 8d4f4c1..329ec5b 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -85,8 +85,8 @@ Activity means that there was no user input in the last 10 seconds."
   :type  '(choice (const :tag "All frames" t)
 		  (const :tag "All visible frames" visible)
 		  (const :tag "Only the selected frame" nil)
-		  (const :tag "Only the selected frame if it was active"
-			 active)))
+		  (const :tag "Only the selected frame if it is visible"
+			 selected-visible))
 
 (defcustom erc-track-exclude nil
   "A list targets (channel names or query targets) which should not be tracked."
-- 
1.7.1





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Fri, 04 Mar 2011 05:05:01 GMT) Full text and rfc822 format available.

Notification sent to Julien Danjou <julien <at> danjou.info>:
bug acknowledged by developer. (Fri, 04 Mar 2011 05:05:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 6369-done <at> debbugs.gnu.org
Subject: Re: [PATCH] Fix erc-track-visibility customize choice.
Date: Fri, 04 Mar 2011 00:04:49 -0500
Version: 24.1

Applied (without the paren typo).




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 Apr 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 81 days ago.

Previous Next


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