From juri@jurta.org Wed Jan 7 09:56:42 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Jan 2009 17:56:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n07HudVx032578 for ; Wed, 7 Jan 2009 09:56:40 -0800 Received: from mx10.gnu.org ([199.232.76.166]:48177) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LKccm-00070E-Vp for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 12:55:26 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LKcdr-0006bX-CT for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 12:56:35 -0500 Received: from relay02.kiev.sovam.com ([62.64.120.197]:63111) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LKcdq-0006aK-M6 for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 12:56:31 -0500 Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay02.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1LKcdk-0004hI-N8 for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 19:56:25 +0200 From: Juri Linkov To: emacs-pretest-bug@gnu.org Subject: 23.0.60; C-x RET c RET RET signals an error Organization: JURTA Date: Wed, 07 Jan 2009 19:54:55 +0200 Message-ID: <873afvovbk.fsf@jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanner-Signature: 1e897a521fdb5eac39b1f944f187ca57 X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Trusted X-SpamTest-Info: Profiles 5467 [Oct 22 2008] X-SpamTest-Info: {received from trusted relay: common white list} X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: white ip list X-SpamTest-Rate: 10 X-SpamTest-Status: Trusted X-SpamTest-Status-Extended: trusted X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) In response to the closed and archived bug#1205: >> C-x RET c utf-8 RET C-x C-g >> produces an unexpected error message: >> Wrong type argument: commandp, nil > > Perhaps this: > *** mule-cmds.el 5 Oct 2008 19:07:03 -0000 1.341 > --- mule-cmds.el 21 Oct 2008 02:52:14 -0000 > *************** > *** 287,292 **** > --- 287,295 ---- > (cmd (key-binding keyseq)) > prefix) > > + (if (char-equal last-input-char ?\C-g) > + (keyboard-quit)) > + I just noticed that this fix in `universal-coding-system-argument' causes another bug. It fails with the key sequence `C-x RET c RET RET' that signals an error: Debugger entered--Lisp error: (wrong-type-argument characterp return) char-equal(return 7) universal-coding-system-argument(utf-8-unix) call-interactively(universal-coding-system-argument nil nil) In GNU Emacs 23.0.60 (x86_64-pc-linux-gnu) of 2009-01-06 -- Juri Linkov http://www.jurta.org/emacs/ From rgm@gnu.org Wed Jan 7 10:46:13 2009 Received: (at 1817) by emacsbugs.donarmstrong.com; 7 Jan 2009 18:46:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n07Ik0Yl013127; Wed, 7 Jan 2009 10:46:02 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LKdOa-0000HL-Gh; Wed, 07 Jan 2009 13:44:48 -0500 From: Glenn Morris To: Juri Linkov Cc: 1817@debbugs.gnu.org Subject: Re: bug#1817: 23.0.60; C-x RET c RET RET signals an error References: <873afvovbk.fsf@jurta.org> X-Spook: Area 51 Rand Corporation interception eternity server X-Ran: #SR1XL4v?`jE>I;wqc;.eJEn=<|6~33VVI0d2oP;0u8IjQg#D0$J%jxC\6E.=/gC]_HuD" X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 07 Jan 2009 13:44:48 -0500 In-Reply-To: <873afvovbk.fsf@jurta.org> (Juri Linkov's message of "Wed, 07 Jan 2009 19:54:55 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii merge 1205 1817 stop Juri Linkov wrote: > In response to the closed and archived bug#1205: You can unarchive it, as I did prior to this. >> + (if (char-equal last-input-char ?\C-g) >> + (keyboard-quit)) >> + > > I just noticed that this fix in `universal-coding-system-argument' > causes another bug. It fails with the key sequence `C-x RET c RET RET' > that signals an error: > > Debugger entered--Lisp error: (wrong-type-argument characterp return) > char-equal(return 7) It's suprising (to me) that last-input-char might not be a character, but just change `char-equal' to `equal'. From rgm@gnu.org Wed Jan 7 10:48:32 2009 Received: (at control) by emacsbugs.donarmstrong.com; 7 Jan 2009 18:48:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, X_DEBBUGS_NO_ACK autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n07ImTmc013162 for ; Wed, 7 Jan 2009 10:48:31 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LKdQz-0000Ot-Ne; Wed, 07 Jan 2009 13:47:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18788.63669.679197.915562@fencepost.gnu.org> Date: Wed, 7 Jan 2009 13:47:17 -0500 From: Glenn Morris To: control X-Debbugs-No-Ack: yes forcemerge 1205 1817 From juri@jurta.org Wed Jan 7 11:27:41 2009 Received: (at 1817) by emacsbugs.donarmstrong.com; 7 Jan 2009 19:27:41 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from relay01.kiev.sovam.com (relay01.kiev.sovam.com [62.64.120.200]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n07JRbNM023606 for <1817@emacsbugs.donarmstrong.com>; Wed, 7 Jan 2009 11:27:39 -0800 Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay01.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1LKe45-0000Sc-Ho; Wed, 07 Jan 2009 21:27:41 +0200 From: Juri Linkov To: Glenn Morris Cc: 1817@debbugs.gnu.org Subject: Re: bug#1817: 23.0.60; C-x RET c RET RET signals an error Organization: JURTA References: <873afvovbk.fsf@jurta.org> Date: Wed, 07 Jan 2009 21:27:27 +0200 In-Reply-To: (Glenn Morris's message of "Wed, 07 Jan 2009 13:44:48 -0500") Message-ID: <87ljtmncnl.fsf@jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanner-Signature: 1e897a521fdb5eac39b1f944f187ca57 X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Trusted X-SpamTest-Info: Profiles 6672 [Jan 07 2009] X-SpamTest-Info: {received from trusted relay: common white list} X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: white ip list X-SpamTest-Rate: 10 X-SpamTest-Status: Trusted X-SpamTest-Status-Extended: trusted X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release >> In response to the closed and archived bug#1205: > > You can unarchive it, as I did prior to this. Thanks, I missed the `unarchive' command. >>> + (if (char-equal last-input-char ?\C-g) >>> + (keyboard-quit)) >> >> I just noticed that this fix in `universal-coding-system-argument' >> causes another bug. It fails with the key sequence `C-x RET c RET RET' >> that signals an error: >> >> Debugger entered--Lisp error: (wrong-type-argument characterp return) >> char-equal(return 7) > > It's suprising (to me) that last-input-char might not be a character, > but just change `char-equal' to `equal'. The variable name `last-input-char' is confusing. It holds an input event, not just a character. But as I see, its alias is `last-input-event'. And (info "(elisp) Event Input Misc") says: The alias `last-input-char' exists for compatibility with Emacs version 18. So I perhaps the doc string of `last-input-char' should say that it is an alias for `last-input-event'? -- Juri Linkov http://www.jurta.org/emacs/ From rgm@gnu.org Wed Jan 7 12:02:01 2009 Received: (at 1817) by emacsbugs.donarmstrong.com; 7 Jan 2009 20:02:01 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n07K1xFF032177 for <1817@emacsbugs.donarmstrong.com>; Wed, 7 Jan 2009 12:02:00 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LKea6-0003BE-HA; Wed, 07 Jan 2009 15:00:46 -0500 From: Glenn Morris To: Juri Linkov Cc: 1817@debbugs.gnu.org Subject: Re: bug#1817: 23.0.60; C-x RET c RET RET signals an error References: <873afvovbk.fsf@jurta.org> <87ljtmncnl.fsf@jurta.org> X-Spook: War on Terrorism Treasury Osama mania PET BRLO terrorism X-Ran: eFzs}%BQM`"!1iRttk6 X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 07 Jan 2009 15:00:46 -0500 In-Reply-To: <87ljtmncnl.fsf@jurta.org> (Juri Linkov's message of "Wed, 07 Jan 2009 21:27:27 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Juri Linkov wrote: > The alias `last-input-char' exists for compatibility > with Emacs version 18. > > So I perhaps the doc string of `last-input-char' should say > that it is an alias for `last-input-event'? Definitely, and an obsolete one too, it sounds like. Can't it be made a "real" alias? The comment is also misleading: /* Last input character read for any purpose. */ Lisp_Object last_input_char; last-command-char looks similar. From rgm@gnu.org Wed Jan 7 20:43:21 2009 Received: (at control) by emacsbugs.donarmstrong.com; 8 Jan 2009 04:43:21 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n084hEWU001459 for ; Wed, 7 Jan 2009 20:43:16 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LKmiX-0001Ll-Eu; Wed, 07 Jan 2009 23:42:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18789.33817.377214.78032@fencepost.gnu.org> Date: Wed, 7 Jan 2009 23:42:01 -0500 From: Glenn Morris To: control reassign 1820 spam reassign 1822 spam reassign 1823 spam reassign 1825 spam unmerge 1817 retitle 1817 last-input-char severity 1817 minor reassign 1819 emacs,w32 From rgm@gnu.org Wed Jan 7 21:29:41 2009 Received: (at control) by emacsbugs.donarmstrong.com; 8 Jan 2009 05:29:41 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n085TY6F012946 for ; Wed, 7 Jan 2009 21:29:35 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LKnRN-0003Id-7Z for control@emacsbugs.donarmstrong.com; Thu, 08 Jan 2009 00:28:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18789.36597.178646.706525@fencepost.gnu.org> Date: Thu, 8 Jan 2009 00:28:21 -0500 From: Glenn Morris To: control reopen 1817 From monnier@iro.umontreal.ca Thu Jan 8 09:00:56 2009 Received: (at 1817) by emacsbugs.donarmstrong.com; 8 Jan 2009 17:00:56 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.5 required=4.0 tests=HAS_BUG_NUMBER,RCVD_IN_SBLXBL, RCVD_IN_SBLXBL_CBL,XIRONPORT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n08H0rBW026829 for <1817@emacsbugs.donarmstrong.com>; Thu, 8 Jan 2009 09:00:54 -0800 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnQFAGm/ZUlFxJt//2dsb2JhbACBbM1JhXWBaQ X-IronPort-AV: E=Sophos;i="4.37,235,1231131600"; d="scan'208";a="32029598" Received: from 69-196-155-127.dsl.teksavvy.com (HELO pastel.home) ([69.196.155.127]) by ironport2-out.teksavvy.com with ESMTP; 08 Jan 2009 12:00:47 -0500 Received: by pastel.home (Postfix, from userid 20848) id 78A7186E5; Thu, 8 Jan 2009 12:00:47 -0500 (EST) From: Stefan Monnier To: Glenn Morris Cc: 1817@debbugs.gnu.org, Juri Linkov Subject: Re: bug#1817: 23.0.60; C-x RET c RET RET signals an error Message-ID: References: <873afvovbk.fsf@jurta.org> <87ljtmncnl.fsf@jurta.org> Date: Thu, 08 Jan 2009 12:00:47 -0500 In-Reply-To: (Glenn Morris's message of "Wed, 07 Jan 2009 15:00:46 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >> The alias `last-input-char' exists for compatibility >> with Emacs version 18. >> >> So I perhaps the doc string of `last-input-char' should say >> that it is an alias for `last-input-event'? > Definitely, and an obsolete one too, it sounds like. > Can't it be made a "real" alias? That would be good, yes: Remove last-input-char from the C code, and define it in subr.el via define-obsolete-variable-alias. > last-command-char looks similar. Then please fix it similarly. Stefan From rgm@gnu.org Thu Jan 8 19:31:34 2009 Received: (at 1817-done) by emacsbugs.donarmstrong.com; 9 Jan 2009 03:31:34 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n093VVwG025610 for <1817-done@emacsbugs.donarmstrong.com>; Thu, 8 Jan 2009 19:31:32 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LL84f-0008Vb-6r; Thu, 08 Jan 2009 22:30:17 -0500 From: Glenn Morris To: Stefan Monnier Cc: 1817-done@debbugs.gnu.org Subject: Re: bug#1817: 23.0.60; C-x RET c RET RET signals an error References: <873afvovbk.fsf@jurta.org> <87ljtmncnl.fsf@jurta.org> X-Spook: DRM unclassified top secret USCODE Leitrim explosion pink X-Ran: D#N~7G^(j^|ldm'=``FW5cwnnt>[uW-W#{: X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 08 Jan 2009 22:30:17 -0500 In-Reply-To: (Stefan Monnier's message of "Thu, 08 Jan 2009 12:00:47 -0500") Message-ID: <0fskntb1h2.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Stefan Monnier wrote: > That would be good, yes: Remove last-input-char from the C code, and > define it in subr.el via define-obsolete-variable-alias. > >> last-command-char looks similar. > > Then please fix it similarly. done & done From rgm@gnu.org Sun Jan 18 12:11:39 2009 Received: (at control) by emacsbugs.donarmstrong.com; 18 Jan 2009 20:11:39 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0IKBTUw032267; Sun, 18 Jan 2009 12:11:30 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LOdy5-0006x1-5S; Sun, 18 Jan 2009 15:10:01 -0500 From: Glenn Morris To: John J Foerch Cc: 1942@debbugs.gnu.org Subject: Re: bug#1942: 23.0.60; universal-coding-system-argument and shell-command problem References: <18802.19879.465864.794056@gargle.gargle.HOWL> X-Spook: ASO assassinate 64 Vauxhall Cross Panama S Box tempest X-Ran: X%(19}stl#k9E9kE[2hiAQB}?I=FHpWY_v.JIcBycm&ctbj_(r8c9M,=jp@@*a??xZOrfC X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 18 Jan 2009 15:10:00 -0500 In-Reply-To: <18802.19879.465864.794056@gargle.gargle.HOWL> (John J. Foerch's message of "Sat, 17 Jan 2009 16:29:11 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii forcemerge 1817 1942 John J Foerch wrote: > In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit) > of 2009-01-02 on jupiter This was fixed 2009-01-08. From unknown Sat Jun 21 03:14:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Mon, 16 Feb 2009 15:24:07 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator