From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 07 13:34:27 2012 Received: (at submit) by debbugs.gnu.org; 7 Apr 2012 17:34:27 +0000 Received: from localhost ([127.0.0.1]:44056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGZWr-0008UW-IA for submit@debbugs.gnu.org; Sat, 07 Apr 2012 13:34:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57869) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGZWn-0008UM-Ac for submit@debbugs.gnu.org; Sat, 07 Apr 2012 13:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGZVz-00059c-9Z for submit@debbugs.gnu.org; Sat, 07 Apr 2012 13:33:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:41853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGZVz-00059V-3C for submit@debbugs.gnu.org; Sat, 07 Apr 2012 13:33:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGZVv-0004PT-Oi for bug-gnu-emacs@gnu.org; Sat, 07 Apr 2012 13:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGZVr-00058d-S8 for bug-gnu-emacs@gnu.org; Sat, 07 Apr 2012 13:33:27 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:63131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGZVr-00058C-Ai for bug-gnu-emacs@gnu.org; Sat, 07 Apr 2012 13:33:23 -0400 Received: by bkwq16 with SMTP id q16so3120918bkw.0 for ; Sat, 07 Apr 2012 10:33:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=foqQ2/Fp7weus4KMekbPW9H7mP1jOK4FZtfFnYsTB9c=; b=A7dOIMReRaQZYnNdlVvlngO6E64XNOFUJawG3xX9U5ctIw0ieg4H67EPpnsmWtKg9X ADVgwmRizAJyc76q2gob5qTZ0T9PcetoDzslxqC0V/XzIOkTH3hfUrLJGktqqmwTyQb2 0e5aIKK0kYX3XY6WSK/D7jRqaefcae2Ewd1DmkxF86vYlth5Lf1WjgdqqrlZfGHVVj5q JMzW8vwiJhumYEyaQzGSqQzNWxQ0gjkFHfl2eOrC8Xp3gpiYln43GJa7uZyVTGHETvQY OpSpi8E3XaDliIZX09xhY/ex8McSlurA0RZja06dtQgag5u6zUj0SYjTcnUti1siVSSe DUVQ== Received: by 10.205.132.71 with SMTP id ht7mr838124bkc.19.1333820001149; Sat, 07 Apr 2012 10:33:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.33.79 with HTTP; Sat, 7 Apr 2012 10:33:05 -0700 (PDT) From: Ken Manheimer Date: Sat, 7 Apr 2012 13:33:05 -0400 Message-ID: Subject: 24.0.95; rcirc /quit command always quits all servers To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=000e0ce0b8585ce24c04bd1a2b13 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --000e0ce0b8585ce24c04bd1a2b13 Content-Type: text/plain; charset=ISO-8859-1 This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgement at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Using the rcirc /quit command in a server or channel buffer causes rcirc to quit all servers, not just the current one. This also happens if you do `Esc-x rcirc-cmd-quit', with or without a universal argument. The problem seems to be from a recent (2012-03-18) change to rcirc.el by Leo Liu, to "Allow quiting all servers". Unfortunately, it prevents quitting only the current server. I'm not sure how to conveniently provide for both quitting all servers and quitting the current server, but I am sure that the latter is almost always what I want, and I expect the most common use case. Either the recent change should be reverted or the revision should be repaired to provide the old behavior, by default, as well as the new. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /Applications/Emacs24.app/Contents/Resources/etc/DEBUG. In GNU Emacs 24.0.95.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-04-02 on bob.porkrind.org Windowing system distributor `Apple', version 10.3.1138 Configured using: `configure '--host=x86_64-apple-darwin' '--build=i686-apple-darwin' '--with-ns' 'build_alias=i686-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=gcc -mmacosx-version-min=10.5'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: diff-auto-refine-mode: t show-paren-mode: t rcirc-track-minor-mode: t desktop-save-mode: t shell-dirtrack-mode: t icomplete-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-n C-n C-n C-f C-f C-SPC M-f M-f M-f M-w C-x o C-y SPC r c i r c SPC q u i t - c o m m a n d SPC c h a n g e SPC t h a t SPC c a u s e s SPC / q u i t SPC t o SPC q u i t SPC a l l SPC b u f f e r s s e r v e r s M-q . C-a C-n C-x C-s C-x 4 b e m C-p M-k C-y C-p C-e M-b M-d q u i t C-a C-x C-s C-e M-b m y - C-e C-x C-e q M-. M-o M-. ( p r o v i d e SPC ' r c i r c - m y - q u i t C-d C-d C-a C-x C-s C-x o C-p C-p C-p C-p C-p C-p C-e C-x C-e C-a C-x o C-o C-x C-s M-x e m a c s - b u C-g M-x r e p o r t r c i r c SPC / q u i t SPC c o m m a n d SPC a l w a y s SPC q u i t s SPC a l l SPC s e r v e r s U s i n g SPC / q u i t C-a C-k C-u C-p C-u C-p C-u C-n C-n C-p C-p C-p C-p C-n C-n C-n C-n C-n C-p C-p C-p C-n C-f M-, C-n C-n C-f C-SPC C-e M-w C-x k y e s M-x e m a r e p o r t Recent messages: Checking 68 files in /Applications/Emacs24.app/Contents/Resources/lisp/erc... Checking 48 files in /Applications/Emacs24.app/Contents/Resources/lisp/emulation... Checking 148 files in /Applications/Emacs24.app/Contents/Resources/lisp/emacs-lisp... Checking 24 files in /Applications/Emacs24.app/Contents/Resources/lisp/cedet... Checking 57 files in /Applications/Emacs24.app/Contents/Resources/lisp/calendar... Checking 87 files in /Applications/Emacs24.app/Contents/Resources/lisp/calc... Checking 65 files in /Applications/Emacs24.app/Contents/Resources/lisp/obsolete... Checking 1 files in /Applications/Emacs24.app/Contents/Resources/leim... Checking for load-path shadows...done Mark set Load-path shadows: /Users/klm/lib/emacs/misc hides /Applications/Emacs24.app/Contents/Resources/lisp/misc /Users/klm/lib/emacs/allout_dev/allout hides /Applications/Emacs24.app/Contents/Resources/lisp/allout /Users/klm/lib/emacs/allout_dev/allout-widgets hides /Applications/Emacs24.app/Contents/Resources/lisp/allout-widgets /Users/klm/lib/emacs/align hides /Applications/Emacs24.app/Contents/Resources/lisp/align /Users/klm/lib/emacs/rst hides /Applications/Emacs24.app/Contents/Resources/lisp/textmodes/rst /Users/klm/lib/emacs/css-mode hides /Applications/Emacs24.app/Contents/Resources/lisp/textmodes/css-mode /Users/klm/lib/emacs/nxml/xsd-regexp hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/xsd-regexp /Users/klm/lib/emacs/nxml/xmltok hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/xmltok /Users/klm/lib/emacs/nxml/rng-xsd hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-xsd /Users/klm/lib/emacs/nxml/rng-valid hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-valid /Users/klm/lib/emacs/nxml/rng-util hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-util /Users/klm/lib/emacs/nxml/rng-uri hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-uri /Users/klm/lib/emacs/nxml/rng-pttrn hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-pttrn /Users/klm/lib/emacs/nxml/rng-parse hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-parse /Users/klm/lib/emacs/nxml/rng-nxml hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-nxml /Users/klm/lib/emacs/nxml/rng-match hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-match /Users/klm/lib/emacs/nxml/rng-maint hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-maint /Users/klm/lib/emacs/nxml/rng-loc hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-loc /Users/klm/lib/emacs/nxml/rng-dt hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-dt /Users/klm/lib/emacs/nxml/rng-cmpct hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-cmpct /Users/klm/lib/emacs/nxml/nxml-util hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-util /Users/klm/lib/emacs/nxml/nxml-uchnm hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-uchnm /Users/klm/lib/emacs/nxml/nxml-parse hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-parse /Users/klm/lib/emacs/nxml/nxml-ns hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-ns /Users/klm/lib/emacs/nxml/nxml-mode hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-mode /Users/klm/lib/emacs/nxml/nxml-maint hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-maint /Users/klm/lib/emacs/nxml/nxml-glyph hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-glyph /Users/klm/lib/emacs/nxml/nxml-enc hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-enc Features: (shadow sort mail-extr gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig mailcap gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range gnus-win emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums rcirc-my-quit log-view pcmpl-unix newcomment vc-rcs cl-specs edebug dabbrev debug apropos diff-mode log-edit pcvs-util easy-mmode compare-w epa multi-isearch time-stamp pp cus-edit help-mode view disp-table network-stream starttls tls ind-util dcl-mode tempo sgml-mode outdent python-21 python vc-bzr add-log info easymenu parse-time vc-cvs jka-compr saveplace paren rcirc-notify rcirc-groups derived edmacro kmacro rcirc avoid iswitchb grep compile gnus gnus-ems nnheader mail-utils hl-line desktop allout-widgets wid-edit allout cus-start cus-load delsel mouse-drag flyspell ispell server dired uniquify warnings poptoshell user-info ange-ftp tramp-ftp tramp-sh tramp tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv macroexp assoc gnus-util mm-util mail-prsvr password-cache shell pcomplete comint ansi-color ring format-spec advice help-fns advice-preload tramp-loaddefs regexp-opt file-registry namedmarks vc ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff vc-dispatcher misc redo icomplete nxml-mode nxml-util nxml-glyph nxml-enc xmltok find-func retain-copy cl epg epg-config time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) --000e0ce0b8585ce24c04bd1a2b13 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gn= u.org. =A0Please check that
the From: line contains a valid e= mail address. =A0After a delay of up
to one day, you should receive an acknowledgement at that address.

