From waterloo2005@gmail.com Sat Jul 11 03:42:09 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 11 Jul 2009 10:42:09 +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.7 required=4.0 tests=AWL,FOURLA,MULTALT 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.14.3/8.14.3/Debian-5) with ESMTP id n6BAg0aY031387 for ; Sat, 11 Jul 2009 03:42:01 -0700 Received: from mx10.gnu.org ([199.232.76.166]:43283) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MPa1n-0001Ai-GL for emacs-pretest-bug@gnu.org; Sat, 11 Jul 2009 06:41:59 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MPa1k-0004Qu-Us for emacs-pretest-bug@gnu.org; Sat, 11 Jul 2009 06:41:59 -0400 Received: from mail-pz0-f202.google.com ([209.85.222.202]:58644) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPa1j-0004Pu-SX for emacs-pretest-bug@gnu.org; Sat, 11 Jul 2009 06:41:56 -0400 Received: by pzk40 with SMTP id 40so330601pzk.14 for ; Sat, 11 Jul 2009 03:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=u9MNziIEFDwCl+8QIg+Zkc1GNv9XOHSVEwizyPaw8L4=; b=e8tqIF0B6moMbFdbsmgD7VgdWSUmU7OKQOiKG0HIbaMxS69hQOdaG/QsSakCRuPGvN zbXF55KnbUbTkApFDgqLs8jrZaYGcG6z0O21fGOyPtZJdC+59X1dsY82HeMNXmXBot0s R5Ajx/ZbVCJA4IrR55fiFHogSmxgnZnnV4q4M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vkgRNNLd1EscSygCV7DigzQGTSQpgh22tXB+G1rLmqLMfSIWTpN658HYHVCvknBScX 8DIOLqL2PM4P9dkaaqIOt6fMjhcZ1EXjZLlelL6j1F7atF8DMCqmFaN6fbIqfPo1T1xN n1LN1CoGujjDe3RdxOByeFIXtMC8Mo2mAlSl0= MIME-Version: 1.0 Received: by 10.142.78.8 with SMTP id a8mr817365wfb.289.1247308914187; Sat, 11 Jul 2009 03:41:54 -0700 (PDT) Date: Sat, 11 Jul 2009 18:41:54 +0800 Message-ID: <907065090907110341k26ce5e6dk46e7ebcdb4bb9b99@mail.gmail.com> Subject: 23.0.96; Emacs Lisp typo From: waterloo To: emacs-pretest-bug@gnu.org Content-Type: multipart/alternative; boundary=001636e0aea3c15f73046e6bbc4a X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --001636e0aea3c15f73046e6bbc4a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: In 34.3.1.1 Emacs Lisp Reference , Note that `\' also has special meaning in the read syntax of Lisp strings (*note String Type::), and must be quoted with `\'. For example, the regular expression that matches the `\' character is `\\'. To write a Lisp string that contains the characters `\\', Lisp syntax requires you to quote each `\' with another `\'. Therefore, the read syntax for a regular expression matching `\' is `"\\\\"'. The last sentence , it should be " .... matching `\\' is `"\\\\"' ". 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'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.96/etc/DEBUG for instructions. In GNU Emacs 23.0.96.1 (i686-pc-linux-gnu, GTK+ Version 2.16.1) of 2009-07-09 on laptop Windowing system distributor `The X.Org Foundation', version 11.0.10503000 configured using `configure '--prefix=/usr' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--program-suffix=-emacs-23' '--infodir=/usr/share/info/emacs-23' '--with-sound' '--with-x' '--without-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-xft' '--without-libotf' '--without-m17n-flt' '--with-x-toolkit=gtk' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-O2 -march=pentium-m -pipe' 'LDFLAGS=-Wl,-O1'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_US.UTF-8 value of $LC_CTYPE: zh_CN.UTF-8 value of $LC_MESSAGES: en_US.UTF-8 value of $LC_MONETARY: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=SCIM locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Info Minor modes in effect: TeX-source-specials-mode: t show-paren-mode: t display-time-mode: t global-auto-complete-mode: t desktop-save-mode: t yas/minor-mode: t auto-image-file-mode: t shell-dirtrack-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: ^ SPC SPC SPC SPC SPC SPC Recent messages: bunzip2ing elisp-1.info.bz2...done bunzip2ing elisp-7.info.bz2...done bunzip2ing elisp-1.info.bz2...done bunzip2ing elisp-7.info.bz2...done bunzip2ing elisp-1.info.bz2...done bunzip2ing elisp-7.info.bz2...done bunzip2ing elisp-1.info.bz2...done bunzip2ing elisp-7.info.bz2...done bunzip2ing elisp-1.info.bz2...done bunzip2ing elisp-7.info.bz2...done --001636e0aea3c15f73046e6bbc4a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Please write in English if possible, because the Emacs maintainers
u= sually do not have translators to read other languages for them.

You= r bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the preci= se symptoms of the bug:

In 34.3.1.1 Emacs Lisp Reference ,
=A0=A0= =A0=A0 Note that `\' also has special meaning in the read syntax of Lis= p
=A0=A0=A0=A0 strings (*note String Type::), and must be quoted with `\'= .=A0 For
=A0=A0=A0=A0 example, the regular expression that matches the `= \' character is
=A0=A0=A0=A0 `\\'.=A0 To write a Lisp string tha= t contains the characters `\\',
=A0=A0=A0=A0 Lisp syntax requires you to quote each `\' with another `\= '.
=A0=A0=A0=A0 Therefore, the read syntax for a regular expression = matching `\'
=A0=A0=A0=A0 is `"\\\\"'.
The last sen= tence , it should be " .... matching `\\' is `"\\\\"'= ;=A0 ".

If Emacs crashed, and you have the Emacs process in the gdb debugger,please include the output from the following gdb commands:
=A0=A0=A0 `= bt full' and `xbacktrace'.
If you would like to further debug th= e crash, please read the file
/usr/share/emacs/23.0.96/etc/DEBUG for instructions.


In GNU Emac= s 23.0.96.1 (i686-pc-linux-gnu, GTK+ Version 2.16.1)
=A0of 2009-07-09 on= laptop
Windowing system distributor `The X.Org Foundation', version= 11.0.10503000
configured using `configure=A0 '--prefix=3D/usr' '--build=3Di68= 6-pc-linux-gnu' '--host=3Di686-pc-linux-gnu' '--mandir=3D/u= sr/share/man' '--infodir=3D/usr/share/info' '--datadir=3D/u= sr/share' '--sysconfdir=3D/etc' '--localstatedir=3D/var/lib= ' '--program-suffix=3D-emacs-23' '--infodir=3D/usr/share/in= fo/emacs-23' '--with-sound' '--with-x' '--without-t= oolkit-scroll-bars' '--with-gif' '--with-jpeg' '--w= ith-png' '--with-rsvg' '--with-tiff' '--with-xpm= 9; '--with-xft' '--without-libotf' '--without-m17n-flt&= #39; '--with-x-toolkit=3Dgtk' '--without-hesiod' '--wit= hout-kerberos' '--without-kerberos5' '--with-gpm' '= --with-dbus' 'build_alias=3Di686-pc-linux-gnu' 'host_alias= =3Di686-pc-linux-gnu' 'CFLAGS=3D-O2 -march=3Dpentium-m -pipe' &= #39;LDFLAGS=3D-Wl,-O1''

Important settings:
=A0 value of $LC_ALL: nil
=A0 value of $LC_CO= LLATE: en_US.UTF-8
=A0 value of $LC_CTYPE: zh_CN.UTF-8
=A0 value of $= LC_MESSAGES: en_US.UTF-8
=A0 value of $LC_MONETARY: en_US.UTF-8
=A0 v= alue of $LC_NUMERIC: en_US.UTF-8
=A0 value of $LC_TIME: en_US.UTF-8
=A0 value of $LANG: en_US.UTF-8
= =A0 value of $XMODIFIERS: @im=3DSCIM
=A0 locale-coding-system: utf-8-uni= x
=A0 default-enable-multibyte-characters: t

