From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 31 13:53:50 2011 Received: (at submit) by debbugs.gnu.org; 31 Mar 2011 17:53:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5M45-0007nw-8K for submit@debbugs.gnu.org; Thu, 31 Mar 2011 13:53:49 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5M42-0007nk-G6 for submit@debbugs.gnu.org; Thu, 31 Mar 2011 13:53:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5M3w-0005OD-62 for submit@debbugs.gnu.org; Thu, 31 Mar 2011 13:53:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RFC_ABUSE_POST, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:46283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5M3w-0005O6-3L for submit@debbugs.gnu.org; Thu, 31 Mar 2011 13:53:40 -0400 Received: from [140.186.70.92] (port=34938 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5M3u-0004p4-Hx for bug-gnu-emacs@gnu.org; Thu, 31 Mar 2011 13:53:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5M3t-0005Ne-96 for bug-gnu-emacs@gnu.org; Thu, 31 Mar 2011 13:53:38 -0400 Received: from mailout07.yourhostingaccount.com ([65.254.253.59]:45912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5M3t-0005NH-6J for bug-gnu-emacs@gnu.org; Thu, 31 Mar 2011 13:53:37 -0400 Received: from mailscan13.yourhostingaccount.com ([10.1.15.13] helo=mailscan13.yourhostingaccount.com) by mailout07.yourhostingaccount.com with esmtp (Exim) id 1Q5M3p-0003zR-6n for bug-gnu-emacs@gnu.org; Thu, 31 Mar 2011 13:53:33 -0400 Received: from impout03.yourhostingaccount.com ([10.1.55.3] helo=impout03.yourhostingaccount.com) by mailscan13.yourhostingaccount.com with esmtp (Exim) id 1Q5M3o-00026t-9S for bug-gnu-emacs@gnu.org; Thu, 31 Mar 2011 13:53:32 -0400 Received: from authsmtp10.yourhostingaccount.com ([10.1.18.10]) by impout03.yourhostingaccount.com with NO UCE id RttY1g0040D2B7u0000000; Thu, 31 Mar 2011 13:53:32 -0400 X-EN-OrigOutIP: 10.1.18.10 X-EN-IMPSID: RttY1g0040D2B7u0000000 Received: from [67.214.244.122] (helo=c3po) by authsmtp10.yourhostingaccount.com with esmtpa (Exim) id 1Q5M3n-0005Ig-Uj for bug-gnu-emacs@gnu.org; Thu, 31 Mar 2011 13:53:32 -0400 From: Jason Earl To: bug-gnu-emacs@gnu.org Subject: 24.0.50; info-mode adding spurious "see" to @ref links Date: Thu, 31 Mar 2011 11:53:50 -0600 Message-ID: <8762qzmb0x.fsf@notengoamigos.org> MIME-Version: 1.0 Content-Type: text/plain X-EN-UserInfo: f8a5a3c49e1c4664ba81facb1022c4a9:67ddfe7aeaee6d1ea5b788d961d42633 X-EN-AuthUser: jearl@notengoamigos.org X-EN-OrigIP: 67.214.244.122 X-EN-OrigHost: unknown 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, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.9 (-----) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your report will be posted to the bug-gnu-emacs@gnu.org mailing list and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. 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': I have a Texinfo file that I am working on that uses constructs like: For more information on info itself you can read @iftex @cite{Info: An Introduction}. @end iftex @ifnottex @ref{Top, , Info, info, Info: An Introduction}. @end ifnottex The info file produced, and it looked fine in the info client. For more information on info itself you can read *note Info: (info)Top. However, in Emacs' info-mode it looks like this: For more information on info itself you can read *note Info: (info)Top. Essentially it replaced the *note with the word "see" which makes the sentence read funny. The same thing can be seen in the Emacs Lisp Intro (which is where I borrowed the Texinfo bits from. 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 /usr/local/share/emacs/24.0.50/etc/DEBUG. In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.22.0) of 2011-03-28 on c3po Windowing system distributor `The X.Org Foundation', version 11.0.10900000 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: en_US.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Info Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-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-h i m p r a SPC SPC M-x r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Composing main Info directory...done Making completion list... Load-path shadows: /usr/local/share/emacs/site-lisp/emms/tq hides /usr/local/share/emacs/24.0.50/lisp/emacs-lisp/tq Features: (shadow sort mail-extr message sendmail regexp-opt format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader emacsbug url-util url-parse auth-source eieio byte-opt bytecomp byte-compile assoc gnus-util time-date password-cache url-vars mm-util mail-prsvr help-mode view info easymenu tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd 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 loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 31 20:25:51 2011 Received: (at 8398) by debbugs.gnu.org; 1 Apr 2011 00:25:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5SBS-0007yv-TB for submit@debbugs.gnu.org; Thu, 31 Mar 2011 20:25:51 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5SBR-0007yh-GM for 8398@debbugs.gnu.org; Thu, 31 Mar 2011 20:25:50 -0400 Received: from localhost ([127.0.0.1]:51501) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5SBL-0001Jq-Qd; Thu, 31 Mar 2011 20:25:43 -0400 From: Glenn Morris To: Jason Earl Subject: Re: bug#8398: 24.0.50; info-mode adding spurious "see" to @ref links References: <8762qzmb0x.fsf@notengoamigos.org> X-Spook: class struggle Audiotel USDOJ FTS2000 genetic Janet Reno X-Ran: /mZ]7^|[FmBn))`7eat^z.XTwL`>YRA)mG*oC|gzszd@_X\(L.T[zs+C8TV;g7UnlXy9kX X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 31 Mar 2011 20:25:43 -0400 In-Reply-To: <8762qzmb0x.fsf@notengoamigos.org> (Jason Earl's message of "Thu, 31 Mar 2011 11:53:50 -0600") 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 X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 8398 Cc: 8398@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.3 (------) Jason Earl wrote: > For more information on info itself you can read > @iftex > @cite{Info: An Introduction}. > @end iftex > @ifnottex > @ref{Top, , Info, info, Info: An Introduction}. > @end ifnottex > > The info file produced, and it looked fine in the info client. > > For more information on info itself you can read *note Info: > (info)Top. > > However, in Emacs' info-mode it looks like this: > > For more information on info itself you can read *note Info: > (info)Top. > > Essentially it replaced the *note with the word "see" which makes the > sentence read funny. I think you mis-typed your second example... The behaviour is customizable through Info-hide-note-references. The elisp intro does not say "you can read", so looks OK IMO: This introduction to `Programming in Emacs Lisp' has a companion document, see The GNU Emacs Lisp Reference Manual. Personally I think your "you can read @ref" is not really Texinfo style (?), which is why the result looks a bit odd. http://www.gnu.org/s/hello/manual/texinfo/ref.html From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 01 03:56:40 2011 Received: (at 8398) by debbugs.gnu.org; 1 Apr 2011 07:56:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5ZDk-0000t9-Dj for submit@debbugs.gnu.org; Fri, 01 Apr 2011 03:56:40 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5ZDh-0000sv-Oo for 8398@debbugs.gnu.org; Fri, 01 Apr 2011 03:56:38 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LIY00400R3RG800@a-mtaout23.012.net.il> for 8398@debbugs.gnu.org; Fri, 01 Apr 2011 10:55:31 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.47.180]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LIY004TKRCF6G70@a-mtaout23.012.net.il>; Fri, 01 Apr 2011 10:55:31 +0300 (IDT) Date: Fri, 01 Apr 2011 10:55:30 +0300 From: Eli Zaretskii Subject: Re: bug#8398: 24.0.50; info-mode adding spurious "see" to @ref links In-reply-to: X-012-Sender: halo1@inter.net.il To: Glenn Morris Message-id: <831v1mqubx.fsf@gnu.org> References: <8762qzmb0x.fsf@notengoamigos.org> X-Spam-Score: -1.8 (-) X-Debbugs-Envelope-To: 8398 Cc: jearl@notengoamigos.org, 8398@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii 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: -1.8 (-) > From: Glenn Morris > Date: Thu, 31 Mar 2011 20:25:43 -0400 > Cc: 8398@debbugs.gnu.org > > > However, in Emacs' info-mode it looks like this: > > > > For more information on info itself you can read *note Info: > > (info)Top. > > > > Essentially it replaced the *note with the word "see" which makes the > > sentence read funny. > > I think you mis-typed your second example... No, he copy/pasted it from Emacs, and therefore the original text replaced by Emacs display wizardry reappeared... > Personally I think your "you can read @ref" is not really Texinfo style (?), > which is why the result looks a bit odd. Indeed, that's bad Texinfo and should be fixed. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 01 15:25:51 2011 Received: (at 8398) by debbugs.gnu.org; 1 Apr 2011 19:25:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5jyg-00009S-F3 for submit@debbugs.gnu.org; Fri, 01 Apr 2011 15:25:50 -0400 Received: from mailout18.yourhostingaccount.com ([65.254.253.147]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5jyd-00009G-FQ for 8398@debbugs.gnu.org; Fri, 01 Apr 2011 15:25:48 -0400 Received: from mailscan14.yourhostingaccount.com ([10.1.15.14] helo=mailscan14.yourhostingaccount.com) by mailout18.yourhostingaccount.com with esmtp (Exim) id 1Q5jyX-00071x-VL for 8398@debbugs.gnu.org; Fri, 01 Apr 2011 15:25:41 -0400 Received: from impout03.yourhostingaccount.com ([10.1.55.3] helo=impout03.yourhostingaccount.com) by mailscan14.yourhostingaccount.com with esmtp (Exim) id 1Q5jyW-0004Ve-L0; Fri, 01 Apr 2011 15:25:40 -0400 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9]) by impout03.yourhostingaccount.com with NO UCE id SKRg1g0030BkWne0000000; Fri, 01 Apr 2011 15:25:40 -0400 X-EN-OrigOutIP: 10.1.18.9 X-EN-IMPSID: SKRg1g0030BkWne0000000 Received: from [67.214.244.122] (helo=c3po) by authsmtp09.yourhostingaccount.com with esmtpa (Exim) id 1Q5jyV-0000GA-S7; Fri, 01 Apr 2011 15:25:40 -0400 From: Jason Earl To: Glenn Morris Subject: Re: bug#8398: 24.0.50; info-mode adding spurious "see" to @ref links References: <8762qzmb0x.fsf@notengoamigos.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAAAAAByaaZbAAAABGdBTUEAALGPC/xhBQAAAAFz UkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlw SFlzAAASmwAAEpsB4JJZDAAAAAl2cEFnAAAAMAAAADAAzu6MVwAAAaFJREFUSMe1VtuxxSAIzIz9 2Iyl2Aj1bBX0k5+LrwjGjJyPy2ROwtGNBJbVCwwwy1UNoOL3f+SBxkj15Lr4NsboN24DWMZxYQNA TjGmjC1gswJiqBbpDeANYMwXBFyAFB5L7ADMBcoSDgAFBSDHR2tA8ABMSB4AawB76pAnILsKx2lm 1VfpgUi3kxrySylRHdmQj40Jva2/jl8EY3Twv/phhsC9nIQR0hnAOUptYsL3RxvAk+YIH2AWsvTH GYBgKn8GaPYm5jNANaCQ8WfAzyH9x0crFfGl9X4QVdg8gEqN2KjBHi6V/iBq6iyAxTqd+Yvupwai VwM9LZkxQ6otihmS6H+mHlK5URwi0UQgWxHoxS5JagBSed7IzJRCallS2pg2QsamcGUFNSHgLZUv augJIUualv1Bv6+yVat1oeMq92s/mBBWQJH7dQX7CnpvWWs/4CazpHlB2RR1BFSzNGdIaTbbLil8 U76BKKU0GztapXP3C78bNYQ6MTQybY8OkIaITf9HPzyHkXE4YXs4mf5VDz+jAepj3RTQ3Ubv0SPy 9AcCrfKh0TBgvgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMS0wMS0wM1QxMDo1MDo1NC0wNzowMIgC s0IAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTAtMDQtMDVUMTM6MjQ6NDgtMDY6MDCtwF/YAAAAAElF TkSuQmCC Date: Fri, 01 Apr 2011 13:26:00 -0600 In-Reply-To: (Glenn Morris's message of "Thu, 31 Mar 2011 20:25:43 -0400") Message-ID: <87hbah6aev.fsf@notengoamigos.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-EN-UserInfo: f8a5a3c49e1c4664ba81facb1022c4a9:67ddfe7aeaee6d1ea5b788d961d42633 X-EN-AuthUser: jearl@notengoamigos.org X-EN-OrigIP: 67.214.244.122 X-EN-OrigHost: unknown X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: 8398 Cc: 8398@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -4.0 (----) On Thu, Mar 31 2011, Glenn Morris wrote: > Jason Earl wrote: > >> For more information on info itself you can read >> @iftex >> @cite{Info: An Introduction}. >> @end iftex >> @ifnottex >> @ref{Top, , Info, info, Info: An Introduction}. >> @end ifnottex >> >> The info file produced, and it looked fine in the info client. >> >> For more information on info itself you can read *note Info: >> (info)Top. >> >> However, in Emacs' info-mode it looks like this: >> >> For more information on info itself you can read *note Info: >> (info)Top. >> >> Essentially it replaced the *note with the word "see" which makes the >> sentence read funny. > > I think you mis-typed your second example... > > The behaviour is customizable through Info-hide-note-references. > > The elisp intro does not say "you can read", so looks OK IMO: > > This introduction to `Programming in Emacs Lisp' has a companion > document, see The GNU Emacs Lisp Reference Manual. > > Personally I think your "you can read @ref" is not really Texinfo style (?), > which is why the result looks a bit odd. > > http://www.gnu.org/s/hello/manual/texinfo/ref.html I am sorry for the noise. I borrowed the Texinfo from the /Emacs Lisp Intro/ (it seemed like a safe bet), and then the output appeared differently in Emacs and the info file reader, so I thought it might be a bug. I am starting to realize that borrowing examples from the /Emacs Lisp Intro/ is not a good idea. This is the second time that has bitten me. I will reword my Texinfo source and call it good. Thanks for looking into this, and, once again, sorry for the noise. Jason Earl From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 01 18:42:07 2011 Received: (at 8398-done) by debbugs.gnu.org; 1 Apr 2011 22:42:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5n2d-0004Sg-Iw for submit@debbugs.gnu.org; Fri, 01 Apr 2011 18:42:07 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5n2b-0004S9-TK for 8398-done@debbugs.gnu.org; Fri, 01 Apr 2011 18:42:06 -0400 Received: from localhost ([127.0.0.1]:49190) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5n2V-0003lU-91; Fri, 01 Apr 2011 18:41:59 -0400 From: Glenn Morris To: 8398-done@debbugs.gnu.org Subject: Re: bug#8398: 24.0.50; info-mode adding spurious "see" to @ref links References: <8762qzmb0x.fsf@notengoamigos.org> <87hbah6aev.fsf@notengoamigos.org> X-Spook: JFK Echelon World Trade Center Honduras industrial X-Ran: Q6pMO5[J,_*;+uWt!~Whra5L:NXzFB}'BoS#Xuo.NMFj9jE7w``qG'+Ao`7$Xf_d%$*~^h X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 01 Apr 2011 18:41:59 -0400 In-Reply-To: <87hbah6aev.fsf@notengoamigos.org> (Jason Earl's message of "Fri, 01 Apr 2011 13:26:00 -0600") 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 X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 8398-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.3 (------) No worries. From unknown Tue Jun 24 03:24:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Apr 2011 11:24:04 +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