Please write in English if possible, as the Emacs mai= ntainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug,= and
the precise symptoms of the bug. =A0If you can, give a recip= e
starting from `emacs -Q':


Using the rcirc /quit command in a server or channel buffer causes rci= rc
to quit all servers, not just the current one. This also happe= ns if you
do `Esc-x rcirc-cmd-quit', with or without a univer= sal argument.

The problem seems to be from a recent (2012-03-18) chan= ge to rcirc.el by
Leo Liu, to "Allow quiting all servers&quo= t;. Unfortunately, it prevents
quitting only the current server.<= /div>

I'm not sure how to conveniently provide for both q= uitting all servers
and quitting the current server, but I am sur= e that the latter is almost
always what I want, and I expect the = most common use case. Either
the recent change should be reverted or the revision should be repaire= d
to provide the old behavior, by default, as well as the new.


If Emacs crashed, and you have the Em= acs process in the gdb debugger,
please include the output from the following gdb commands:
= =A0 =A0 `bt full' and `xbacktrace'.
For information about= debugging Emacs, please read the file
/Applications/Emacs24.app/= Contents/Resources/etc/DEBUG.


In GNU Emacs 24.0.95.1 (x86_64-apple-dar= win, NS apple-appkit-1038.36)
=A0of 2012-04-02 on bob.porkrind.org
Windowing system distri= butor `Apple', version 10.3.1138
Configured using:
=A0`configure '--host=3Dx86_64-apple-d= arwin' '--build=3Di686-apple-darwin'
=A0'--with-n= s' 'build_alias=3Di686-apple-darwin'
=A0'host_ali= as=3Dx86_64-apple-darwin' 'CC=3Dgcc -mmacosx-version-min=3D10.5'= ;'

Important settings:
=A0 value of $LC_ALL: nil=
=A0 value of $LC_COLLATE: nil
=A0 value of $LC_CTYPE: = nil
=A0 value of $LC_MESSAGES: nil
=A0 value of $LC_MON= ETARY: nil
=A0 value of $LC_NUMERIC: nil
=A0 value of $LC_TIME: nil
=A0 value of $LANG: nil
=A0 value of $XMODIFIERS: nil
=A0 locale-coding-system: nil
=A0 default enable-multibyte-= characters: t

Major mode: Emacs-Lisp

Minor m= odes in effect:
=A0 diff-auto-refine-mode: t
=A0 show-p= aren-mode: t
=A0 rcirc-track-minor-mode: t
=A0 desktop-= save-mode: t
=A0 shell-dirtrack-mode: t
=A0 icomplete-mode: t
= =A0 tooltip-mode: t
=A0 mouse-wheel-mode: t
=A0 file-na= me-shadow-mode: t
=A0 global-font-lock-mode: t
=A0 font= -lock-mode: t
=A0 blink-cursor-mode: t
=A0 auto-composition-mode: t
<= div>=A0 auto-encryption-mode: t
=A0 auto-compression-mode: t
=A0 line-number-mode: t
=A0 transient-mark-mode: t