Major mode: Info
=
Minor modes in effect:
=A0 TeX-source-specials-mode: t
=A0 show-paren-mode: t
=A0 display-ti= me-mode: t
=A0 global-auto-complete-mode: t
=A0 desktop-save-mode: t<= br>=A0 yas/minor-mode: t
=A0 auto-image-file-mode: t
=A0 shell-dirtra= ck-mode: t
=A0 tooltip-mode: t
=A0 tool-bar-mode: t
=A0 mouse-wheel-mode: t
= =A0 menu-bar-mode: t
=A0 file-name-shadow-mode: t
=A0 global-font-loc= k-mode: t
=A0 font-lock-mode: t
=A0 blink-cursor-mode: t
=A0 globa= l-auto-composition-mode: t
=A0 auto-composition-mode: t
=A0 auto-encryption-mode: t
=A0 auto-com= pression-mode: t
=A0 column-number-mode: t
=A0 line-number-mode: t=A0 transient-mark-mode: t
=A0 abbrev-mode: t

Recent input:
&= lt;triple-down-mouse-4> <triple-mouse-4> <triple-down-mouse-4&g= t;
<triple-mouse-4> <down-mouse-4> <mouse-4> <double-down= -mouse-4>
<double-mouse-4> <down-mouse-1> <mouse-move= ment> <mouse-1>
<help-echo> <help-echo> <help-e= cho> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <= ;down-mouse-5>
<mouse-5> <double-down-mouse-5> <doubl= e-mouse-5> <down-mouse-5>
<mouse-5> <down-mouse-5>= <mouse-5> <double-down-mouse-5>
<double-mouse-5> <triple-down-mouse-5> <triple-mouse-5> <= br><down-mouse-5> <mouse-5> <double-down-mouse-5> <dou= ble-mouse-5>
<triple-down-mouse-5> <triple-mouse-5> <= triple-down-mouse-5>
<triple-mouse-5> <down-mouse-5> <mouse-5> <double-down= -mouse-5>
<double-mouse-5> <down-mouse-4> <mouse-4>= ; <double-down-mouse-4>
<double-mouse-4> <triple-down-mo= use-4> <triple-mouse-4>
<down-mouse-4> <mouse-4> <down-mouse-1> <mouse-1> ^=
<help-echo> <down-mouse-1> <mouse-1> <help-echo&g= t; <down-mouse-1>
<mouse-1> SPC <backspace> SPC SPC S= PC SPC SPC <down-mouse-5>
<mouse-5> <down-mouse-5> <mouse-5> <double-down-mouse-= 5>
<double-mouse-5> <triple-down-mouse-5> <triple-mou= se-5>
<down-mouse-5> <mouse-5> <down-mouse-5> <= mouse-5> <down-mouse-5>
<mouse-5> <double-down-mouse-5> <double-mouse-5> <down= -mouse-4>
<mouse-4> <down-mouse-5> <mouse-5> <d= ouble-down-mouse-5>
<double-mouse-5> <down-mouse-4> <= mouse-4> <down-mouse-5>
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-4> &= lt;mouse-4>
<double-down-mouse-4> <double-mouse-4> <d= own-mouse-5>
<mouse-5> <double-down-mouse-5> <double-= mouse-5> <triple-down-mouse-5>
<triple-mouse-5> <triple-down-mouse-5> <triple-mouse-5> <= br><down-mouse-5> <mouse-5> <double-down-mouse-5> <dou= ble-mouse-5>
<down-mouse-5> <mouse-5> <down-mouse-1&g= t; <mouse-movement>
<drag-mouse-1> <down-mouse-1> <mouse-1> <down-mouse-1&= gt;
<mouse-1> <down-mouse-5> <mouse-5> <down-mouse= -5> <mouse-5>
<down-mouse-5> <mouse-5> <down-mo= use-5> <mouse-5> <down-mouse-5>
<mouse-5> <down-mouse-5> <mouse-5> <down-mouse-5> &= lt;mouse-5>
<down-mouse-5> <mouse-5> <double-down-mou= se-5> <double-mouse-5>
<triple-down-mouse-5> <triple-= mouse-5> <triple-down-mouse-5>
<triple-mouse-5> <down-mouse-4> <mouse-4> <double-down= -mouse-4>
<double-mouse-4> <triple-down-mouse-4> <tri= ple-mouse-4>
<triple-down-mouse-4> <triple-mouse-4> <= down-mouse-4>
<mouse-4> <double-down-mouse-4> <double-mouse-4> <trip= le-down-mouse-4>
<triple-mouse-4> <down-mouse-5> <mou= se-5> <double-down-mouse-5>
<double-mouse-5> <triple-= down-mouse-5> <triple-mouse-5>
<down-mouse-4> <mouse-4> <down-mouse-5> <mouse-5> &= lt;help-echo>
<down-mouse-1> <mouse-1> <help-echo>= <down-mouse-1>
<mouse-2> <help-echo> <help-echo&g= t; <help-echo> <help-echo>
<help-echo> <tool-bar> <Back in history> <help-echo>= ;
<help-echo> <help-echo> <help-echo> <down-mouse-= 4>
<mouse-4> <help-echo> <down-mouse-1> <mouse-= 2> <help-echo>
<help-echo> <help-echo> <tool-bar> <Back in history>= ;
<help-echo> <help-echo> <help-echo> <down-mouse-= 1>
<mouse-movement> <mouse-movement> <drag-mouse-1>= ; <down-mouse-1>
<mouse-1> <down-mouse-5> <mouse-5> <down-mouse-5> &= lt;mouse-5>
<double-down-mouse-5> <double-mouse-5> <t= riple-down-mouse-5>
<triple-mouse-5> <down-mouse-5> <= mouse-5> <double-down-mouse-5>
<double-mouse-5> <down-mouse-4> <mouse-4> <double-down= -mouse-4>
<double-mouse-4> <triple-down-mouse-4> <tri= ple-mouse-4>
<triple-down-mouse-4> <triple-mouse-4> <= triple-down-mouse-4>
<triple-mouse-4> <down-mouse-5> <mouse-5> <double-down= -mouse-5>
<double-mouse-5> <triple-down-mouse-5> <tri= ple-mouse-5>
<down-mouse-4> <mouse-4> <down-mouse-4&g= t; <mouse-4> <help-echo>
<down-mouse-1> <help-echo> <mouse-2> <help-echo> &l= t;help-echo>
<help-echo> <help-echo> <help-echo> &= lt;help-echo> <help-echo>
<tool-bar> <Back in history= > <help-echo> <help-echo>
<down-mouse-1> <mouse-1> <help-echo> <down-mouse-1>=
<mouse-2> <help-echo> <help-echo> <help-echo> = <help-echo>
<tool-bar> <Back in history> <help-ech= o> <help-echo>
<down-mouse-1> <mouse-movement> <mouse-movement> <drag= -mouse-1>
<help-echo> <help-echo> <help-echo> <= down-mouse-1>
<mouse-1> <help-echo> <help-echo> &l= t;help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <= ;help-echo>
<help-echo> <help-echo> <help-echo> &l= t;help-echo> <help-echo>
<help-echo> <help-echo> &= lt;help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <= ;help-echo>
<help-echo> <menu-bar> <help-menu> <= ;send-emacs-bug
-report>

Recent messages:
bunzip2ing elisp-= 1.info.bz2...done
bunzip2ing elisp-7.info.bz2...done
bunzip2ing elisp-1.info.bz2...donebunzip2ing elisp-7.info.bz2...done
bunzip2ing elisp-1.info.bz2...donebunzip2ing elisp-7.info.bz2...done
bunzip2ing elisp-1.info.bz2...done<= br> bunzip2ing elisp-7.info.bz2...done
bunzip2ing elisp-1.info.bz2...donebunzip2ing elisp-7.info.bz2...done
--001636e0aea3c15f73046e6bbc4a-- From whitebox@nefkom.net Sat Jul 11 05:59:55 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 11 Jul 2009 12:59:55 +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.1 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER 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.14.3/8.14.3/Debian-5) with ESMTP id n6BCxpCl021046 for ; Sat, 11 Jul 2009 05:59:52 -0700 Received: from mx10.gnu.org ([199.232.76.166]:46548) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MPcBC-0006wQ-V2 for emacs-pretest-bug@gnu.org; Sat, 11 Jul 2009 08:59:51 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MPcBB-0006LY-C2 for emacs-pretest-bug@gnu.org; Sat, 11 Jul 2009 08:59:50 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:36389) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPcBB-0006L4-1D for emacs-pretest-bug@gnu.org; Sat, 11 Jul 2009 08:59:49 -0400 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 8A0831C00072; Sat, 11 Jul 2009 14:59:46 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.1.215]) by mail.m-online.net (Postfix) with ESMTP id 2E801901C8; Sat, 11 Jul 2009 14:59:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan2.mnet-online.de [192.168.1.215]) (amavisd-new, port 10024) with ESMTP id o7ZlJLCckiLF; Sat, 11 Jul 2009 14:59:44 +0200 (CEST) Received: from igel.home (DSL01.83.171.156.245.ip-pool.NEFkom.net [83.171.156.245]) by mail.mnet-online.de (Postfix) with ESMTP; Sat, 11 Jul 2009 14:59:44 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 96F7510C51E; Sat, 11 Jul 2009 14:59:43 +0200 (CEST) From: Andreas Schwab To: waterloo Cc: 3820@debbugs.gnu.org, emacs-pretest-bug@gnu.org Subject: Re: bug#3820: 23.0.96; Emacs Lisp typo References: <907065090907110341k26ce5e6dk46e7ebcdb4bb9b99@mail.gmail.com> X-Yow: I just heard the SEVENTIES were over!! And I was just getting in touch with my LEISURE SUIT!! Date: Sat, 11 Jul 2009 14:59:43 +0200 In-Reply-To: <907065090907110341k26ce5e6dk46e7ebcdb4bb9b99@mail.gmail.com> (waterloo's message of "Sat, 11 Jul 2009 18:41:54 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.96 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) waterloo writes: > In 34.3.1.1 Emacs Lisp Reference , > Note that `\' also has special meaning in the read syntax of Lisp > strings (*note String Type::), and must be quoted with `\'. For > example, the regular expression that matches the `\' character is > `\\'. To write a Lisp string that contains the characters `\\', > Lisp syntax requires you to quote each `\' with another `\'. > Therefore, the read syntax for a regular expression matching `\' > is `"\\\\"'. > The last sentence , it should be " .... matching `\\' is `"\\\\"' ". No, that string matches only a single backslash when interpreted as a regexp. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From rgm@gnu.org Sat Jul 11 12:43:03 2009 Received: (at control) by emacsbugs.donarmstrong.com; 11 Jul 2009 19:43:03 +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.6 required=4.0 tests=AWL,ONEWORD 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.14.3/8.14.3/Debian-5) with ESMTP id n6BJh0Gx021734 for ; Sat, 11 Jul 2009 12:43:01 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MPiTK-0002mi-V3; Sat, 11 Jul 2009 15:42:59 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19032.60226.695938.148181@fencepost.gnu.org> Date: Sat, 11 Jul 2009 15:42:58 -0400 From: Glenn Morris To: control Subject: control close 3769 close 3820 reassign 3792 emacs,ns merge 3824 3825 From unknown Mon Aug 18 14:23:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Aug 2009 14:24:12 +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