Recent input:
C-n C-n C-n C-f C-f C-SPC M-f M-f M-f M-w C-x = o C-y=A0
SPC r c i r c SPC q u i t - c o m m a n d SPC c h a=A0
n g e SPC t h a t SPC c a u s e s SPC / q u i t SPC=A0
t= o SPC q u i t SPC a l l SPC b u f f e r s <M-backspace>=A0
s e r v e r s M-q . C-a C-n C-x C-s C-x 4 b e m <tab>=A0
<return> C-p M-k C-y C-p C-e M-b M-d q u i t C-a C-x=A0
= C-s C-e M-b m y - C-e C-x C-e q M-. M-o M-. ( p r o=A0
v i d e SP= C ' r c i r c - m y - q u i t C-d C-d C-a=A0
C-x C-s C-x o C-p C-p C-p C-p C-p C-p C-e C-x C-e C-a=A0
C-x= o C-o C-x C-s M-x e m a c s - b u C-g M-x r e p=A0
o r t <ret= urn> r c i r c SPC / q u i t SPC c o m m=A0
a n d SPC a l w a = y s SPC q u i t s SPC a l l SPC s=A0
e r v e r s <return> U s i n g SPC / q u i t C-a C-k=A0
C-u C-p C-u C-p C-u C-n C-n <return> C-p C-p C-p C-p=A0
C= -n C-n C-n C-n C-n C-p C-p C-p C-n C-f M-, C-n C-n=A0
<down-mo= use-1> <mouse-1> <down-mouse-1> <mouse-1> C-f=A0
C-SPC C-e M-w C-x k <return> y e s <return> M-x e m=A0
a <backspace> <backspace> <backspace> r e p o r t = <tab>=A0
<return>

Recent mes= sages:
Checking 68 files in /Applications/Emacs24.app/Contents/Resources/lisp= /erc...
Checking 48 files in /Applications/Emacs24.app/Contents/R= esources/lisp/emulation...
Checking 148 files in /Applications/Em= acs24.app/Contents/Resources/lisp/emacs-lisp...
Checking 24 files in /Applications/Emacs24.app/Contents/Resources/lisp= /cedet...
Checking 57 files in /Applications/Emacs24.app/Contents= /Resources/lisp/calendar...
Checking 87 files in /Applications/Em= acs24.app/Contents/Resources/lisp/calc...
Checking 65 files in /Applications/Emacs24.app/Contents/Resources/lisp= /obsolete...
Checking 1 files in /Applications/Emacs24.app/Conten= ts/Resources/leim...
Checking for load-path shadows...done
Mark set

Load-path shadows:
/Users/= klm/lib/emacs/misc hides /Applications/Emacs24.app/Contents/Resources/lisp/= misc
/Users/klm/lib/emacs/allout_dev/allout hides /Applications/E= macs24.app/Contents/Resources/lisp/allout
/Users/klm/lib/emacs/allout_dev/allout-widgets hides /Applications/Ema= cs24.app/Contents/Resources/lisp/allout-widgets
/Users/klm/lib/em= acs/align hides /Applications/Emacs24.app/Contents/Resources/lisp/align
/Users/klm/lib/emacs/rst hides /Applications/Emacs24.app/Contents/Reso= urces/lisp/textmodes/rst
/Users/klm/lib/emacs/css-mode hides /App= lications/Emacs24.app/Contents/Resources/lisp/textmodes/css-mode
/Users/klm/lib/emacs/nxml/xsd-regexp hides /Applications/Emacs24.app/Conten= ts/Resources/lisp/nxml/xsd-regexp
/Users/klm/lib/emacs/nxml/xmlto= k hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/xmltok
/Users/klm/lib/emacs/nxml/rng-xsd hides /Applications/Emacs24.app/Cont= ents/Resources/lisp/nxml/rng-xsd
/Users/klm/lib/emacs/nxml/rng-va= lid hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-valid<= /div>
/Users/klm/lib/emacs/nxml/rng-util hides /Applications/Emacs24.app/Con= tents/Resources/lisp/nxml/rng-util
/Users/klm/lib/emacs/nxml/rng-= uri hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-uri
/Users/klm/lib/emacs/nxml/rng-pttrn hides /Applications/Emacs24.app/Co= ntents/Resources/lisp/nxml/rng-pttrn
/Users/klm/lib/emacs/nxml/rn= g-parse hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-pa= rse
/Users/klm/lib/emacs/nxml/rng-nxml hides /Applications/Emacs24.app/Con= tents/Resources/lisp/nxml/rng-nxml
/Users/klm/lib/emacs/nxml/rng-= match hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-matc= h
/Users/klm/lib/emacs/nxml/rng-maint hides /Applications/Emacs24.app/Co= ntents/Resources/lisp/nxml/rng-maint
/Users/klm/lib/emacs/nxml/rn= g-loc hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-loc<= /div>
/Users/klm/lib/emacs/nxml/rng-dt hides /Applications/Emacs24.app/Conte= nts/Resources/lisp/nxml/rng-dt
/Users/klm/lib/emacs/nxml/rng-cmpc= t hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/rng-cmpct
/Users/klm/lib/emacs/nxml/nxml-util hides /Applications/Emacs24.app/Co= ntents/Resources/lisp/nxml/nxml-util
/Users/klm/lib/emacs/nxml/nx= ml-uchnm hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-= uchnm
/Users/klm/lib/emacs/nxml/nxml-parse hides /Applications/Emacs24.app/C= ontents/Resources/lisp/nxml/nxml-parse
/Users/klm/lib/emacs/nxml/= nxml-ns hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-n= s
/Users/klm/lib/emacs/nxml/nxml-mode hides /Applications/Emacs24.app/Co= ntents/Resources/lisp/nxml/nxml-mode
/Users/klm/lib/emacs/nxml/nx= ml-maint hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-= maint
/Users/klm/lib/emacs/nxml/nxml-glyph hides /Applications/Emacs24.app/C= ontents/Resources/lisp/nxml/nxml-glyph
/Users/klm/lib/emacs/nxml/= nxml-enc hides /Applications/Emacs24.app/Contents/Resources/lisp/nxml/nxml-= enc

Features:
(shadow sort mail-extr gnus-msg gnu= s-art mm-uu mml2015 mm-view mml-smime
smime dig mailcap gnus-sum = nnoo gnus-group gnus-undo nnmail mail-source
gnus-start gnus-spec= gnus-int gnus-range gnus-win emacsbug message
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums=
rcirc-my-quit log-view pcmpl-unix newcomment vc-rcs cl-specs ede= bug
dabbrev debug apropos diff-mode log-edit pcvs-util easy-mmode compare-= w
epa multi-isearch time-stamp pp cus-edit help-mode view disp-ta= ble
network-stream starttls tls ind-util dcl-mode tempo sgml-mode= outdent
python-21 python vc-bzr add-log info easymenu parse-time vc-cvs
<= div>jka-compr saveplace paren rcirc-notify rcirc-groups derived edmacro
kmacro rcirc avoid iswitchb grep compile gnus gnus-ems nnheader
mail-utils hl-line desktop allout-widgets wid-edit allout cus-start
cus-load delsel mouse-drag flyspell ispell server dired uniquify
warnings poptoshell user-info ange-ftp tramp-ftp tramp-sh tramp
tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv
macroexp assoc gnus-util mm-util mail-prsvr password-cache shell
pcomplete comint ansi-color ring format-spec advice help-fns
advice-preload tramp-loaddefs regexp-opt file-registry namedmarks vc
ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult<= /div>
ediff-init ediff vc-dispatcher misc redo icomplete nxml-mode nxml= -util
nxml-glyph nxml-enc xmltok find-func retain-copy cl epg epg-config
time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win<= /div>
tool-bar dnd fontset image fringe lisp-mode register page menu-ba= r
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnam= ese
tibetan thai tai-viet lao korean japanese hebrew greek romani= an slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face files text-properties overlay sha1 md5 base64 format env<= /div>
code-pages mule custom widget hashtable-print-readable backquote
=
make-network-process ns multi-tty emacs)

--000e0ce0b8585ce24c04bd1a2b13-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 07 14:22:31 2012 Received: (at submit) by debbugs.gnu.org; 7 Apr 2012 18:22:31 +0000 Received: from localhost ([127.0.0.1]:44094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGaHP-00019O-5l for submit@debbugs.gnu.org; Sat, 07 Apr 2012 14:22:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40902) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGaHN-00019I-DP for submit@debbugs.gnu.org; Sat, 07 Apr 2012 14:22:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGaGc-0007Zy-3s for submit@debbugs.gnu.org; Sat, 07 Apr 2012 14:21:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,RCVD_NUMERIC_HELO autolearn=ham version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:49985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGaGc-0007Zu-0R for submit@debbugs.gnu.org; Sat, 07 Apr 2012 14:21:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGaGa-00064d-Aw for bug-gnu-emacs@gnu.org; Sat, 07 Apr 2012 14:21:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGaGY-0007ZJ-HZ for bug-gnu-emacs@gnu.org; Sat, 07 Apr 2012 14:21:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:46897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGaGY-0007Z8-Au for bug-gnu-emacs@gnu.org; Sat, 07 Apr 2012 14:21:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SGaGT-0005tY-Rb for bug-gnu-emacs@gnu.org; Sat, 07 Apr 2012 20:21:33 +0200 Received: from 61.148.242.23 ([61.148.242.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Apr 2012 20:21:33 +0200 Received: from sdl.web by 61.148.242.23 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Apr 2012 20:21:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Leo Subject: Re: bug#11192: 24.0.95; rcirc /quit command always quits all servers Date: Sun, 08 Apr 2012 02:20:58 +0800 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 61.148.242.23 Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAADFBMVEUvT09qWs3/pQD///+J kUVcAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cBBwMLOd3veKQA AACuSURBVBjTldE9CgIxEAXgB+lEyFUC2wo5ikdZ8DSypxhMY7H9VuIVwlqkGRgnm59VsHGafIQ3 CZlAtmKIRaHETgYa12lqvEsPYKf8wXHsPGfqPaUM0g9aJPKFXkmNQmSDqwzz4Fpgpz+6WAPY2z5o uPJJpu0uypcl4nyCibMLQ8lCiVjayLoQvw5LsVKQuHPRR958HZbOcVsKeepcLxpByjycGvnKmY+c MBvrtyjfe0vmuLvdq/kAAAAASUVORK5CYII= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (Mac OS X 10.6.8) Cancel-Lock: sha1:tqUc6Z/cD+sOQMMu/Vo4wGAwJq0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.7 (-----) On 2012-04-08 01:33 +0800, Ken Manheimer wrote: > Using the rcirc /quit command in a server or channel buffer causes rcirc > to quit all servers, not just the current one. This also happens if you > do `Esc-x rcirc-cmd-quit', with or without a universal argument. > > The problem seems to be from a recent (2012-03-18) change to rcirc.el by > Leo Liu, to "Allow quiting all servers". Unfortunately, it prevents > quitting only the current server. > > I'm not sure how to conveniently provide for both quitting all servers > and quitting the current server, but I am sure that the latter is almost > always what I want, and I expect the most common use case. Either > the recent change should be reverted or the revision should be repaired > to provide the old behavior, by default, as well as the new. Sorry for the inconvenience. I think revert my change is the right thing. I am on 3G network and have no emacs-24 setup. I wonder if someone else could help me revert that change. Thanks. BTW, my use case is to quit all server always, which is opposite of yours. Rcirc's handling of commands is too restrictive, which is something I want to rework for 24.2. Leo From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 08 09:21:50 2012 Received: (at 11192) by debbugs.gnu.org; 8 Apr 2012 13:21:50 +0000 Received: from localhost ([127.0.0.1]:44532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGs3x-0002dd-VL for submit@debbugs.gnu.org; Sun, 08 Apr 2012 09:21:50 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:48156) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGs3w-0002dW-9i for 11192@debbugs.gnu.org; Sun, 08 Apr 2012 09:21:48 -0400 Received: from bb121-6-72-34.singnet.com.sg ([121.6.72.34]:43136 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SGs36-0000e2-Fc; Sun, 08 Apr 2012 09:20:57 -0400 From: Chong Yidong To: Leo Subject: Re: bug#11192: 24.0.95; rcirc /quit command always quits all servers References: Date: Sun, 08 Apr 2012 21:20:47 +0800 In-Reply-To: (Leo's message of "Sun, 08 Apr 2012 02:20:58 +0800") Message-ID: <87r4vypdg0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11192 Cc: 11192@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Leo writes: > Sorry for the inconvenience. I think revert my change is the right > thing. I am on 3G network and have no emacs-24 setup. I wonder if > someone else could help me revert that change. Thanks. Done. From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 08 09:22:11 2012 Received: (at control) by debbugs.gnu.org; 8 Apr 2012 13:22:11 +0000 Received: from localhost ([127.0.0.1]:44536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGs4J-0002ec-6h for submit@debbugs.gnu.org; Sun, 08 Apr 2012 09:22:11 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:48160) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SGs4I-0002eW-2Q for control@debbugs.gnu.org; Sun, 08 Apr 2012 09:22:10 -0400 Received: from bb121-6-72-34.singnet.com.sg ([121.6.72.34]:43137 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SGs3S-0000eR-Vi for control@debbugs.gnu.org; Sun, 08 Apr 2012 09:21:19 -0400 From: Chong Yidong To: control@debbugs.gnu.org Subject: close 11192 Date: Sun, 08 Apr 2012 21:21:11 +0800 Message-ID: <87aa2m2wc8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) close 11192 thanks From unknown Sat Aug 16 11:41:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 May 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator