From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Tetsurou Okazaki Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Jun 2010 09:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6490@debbugs.gnu.org Cc: okazaki@be.to X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.127719824522536 (code B ref -1); Tue, 22 Jun 2010 09:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Jun 2010 09:17:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQzbg-0005rR-GD for submit@debbugs.gnu.org; Tue, 22 Jun 2010 05:17:25 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQzbd-0005rK-2l for submit@debbugs.gnu.org; Tue, 22 Jun 2010 05:17:22 -0400 Received: from lists.gnu.org ([199.232.76.165]:43511) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OQzba-0002KM-9Y for submit@debbugs.gnu.org; Tue, 22 Jun 2010 05:17:18 -0400 Received: from [140.186.70.92] (port=54465 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQzbY-0005tr-3e for bug-gnu-emacs@gnu.org; Tue, 22 Jun 2010 05:17:17 -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 autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQzbV-00057j-DV for bug-gnu-emacs@gnu.org; Tue, 22 Jun 2010 05:17:16 -0400 Received: from post1.infonia.net ([211.13.218.225]:1102) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQzbU-00057E-TE for bug-gnu-emacs@gnu.org; Tue, 22 Jun 2010 05:17:13 -0400 Received: from zeroset.be.to (actkyo099200.adsl.ppp.infoweb.ne.jp [219.116.249.200]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by post1.infonia.net (Postfix) with ESMTP id 8098F12A51; Tue, 22 Jun 2010 18:17:05 +0900 (JST) Date: Tue, 22 Jun 2010 18:16:56 +0900 Message-ID: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> From: Tetsurou Okazaki User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Tue_Jun_22_18:16:56_2010-1" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2 (3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.4 (---) 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.7 (----) --Multipart_Tue_Jun_22_18:16:56_2010-1 Content-Type: text/plain; charset=US-ASCII The latest Bazaar version of Emacs fails to build APEL [http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/index.en.html] with the following message: % cvs -z9 -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout apel % cd apel % make emacs -batch -q -no-site-file -l APEL-MK -f compile-apel \ NONE NONE NONE Loading /home/tetsurou/Checkout/cvs.m17n.org/apel/APEL-CFG... Loading `product': old-style backquotes detected! Invalid function: (progn (\, product-def) (put (\, feature) (quote product) (let ((product (product-find-by-name (\, product-name)))) (product-run-checkers product (quote (\, product-version))) (and (\, product-family) (product-add-to-family (\, product-family) (\, product-name))) (product-add-feature product (\, feature)) (if (equal (quote (\, product-version)) (product-version product)) product (vector (\, product-name) (\, product-family) (quote (\, product-version)) (\, product-code-name) nil nil nil (\, product-version-string))))) (\, feature-def)) make: *** [elc] Error 255 Attached patch for Emacs fixes this error. In GNU Emacs 24.0.50.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars) of 2010-06-18 on zeroset configured using `configure '--without-dbus' '--with-x-toolkit=athena'' 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: C value of $LANG: ja_JP.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: global-semanticdb-minor-mode: t global-semantic-idle-scheduler-mode: t semantic-mode: t global-ede-mode: t display-time-mode: t 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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC x r e p o r TAB RET Recent messages: ("emacs") Loading term/xterm...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /usr/local/share/emacs/site-lisp/flim/sha1 hides /usr/local/share/emacs/24.0.50/lisp/sha1 /usr/local/share/emacs/site-lisp/semi/pgg hides /usr/local/share/emacs/24.0.50/lisp/pgg /usr/local/share/emacs/site-lisp/semi/pgg-pgp5 hides /usr/local/share/emacs/24.0.50/lisp/pgg-pgp5 /usr/local/share/emacs/site-lisp/semi/pgg-pgp hides /usr/local/share/emacs/24.0.50/lisp/pgg-pgp /usr/local/share/emacs/site-lisp/semi/pgg-parse hides /usr/local/share/emacs/24.0.50/lisp/pgg-parse /usr/local/share/emacs/site-lisp/semi/pgg-gpg hides /usr/local/share/emacs/24.0.50/lisp/pgg-gpg /usr/local/share/emacs/site-lisp/semi/pgg-def hides /usr/local/share/emacs/24.0.50/lisp/pgg-def /usr/local/share/emacs/site-lisp/flim/md4 hides /usr/local/share/emacs/24.0.50/lisp/md4 /usr/local/share/emacs/site-lisp/flim/hex-util hides /usr/local/share/emacs/24.0.50/lisp/hex-util /usr/local/share/emacs/site-lisp/bitmap/po hides /usr/local/share/emacs/24.0.50/lisp/textmodes/po /usr/local/share/emacs/site-lisp/flim/sasl hides /usr/local/share/emacs/24.0.50/lisp/net/sasl /usr/local/share/emacs/site-lisp/flim/sasl-ntlm hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-ntlm /usr/local/share/emacs/site-lisp/flim/sasl-digest hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-digest /usr/local/share/emacs/site-lisp/flim/sasl-cram hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-cram /usr/local/share/emacs/site-lisp/flim/ntlm hides /usr/local/share/emacs/24.0.50/lisp/net/ntlm /usr/local/share/emacs/site-lisp/flim/hmac-md5 hides /usr/local/share/emacs/24.0.50/lisp/net/hmac-md5 /usr/local/share/emacs/site-lisp/flim/hmac-def hides /usr/local/share/emacs/24.0.50/lisp/net/hmac-def /usr/local/share/emacs/site-lisp/wl/rfc2368 hides /usr/local/share/emacs/24.0.50/lisp/mail/rfc2368 /usr/local/share/emacs/site-lisp/wl/utf7 hides /usr/local/share/emacs/24.0.50/lisp/gnus/utf7 /usr/local/share/emacs/site-lisp/semi/smime hides /usr/local/share/emacs/24.0.50/lisp/gnus/smime Features: (shadow sort gnus-util mail-extr message sendmail regexp-opt rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug package mime-w3m warnings advice help-fns advice-preload w3m-load semantic/db-mode semantic/db semantic/idle semantic/format semantic/tag-ls semantic/ctxt semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local ede/linux ede/emacs ede/cpp-root ede/speedbar ede/files ede ede/source eieio-base eieio-speedbar speedbar sb-image ezimage dframe easymenu assoc eieio-custom wid-edit eieio byte-opt bytecomp byte-compile cedet generic-x time japan-util 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 mldrag 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 dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) --Multipart_Tue_Jun_22_18:16:56_2010-1 Content-Type: text/plain; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="src-lread-old-backquote.diff" Content-Transfer-Encoding: 7bit === modified file 'src/lread.c' --- src/lread.c 2010-06-16 14:10:02 +0000 +++ src/lread.c 2010-06-22 07:48:58 +0000 @@ -2693,21 +2693,26 @@ old-style. For Emacs-25, we should completely remove this first_in_list exception (old-style can still be obtained via "(\`" anyway). */ - if (first_in_list && (c = READCHAR, UNREAD (c), c == ' ')) - { - Vold_style_backquotes = Qt; - goto default_label; - } - else - { - Lisp_Object value; - - new_backquote_flag++; - value = read0 (readcharfun); - new_backquote_flag--; - - return Fcons (Qbackquote, Fcons (value, Qnil)); - } + { + int next_char = READCHAR; + UNREAD (next_char); + + if (first_in_list && next_char == ' ') + { + Vold_style_backquotes = Qt; + goto default_label; + } + else + { + Lisp_Object value; + + new_backquote_flag++; + value = read0 (readcharfun); + new_backquote_flag--; + + return Fcons (Qbackquote, Fcons (value, Qnil)); + } + } case ',': if (new_backquote_flag) --Multipart_Tue_Jun_22_18:16:56_2010-1-- From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Jun 2010 22:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Tetsurou Okazaki Cc: 6490@debbugs.gnu.org Received: via spool by 6490-submit@debbugs.gnu.org id=B6490.127724540212784 (code B ref 6490); Tue, 22 Jun 2010 22:24:01 +0000 Received: (at 6490) by debbugs.gnu.org; 22 Jun 2010 22:23:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORBsI-0003K9-7t for submit@debbugs.gnu.org; Tue, 22 Jun 2010 18:23:22 -0400 Received: from smtp-02.vtx.ch ([194.38.175.91]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORBsG-0003K4-6Z for 6490@debbugs.gnu.org; Tue, 22 Jun 2010 18:23:21 -0400 Received: from ceviche.home (dyn.83-228-208-093.dsl.vtx.ch [83.228.208.93]) by smtp-02.vtx.ch (VTX Services SA) with ESMTP id 3E9765FCEB; Wed, 23 Jun 2010 00:23:15 +0200 (CEST) Received: by ceviche.home (Postfix, from userid 20848) id 5945766130; Wed, 23 Jun 2010 00:23:15 +0200 (CEST) From: Stefan Monnier Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> Date: Wed, 23 Jun 2010 00:23:15 +0200 In-Reply-To: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> (Tetsurou Okazaki's message of "Tue, 22 Jun 2010 18:16:56 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -3.0 (---) 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: -3.0 (---) > Attached patch for Emacs fixes this error. I'm glad the patch fixes things for you, since this patch indeed looks perfectly harmless, but I'm a bit puzzled because it doesn't just look harmless: it looks to me like the patch does change anything to the way the code works. So could you explain to me how&why the patch fixes the problem? I'm probably just overlooking some "obvious" detail, Stefan > === modified file 'src/lread.c' > --- src/lread.c 2010-06-16 14:10:02 +0000 > +++ src/lread.c 2010-06-22 07:48:58 +0000 > @@ -2693,21 +2693,26 @@ > old-style. For Emacs-25, we should completely remove this > first_in_list exception (old-style can still be obtained via > "(\`" anyway). */ > - if (first_in_list && (c = READCHAR, UNREAD (c), c == ' ')) > - { > - Vold_style_backquotes = Qt; > - goto default_label; > - } > - else > - { > - Lisp_Object value; > - > - new_backquote_flag++; > - value = read0 (readcharfun); > - new_backquote_flag--; > - > - return Fcons (Qbackquote, Fcons (value, Qnil)); > - } > + { > + int next_char = READCHAR; > + UNREAD (next_char); > + > + if (first_in_list && next_char == ' ') > + { > + Vold_style_backquotes = Qt; > + goto default_label; > + } > + else > + { > + Lisp_Object value; > + > + new_backquote_flag++; > + value = read0 (readcharfun); > + new_backquote_flag--; > + > + return Fcons (Qbackquote, Fcons (value, Qnil)); > + } > + } > case ',': > if (new_backquote_flag) From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Makoto Fujiwara Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 01 Jul 2010 04:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: 6490@debbugs.gnu.org Cc: Tetsurou Okazaki , Stefan Monnier Received: via spool by 6490-submit@debbugs.gnu.org id=B6490.127795771427952 (code B ref 6490); Thu, 01 Jul 2010 04:16:02 +0000 Received: (at 6490) by debbugs.gnu.org; 1 Jul 2010 04:15:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUBBC-0007Gn-EM for submit@debbugs.gnu.org; Thu, 01 Jul 2010 00:15:14 -0400 Received: from gw.ki.nu ([218.44.234.233] helo=mail.ki.nu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUBB9-0007Gi-K3 for 6490@debbugs.gnu.org; Thu, 01 Jul 2010 00:15:13 -0400 Received: from stable.i.ki.nu.ki.nu (stable.i.ki.nu [192.168.60.15]) by mail.ki.nu (8.14.2/8.14.2) with ESMTP id o614ErMA020675; Thu, 1 Jul 2010 13:14:58 +0900 (JST) Date: Thu, 01 Jul 2010 13:14:48 +0900 Message-ID: From: Makoto Fujiwara In-Reply-To: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 =?UTF-8?Q?(Goj=1B$(D+W=1B(B)?= APEL/10.7 Emacs/24.0.50 (i386--netbsdelf) MULE/6.0 =?UTF-8?Q?(=E8=8A=B1=E6=95=A3=E9=87=8C)?= MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Spam-Score: -1.8 (-) 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: -2.7 (--) first of all, I got the very much similar problem with hnf-mode (2.5) http://nijino.homelinux.net/hnf-mode/ And the patch by Okazaki San fixed my problem. Thank you. I have looked at the patch, and minimized the changes in diff wise. It is logically exactly the same as the first patch. This second patch also fixes my problem. If you look at this patch, the changes almost nothing to the human being (just not modifying char c). diff --git a/src/lread.c b/src/lread.c index c73f7f3..de01387 100644 --- a/src/lread.c +++ b/src/lread.c @@ -2693,7 +2693,11 @@ read1 (readcharfun, pch, first_in_list) old-style. For Emacs-25, we should completely remove this first_in_list exception (old-style can still be obtained via "(\`" anyway). */ - if (first_in_list && (c = READCHAR, UNREAD (c), c == ' ')) + { + int next_char = READCHAR; + UNREAD (next_char); + + if (first_in_list && next_char == ' ') { Vold_style_backquotes = Qt; goto default_label; @@ -2708,6 +2712,7 @@ read1 (readcharfun, pch, first_in_list) return Fcons (Qbackquote, Fcons (value, Qnil)); } + } case ',': if (new_backquote_flag) --- Makoto Fujiwara, Chiba, Japan, Narita Airport and Disneyland prefecture. From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Tetsurou Okazaki Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 01 Jul 2010 05:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Stefan Monnier Cc: Tetsurou Okazaki , 6490@debbugs.gnu.org Received: via spool by 6490-submit@debbugs.gnu.org id=B6490.127796292629885 (code B ref 6490); Thu, 01 Jul 2010 05:43:01 +0000 Received: (at 6490) by debbugs.gnu.org; 1 Jul 2010 05:42:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUCXG-0007ly-H2 for submit@debbugs.gnu.org; Thu, 01 Jul 2010 01:42:06 -0400 Received: from post1.infonia.net ([211.13.218.225]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUCXE-0007lb-0W for 6490@debbugs.gnu.org; Thu, 01 Jul 2010 01:42:05 -0400 Received: from zeroset.be.to (actkyo099200.adsl.ppp.infoweb.ne.jp [219.116.249.200]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by post1.infonia.net (Postfix) with ESMTP id 0400612A49; Thu, 1 Jul 2010 14:41:59 +0900 (JST) Date: Thu, 01 Jul 2010 14:41:49 +0900 Message-ID: <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> From: Tetsurou Okazaki In-Reply-To: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Thu_Jul__1_14:41:48_2010-1" Content-Transfer-Encoding: 7bit X-Spam-Score: -3.7 (---) 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: -3.3 (---) --Multipart_Thu_Jul__1_14:41:48_2010-1 Content-Type: text/plain; charset=US-ASCII At Wed, 23 Jun 2010 00:23:15 +0200, Stefan Monnier wrote: > > > Attached patch for Emacs fixes this error. > > I'm glad the patch fixes things for you, since this patch indeed looks > perfectly harmless, but I'm a bit puzzled because it doesn't just look > harmless: it looks to me like the patch does change anything to the way > the code works. So could you explain to me how&why the patch fixes > the problem? I'm probably just overlooking some "obvious" detail, The changes committed in rev:100605 reassigns the next character to the variable `c'. When the next character is SPC (32, #o40, #x20), old style backquote is detected. if (first_in_list && (c = READCHAR, UNREAD (c), c == ' ')) { Vold_style_backquotes = Qt; goto default_label; } But backquote handling is skipped because `c' is SPC. default_label: if (c <= 040) goto retry; ... old style backquote handling ... My patch avoids reassignment of `c' not to skip old style backquote handling. To keep more compatibility with released Emacs, it is preferable to allow a character such as \r or \n after the old style backquote. --Multipart_Thu_Jul__1_14:41:48_2010-1 Content-Type: text/plain; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="src-lread-old-backquote2.diff" === modified file 'src/lread.c' --- src/lread.c 2010-06-16 14:10:02 +0000 +++ src/lread.c 2010-06-27 11:48:20 +0000 @@ -2693,21 +2693,26 @@ old-style. For Emacs-25, we should completely remove this first_in_list exception (old-style can still be obtained via "(\`" anyway). */ - if (first_in_list && (c = READCHAR, UNREAD (c), c == ' ')) - { - Vold_style_backquotes = Qt; - goto default_label; - } - else - { - Lisp_Object value; - - new_backquote_flag++; - value = read0 (readcharfun); - new_backquote_flag--; - - return Fcons (Qbackquote, Fcons (value, Qnil)); - } + { + int ch = READCHAR; + UNREAD (ch); + + if (first_in_list && (ch == ' ' || ch == '\t' || ch == '\n' || ch == '\r' || ch == '\f')) + { + Vold_style_backquotes = Qt; + goto default_label; + } + else + { + Lisp_Object value; + + new_backquote_flag++; + value = read0 (readcharfun); + new_backquote_flag--; + + return Fcons (Qbackquote, Fcons (value, Qnil)); + } + } case ',': if (new_backquote_flag) --Multipart_Thu_Jul__1_14:41:48_2010-1-- From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 04 Jul 2010 21:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Tetsurou Okazaki Cc: 6490@debbugs.gnu.org Received: via spool by 6490-submit@debbugs.gnu.org id=B6490.127828024114449 (code B ref 6490); Sun, 04 Jul 2010 21:51:02 +0000 Received: (at 6490) by debbugs.gnu.org; 4 Jul 2010 21:50:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVX5F-0003l0-6x for submit@debbugs.gnu.org; Sun, 04 Jul 2010 17:50:41 -0400 Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVX5D-0003ku-Ip for 6490@debbugs.gnu.org; Sun, 04 Jul 2010 17:50:40 -0400 Received: from alfajor.home (vpn-132-204-232-122.acd.umontreal.ca [132.204.232.122]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o64LoRT4006653; Sun, 4 Jul 2010 17:50:29 -0400 Received: by alfajor.home (Postfix, from userid 20848) id CE984BB541; Sun, 4 Jul 2010 23:50:26 +0200 (CEST) From: Stefan Monnier Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> Date: Sun, 04 Jul 2010 23:50:26 +0200 In-Reply-To: <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> (Tetsurou Okazaki's message of "Thu, 01 Jul 2010 14:41:49 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3570=0 X-Spam-Score: -0.8 (/) 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: -2.0 (--) >> > Attached patch for Emacs fixes this error. >> I'm glad the patch fixes things for you, since this patch indeed looks >> perfectly harmless, but I'm a bit puzzled because it doesn't just look >> harmless: it looks to me like the patch does change anything to the way >> the code works. So could you explain to me how&why the patch fixes >> the problem? I'm probably just overlooking some "obvious" detail, > The changes committed in rev:100605 reassigns the next character to > the variable `c'. When the next character is SPC (32, #o40, #x20), > old style backquote is detected. > if (first_in_list && (c = READCHAR, UNREAD (c), c == ' ')) > { > Vold_style_backquotes = Qt; > goto default_label; > } > But backquote handling is skipped because `c' is SPC. > default_label: > if (c <= 040) goto retry; > ... old style backquote handling ... > My patch avoids reassignment of `c' not to skip old style > backquote handling. Thanks, that makes perfect sense now. I've installed it now. > To keep more compatibility with released Emacs, it is preferable to > allow a character such as \r or \n after the old style backquote. I haven't seen any such situation yet, and since old-style backquotes are on the way out (effectively obsolete since something like Emacs-20, and officially obsolete since Emacs-22.1), I'll wait to see actual cases before adding such exceptions, Stefan From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Makoto Fujiwara Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 04 Jul 2010 23:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: 6490@debbugs.gnu.org Cc: Tetsurou Okazaki , Stefan Monnier Received: via spool by 6490-submit@debbugs.gnu.org id=B6490.127828793917684 (code B ref 6490); Sun, 04 Jul 2010 23:59:02 +0000 Received: (at 6490) by debbugs.gnu.org; 4 Jul 2010 23:58:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVZ5O-0004bB-OM for submit@debbugs.gnu.org; Sun, 04 Jul 2010 19:58:59 -0400 Received: from gw.ki.nu ([218.44.234.233] helo=mail.ki.nu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVZ5K-0004b4-W2 for 6490@debbugs.gnu.org; Sun, 04 Jul 2010 19:58:56 -0400 Received: from stable.i.ki.nu.ki.nu (stable.i.ki.nu [192.168.60.15]) by mail.ki.nu (8.14.2/8.14.2) with ESMTP id o64Nwlce025906; Mon, 5 Jul 2010 08:58:47 +0900 (JST) Date: Mon, 05 Jul 2010 08:58:47 +0900 Message-ID: From: Makoto Fujiwara In-Reply-To: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 =?UTF-8?Q?(Goj=1B$(D+W=1B(B)?= APEL/10.7 Emacs/24.0.50 (i386--netbsdelf) MULE/6.0 =?UTF-8?Q?(=E8=8A=B1=E6=95=A3=E9=87=8C)?= MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Spam-Score: -1.4 (-) 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: -2.5 (--) | To: Tetsurou Okazaki | From: Stefan Monnier | Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? | Date: Sun, 04 Jul 2010 23:50:26 +0200 > To keep more compatibility with released Emacs, it is preferable to > allow a character such as \r or \n after the old style backquote. Stefan> I haven't seen any such situation yet, and since old-style backquotes are Stefan> on the way out (effectively obsolete since something like Emacs-20, and Stefan> officially obsolete since Emacs-22.1), I'll wait to see actual cases Stefan> before adding such exceptions, You may found the typical example in flim-1.14.9/md4.el 90 (defmacro md4-make-step (name func) 91 (` 92 (defun (, name) (a b c d xk s ac) 93 (let* 94 ((h1 (+ (car a) ((, func) (car b) (car c) (car d)) (car xk) (car ac))) 95 (l1 (+ (cdr a) ((, func) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) 96 (h2 (logand 65535 (+ h1 (lsh l1 -16)))) 97 (l2 (logand 65535 l1)) 98 ;; cyclic shift of 32 bits integer 99 (h3 (logand 65535 (if (> s 15) 100 (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) 101 (+ (lsh h2 s) (lsh l2 (- s 16)))))) 102 (l3 (logand 65535 (if (> s 15) 103 (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) 104 (+ (lsh l2 s) (lsh h2 (- s 16))))))) 105 (cons h3 l3))))) 106 107 (md4-make-step md4-round1 md4-F) This is NOT compiled by the first patch. The second patch makes it, Thanks, --- Makoto Fujiwara, Chiba, Japan, Narita Airport and Disneyland prefecture. From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Makoto Fujiwara Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Jul 2010 01:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: 6490@debbugs.gnu.org Cc: Tetsurou Okazaki , Stefan Monnier Received: via spool by 6490-submit@debbugs.gnu.org id=B6490.127829469220533 (code B ref 6490); Mon, 05 Jul 2010 01:52:01 +0000 Received: (at 6490) by debbugs.gnu.org; 5 Jul 2010 01:51:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVaqK-0005L8-4O for submit@debbugs.gnu.org; Sun, 04 Jul 2010 21:51:32 -0400 Received: from gw.ki.nu ([218.44.234.233] helo=mail.ki.nu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVaqH-0005L3-B2 for 6490@debbugs.gnu.org; Sun, 04 Jul 2010 21:51:31 -0400 Received: from stable.i.ki.nu.ki.nu (stable.i.ki.nu [192.168.60.15]) by mail.ki.nu (8.14.2/8.14.2) with ESMTP id o651pLVr007197; Mon, 5 Jul 2010 10:51:21 +0900 (JST) Date: Mon, 05 Jul 2010 10:51:21 +0900 Message-ID: From: Makoto Fujiwara In-Reply-To: <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 =?UTF-8?Q?(Goj=1B$(D+W=1B(B)?= APEL/10.7 Emacs/24.0.50 (i386--netbsdelf) MULE/6.0 =?UTF-8?Q?(=E8=8A=B1=E6=95=A3=E9=87=8C)?= MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Spam-Score: -2.5 (--) 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: -2.5 (--) Just for an information: bbdb http://sourceforge.net/projects/bbdb has the following lines in bbdb-2.34/lisp/bbdb-mhe.el: ----- 38 (defmacro bbdb/mh-cache-key (message) 39 "Return a (numeric) key for MESSAGE" 40 (`(let* ((attrs (file-attributes (, message))) 41 (status-time (nth 6 attrs)) 42 (status-time-2 (cdr status-time)) 43 (inode (nth 10 attrs))) ----- I have added '(' at the end of the line, and then make it. diff --git a/src/lread.c b/src/lread.c index 16efd71..656d367 100644 --- a/src/lread.c +++ b/src/lread.c @@ -2693,21 +2693,26 @@ read1 (readcharfun, pch, first_in_list) ... + if (first_in_list && (ch == ' ' || ch == '\t' || ch == '\n' || ch == '\r' || ch == '\f' || ch == '(')) --- Makoto Fujiwara, Chiba, Japan, Narita Airport and Disneyland prefecture. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 02 16:11:40 2010 Received: (at control) by debbugs.gnu.org; 2 Sep 2010 20:11:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrG8K-0006ys-MG for submit@debbugs.gnu.org; Thu, 02 Sep 2010 16:11:40 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrG8J-0006yh-9Q; Thu, 02 Sep 2010 16:11:39 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OrG9y-0003b3-MZ; Thu, 02 Sep 2010 16:13:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19584.1378.625945.179966@fencepost.gnu.org> Date: Thu, 2 Sep 2010 16:13:22 -0400 From: Glenn Morris To: 6973@debbugs.gnu.org Subject: Re: bug#6973: 24.0.50; parse-sgml.el sends error In-Reply-To: <19584.638.283615.771936@fencepost.gnu.org> References: <4C7FEE11.1030308@easy-emacs.de> <19584.638.283615.771936@fencepost.gnu.org> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: ?=n?v$0[d7Hs\Tob7/E]P|D<-e[OaN%a3A>t`OK.=.N1a`p"3[A@B'ZF)p2e`ZiU}MaB]q X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: control 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.2 (------) merge 6490 6973 stop > (`(defmacro (, (intern (format "sgml-eltype-%s" n))) (et) > ^^^^ PS there is a patch for this in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6490#23 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 02 15:01:16 2010 Received: (at control) by debbugs.gnu.org; 2 Oct 2010 19:01:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P27Kd-0003PI-Ra for submit@debbugs.gnu.org; Sat, 02 Oct 2010 15:01:16 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P27Kb-0003P5-Oc for control@debbugs.gnu.org; Sat, 02 Oct 2010 15:01:14 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P27NX-0004Q0-3a; Sat, 02 Oct 2010 15:04:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19623.33326.975247.96774@fencepost.gnu.org> Date: Sat, 2 Oct 2010 15:04:14 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: white X-Ran: ZZs/\IQ=duG5NohuGoE6)@?Aj@O,B~eNGH=m>!kaYgW(p%|cq1iU.dwPI[.zjUS-DT>6_F X-Debbugs-No-Ack: yes X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: control 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.2 (-----) merge 6490 7148 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 27 02:24:18 2010 Received: (at control) by debbugs.gnu.org; 27 Oct 2010 06:24:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PAzQn-0000LQ-Qb for submit@debbugs.gnu.org; Wed, 27 Oct 2010 02:24:18 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PAzQj-0000LB-GR; Wed, 27 Oct 2010 02:24:14 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PAzUf-0004pZ-4q; Wed, 27 Oct 2010 02:28:17 -0400 To: nicholas.dokos@hp.com Subject: Re: bug#7286: 24.0.50; Emacs 24 latest pull breaks BBDB References: <14782.1288159316@gamaville.dokosmarshall.org> From: Glenn Morris X-Spook: benelux TWA Blowfish Syria clones CIDA COSCO Iran X-Ran: Kchf)n&oEr5TU3>x0WhFn,GI"!W&z.z$d%y@`]GtB^L'|_<%>OU#;?e++#M|=CAZQwy=Zw X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 27 Oct 2010 02:28:17 -0400 In-Reply-To: <14782.1288159316@gamaville.dokosmarshall.org> (Nick Dokos's message of "Wed\, 27 Oct 2010 02\:01\:56 -0400") 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.2 (------) X-Debbugs-Envelope-To: control Cc: 7286@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.2 (------) retitle 7286 old-style backquotes in bbdb forcemerge 6490 7286 stop Nick Dokos wrote: > (defmacro bbdb/mh-cache-key (message) > "Return a (numeric) key for MESSAGE" > (`(let* ((attrs (file-attributes (, message))) This is a duplicate of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6490 From unknown Thu Jun 19 16:24:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Sep 2011 20:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Makoto Fujiwara Cc: Tetsurou Okazaki , Stefan Monnier , 6490@debbugs.gnu.org Received: via spool by 6490-submit@debbugs.gnu.org id=B6490.131663872731098 (code B ref 6490); Wed, 21 Sep 2011 20:59:02 +0000 Received: (at 6490) by debbugs.gnu.org; 21 Sep 2011 20:58:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6TsV-00085X-LL for submit@debbugs.gnu.org; Wed, 21 Sep 2011 16:58:47 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6TsT-00085P-Fq for 6490@debbugs.gnu.org; Wed, 21 Sep 2011 16:58:46 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R6Ts1-0006aa-R3; Wed, 21 Sep 2011 22:58:17 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Makoto Fujiwara's message of "Mon, 05 Jul 2010 08:58:47 +0900") Date: Wed, 21 Sep 2011 22:54:44 +0200 Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Oneohtrix Point Never's _Returnal_: "Pelham Island Road" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R6Ts1-0006aa-R3 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1317243498.0526@pMyXqjZNKK8/z/oVvBh3KQ X-Spam-Status: No X-Spam-Score: -2.6 (--) 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: -2.6 (--) Makoto Fujiwara writes: > Stefan> officially obsolete since Emacs-22.1), I'll wait to see actual cases > Stefan> before adding such exceptions, > > You may found the typical example in flim-1.14.9/md4.el > > 90 (defmacro md4-make-step (name func) > 91 (` Was there a decision made to just not support old-style "(`\n" backquotes? Reading the code, it looks like the "(` " style was added back, but not the more extensive ch == ' ' || ch == '\t' || ch == '\n' || ch == '\r' || ch == '\f' || ch == '(' list suggested. If the decision was to not support this, since all support for old-style backquotes are scheduled to be removed in Emacs 25, this bug report can be closed. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Thu Jun 19 16:24:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Tetsurou Okazaki Subject: bug#6490: closed (Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug?) Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> X-Gnu-PR-Message: they-closed 6490 X-Gnu-PR-Package: emacs Reply-To: 6490@debbugs.gnu.org Date: Thu, 22 Sep 2011 01:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1316655842-28870-1" This is a multi-part message in MIME format... ------------=_1316655842-28870-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6490: 24.0.50; src/lread.c: old style backquote bug? which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 6490@debbugs.gnu.org. --=20 6490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6490 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1316655842-28870-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6490-done) by debbugs.gnu.org; 22 Sep 2011 01:43:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJy-0007Un-Oq for submit@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:26 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJw-0007Uf-SJ for 6490-done@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAOaRek5FpZ7x/2dsb2JhbABCp255gVMBAQQBViMFCws0EhQYDSSICrR9hn0EoFWEQw X-IronPort-AV: E=Sophos;i="4.68,420,1312171200"; d="scan'208";a="137796943" Received: from 69-165-158-241.dsl.teksavvy.com (HELO ceviche.home) ([69.165.158.241]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 21 Sep 2011 21:43:06 -0400 Received: by ceviche.home (Postfix, from userid 20848) id D19D4660B6; Wed, 21 Sep 2011 21:43:05 -0400 (EDT) From: Stefan Monnier To: Lars Magne Ingebrigtsen Subject: Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> Date: Wed, 21 Sep 2011 21:43:05 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 21 Sep 2011 22:54:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 6490-done Cc: Tetsurou Okazaki , 6490-done@debbugs.gnu.org, Makoto Fujiwara 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: -2.7 (--) > list suggested. If the decision was to not support this, since all > support for old-style backquotes are scheduled to be removed in Emacs > 25, this bug report can be closed. Yes, it can be closed. Stefan ------------=_1316655842-28870-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Jun 2010 09:17:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQzbg-0005rR-GD for submit@debbugs.gnu.org; Tue, 22 Jun 2010 05:17:25 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQzbd-0005rK-2l for submit@debbugs.gnu.org; Tue, 22 Jun 2010 05:17:22 -0400 Received: from lists.gnu.org ([199.232.76.165]:43511) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OQzba-0002KM-9Y for submit@debbugs.gnu.org; Tue, 22 Jun 2010 05:17:18 -0400 Received: from [140.186.70.92] (port=54465 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQzbY-0005tr-3e for bug-gnu-emacs@gnu.org; Tue, 22 Jun 2010 05:17:17 -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 autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQzbV-00057j-DV for bug-gnu-emacs@gnu.org; Tue, 22 Jun 2010 05:17:16 -0400 Received: from post1.infonia.net ([211.13.218.225]:1102) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQzbU-00057E-TE for bug-gnu-emacs@gnu.org; Tue, 22 Jun 2010 05:17:13 -0400 Received: from zeroset.be.to (actkyo099200.adsl.ppp.infoweb.ne.jp [219.116.249.200]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by post1.infonia.net (Postfix) with ESMTP id 8098F12A51; Tue, 22 Jun 2010 18:17:05 +0900 (JST) Date: Tue, 22 Jun 2010 18:16:56 +0900 Message-ID: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> From: Tetsurou Okazaki To: bug-gnu-emacs@gnu.org Subject: 24.0.50; src/lread.c: old style backquote bug? User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Tue_Jun_22_18:16:56_2010-1" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2 (3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit Cc: okazaki@be.to 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.7 (----) --Multipart_Tue_Jun_22_18:16:56_2010-1 Content-Type: text/plain; charset=US-ASCII The latest Bazaar version of Emacs fails to build APEL [http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/index.en.html] with the following message: % cvs -z9 -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout apel % cd apel % make emacs -batch -q -no-site-file -l APEL-MK -f compile-apel \ NONE NONE NONE Loading /home/tetsurou/Checkout/cvs.m17n.org/apel/APEL-CFG... Loading `product': old-style backquotes detected! Invalid function: (progn (\, product-def) (put (\, feature) (quote product) (let ((product (product-find-by-name (\, product-name)))) (product-run-checkers product (quote (\, product-version))) (and (\, product-family) (product-add-to-family (\, product-family) (\, product-name))) (product-add-feature product (\, feature)) (if (equal (quote (\, product-version)) (product-version product)) product (vector (\, product-name) (\, product-family) (quote (\, product-version)) (\, product-code-name) nil nil nil (\, product-version-string))))) (\, feature-def)) make: *** [elc] Error 255 Attached patch for Emacs fixes this error. In GNU Emacs 24.0.50.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars) of 2010-06-18 on zeroset configured using `configure '--without-dbus' '--with-x-toolkit=athena'' 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: C value of $LANG: ja_JP.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: global-semanticdb-minor-mode: t global-semantic-idle-scheduler-mode: t semantic-mode: t global-ede-mode: t display-time-mode: t 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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC x r e p o r TAB RET Recent messages: ("emacs") Loading term/xterm...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /usr/local/share/emacs/site-lisp/flim/sha1 hides /usr/local/share/emacs/24.0.50/lisp/sha1 /usr/local/share/emacs/site-lisp/semi/pgg hides /usr/local/share/emacs/24.0.50/lisp/pgg /usr/local/share/emacs/site-lisp/semi/pgg-pgp5 hides /usr/local/share/emacs/24.0.50/lisp/pgg-pgp5 /usr/local/share/emacs/site-lisp/semi/pgg-pgp hides /usr/local/share/emacs/24.0.50/lisp/pgg-pgp /usr/local/share/emacs/site-lisp/semi/pgg-parse hides /usr/local/share/emacs/24.0.50/lisp/pgg-parse /usr/local/share/emacs/site-lisp/semi/pgg-gpg hides /usr/local/share/emacs/24.0.50/lisp/pgg-gpg /usr/local/share/emacs/site-lisp/semi/pgg-def hides /usr/local/share/emacs/24.0.50/lisp/pgg-def /usr/local/share/emacs/site-lisp/flim/md4 hides /usr/local/share/emacs/24.0.50/lisp/md4 /usr/local/share/emacs/site-lisp/flim/hex-util hides /usr/local/share/emacs/24.0.50/lisp/hex-util /usr/local/share/emacs/site-lisp/bitmap/po hides /usr/local/share/emacs/24.0.50/lisp/textmodes/po /usr/local/share/emacs/site-lisp/flim/sasl hides /usr/local/share/emacs/24.0.50/lisp/net/sasl /usr/local/share/emacs/site-lisp/flim/sasl-ntlm hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-ntlm /usr/local/share/emacs/site-lisp/flim/sasl-digest hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-digest /usr/local/share/emacs/site-lisp/flim/sasl-cram hides /usr/local/share/emacs/24.0.50/lisp/net/sasl-cram /usr/local/share/emacs/site-lisp/flim/ntlm hides /usr/local/share/emacs/24.0.50/lisp/net/ntlm /usr/local/share/emacs/site-lisp/flim/hmac-md5 hides /usr/local/share/emacs/24.0.50/lisp/net/hmac-md5 /usr/local/share/emacs/site-lisp/flim/hmac-def hides /usr/local/share/emacs/24.0.50/lisp/net/hmac-def /usr/local/share/emacs/site-lisp/wl/rfc2368 hides /usr/local/share/emacs/24.0.50/lisp/mail/rfc2368 /usr/local/share/emacs/site-lisp/wl/utf7 hides /usr/local/share/emacs/24.0.50/lisp/gnus/utf7 /usr/local/share/emacs/site-lisp/semi/smime hides /usr/local/share/emacs/24.0.50/lisp/gnus/smime Features: (shadow sort gnus-util mail-extr message sendmail regexp-opt rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug package mime-w3m warnings advice help-fns advice-preload w3m-load semantic/db-mode semantic/db semantic/idle semantic/format semantic/tag-ls semantic/ctxt semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local ede/linux ede/emacs ede/cpp-root ede/speedbar ede/files ede ede/source eieio-base eieio-speedbar speedbar sb-image ezimage dframe easymenu assoc eieio-custom wid-edit eieio byte-opt bytecomp byte-compile cedet generic-x time japan-util 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 mldrag 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 dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) --Multipart_Tue_Jun_22_18:16:56_2010-1 Content-Type: text/plain; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="src-lread-old-backquote.diff" Content-Transfer-Encoding: 7bit === modified file 'src/lread.c' --- src/lread.c 2010-06-16 14:10:02 +0000 +++ src/lread.c 2010-06-22 07:48:58 +0000 @@ -2693,21 +2693,26 @@ old-style. For Emacs-25, we should completely remove this first_in_list exception (old-style can still be obtained via "(\`" anyway). */ - if (first_in_list && (c = READCHAR, UNREAD (c), c == ' ')) - { - Vold_style_backquotes = Qt; - goto default_label; - } - else - { - Lisp_Object value; - - new_backquote_flag++; - value = read0 (readcharfun); - new_backquote_flag--; - - return Fcons (Qbackquote, Fcons (value, Qnil)); - } + { + int next_char = READCHAR; + UNREAD (next_char); + + if (first_in_list && next_char == ' ') + { + Vold_style_backquotes = Qt; + goto default_label; + } + else + { + Lisp_Object value; + + new_backquote_flag++; + value = read0 (readcharfun); + new_backquote_flag--; + + return Fcons (Qbackquote, Fcons (value, Qnil)); + } + } case ',': if (new_backquote_flag) --Multipart_Tue_Jun_22_18:16:56_2010-1-- ------------=_1316655842-28870-1-- From unknown Thu Jun 19 16:24:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andreas =?UTF-8?Q?R=C3=B6hler?= Subject: bug#6973: closed (Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug?) Message-ID: References: <4C7FEE11.1030308@easy-emacs.de> X-Gnu-PR-Message: they-closed 6973 X-Gnu-PR-Package: emacs Reply-To: 6973@debbugs.gnu.org Date: Thu, 22 Sep 2011 01:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1316655842-28870-3" This is a multi-part message in MIME format... ------------=_1316655842-28870-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6490: old-style backquotes in psgml which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 6973@debbugs.gnu.org. --=20 6490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6490 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1316655842-28870-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6490-done) by debbugs.gnu.org; 22 Sep 2011 01:43:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJy-0007Un-Oq for submit@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:26 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJw-0007Uf-SJ for 6490-done@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAOaRek5FpZ7x/2dsb2JhbABCp255gVMBAQQBViMFCws0EhQYDSSICrR9hn0EoFWEQw X-IronPort-AV: E=Sophos;i="4.68,420,1312171200"; d="scan'208";a="137796943" Received: from 69-165-158-241.dsl.teksavvy.com (HELO ceviche.home) ([69.165.158.241]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 21 Sep 2011 21:43:06 -0400 Received: by ceviche.home (Postfix, from userid 20848) id D19D4660B6; Wed, 21 Sep 2011 21:43:05 -0400 (EDT) From: Stefan Monnier To: Lars Magne Ingebrigtsen Subject: Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> Date: Wed, 21 Sep 2011 21:43:05 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 21 Sep 2011 22:54:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 6490-done Cc: Tetsurou Okazaki , 6490-done@debbugs.gnu.org, Makoto Fujiwara 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: -2.7 (--) > list suggested. If the decision was to not support this, since all > support for old-style backquotes are scheduled to be removed in Emacs > 25, this bug report can be closed. Yes, it can be closed. Stefan ------------=_1316655842-28870-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Sep 2010 18:33:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrEb2-0006F4-HU for submit@debbugs.gnu.org; Thu, 02 Sep 2010 14:33:12 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrEb0-0006Ey-1V for submit@debbugs.gnu.org; Thu, 02 Sep 2010 14:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrEce-0002fH-C7 for submit@debbugs.gnu.org; Thu, 02 Sep 2010 14:34:53 -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,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:60692) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrEcV-0002dr-Pq for submit@debbugs.gnu.org; Thu, 02 Sep 2010 14:34:52 -0400 Received: from [140.186.70.92] (port=60268 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrEcR-0001nx-Mq for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2010 14:34:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrEcN-0002cR-Hp for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2010 14:34:37 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:49770) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrEcN-0002cL-5g for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2010 14:34:35 -0400 Received: from [192.168.178.27] (brln-4db9c3cd.pool.mediaWays.net [77.185.195.205]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0LaYX5-1PDK580UoR-00lmdK; Thu, 02 Sep 2010 20:34:33 +0200 Message-ID: <4C7FEE11.1030308@easy-emacs.de> Date: Thu, 02 Sep 2010 20:33:53 +0200 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.0.50; parse-sgml.el sends error Content-Type: multipart/mixed; boundary="------------000904010307020903020805" X-Provags-ID: V02:K0:iqTrHs5iRTTPm3CESPxhSF7t2SC98+7/f/bE/odIZO7 muJ1GNaBRPkRWRkT2eYIM8doq3Ajje6ygMV0p9r23z+TsVJkEv Fw7rTGWLb5P8ABMSv3EVE9tVN2QKYqI6+n/mzsoMjL8LXjv6c2 7swM9PPvdQtYeB2vM1NlUjgEtB0uipARX40emIUC6i+Xi4Lr6q CCM1H4enp+TBQfkgaKiu9txW3zPDWHjG4oVbRgCMXs= 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, seldom 2.4 (older, 4) X-Spam-Score: -5.0 (-----) 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.2 (-----) This is a multi-part message in MIME format. --------------000904010307020903020805 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Emacs -Q Hi, when loading parse-sgml.el an error is signaled, which don't occur with Emacs 23. Backtrace attached. Thanks Andreas -- https://code.launchpad.net/~a-roehler/python-mode https://code.launchpad.net/s-x-emacs-werkstatt/ In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2010-09-02 Windowing system distributor `The X.Org Foundation', version 11.0.70200000 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: de_DE.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Debugger 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: p s - s M-x e v a l - b M-x e l e M-x C-x C-f p s g - i d M-x C-x C-f ~ / g n u - e m q a . g n u - e m a l l C-s p a r s e p s g m l C-a C-SPC C-e M-w C-x C-e C-s p s g m l C-e C-s C-s C-s C-s C-x C-e C-SPC M-< C-x C-w t e x t e / p a r e s s e - s g m l - b a c k t r e a c e . t x t e l - C-e C-x 1 C-g M-x r e p o r t - e m a c s - b u Recent messages: Mark set Loading /home/speck/progarbeit/emacs/veraendert/suse-start-psgml.el (source)...done t Mark saved where search started [2 times] Loading /usr/share/emacs/site-lisp/psgml/psgml-parse.el (source)... Entering debugger... Mark set Saving file /home/speck/texte/parse-sgml-el-backtrace.txt... Loading vc-git...done Wrote /home/speck/texte/parse-sgml-el-backtrace.txt Quit Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message byte-opt sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug vc-git debug multi-isearch vc-rcs psgml-ids help-mode view mule-util ebuff-menu electric psgml-sysdep sgml-mode psgml derived cl cl-19 bytecomp byte-compile sh-script executable ffap locate dired regexp-opt help-fns cus-edit easymenu cus-start cus-load wid-edit 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 mldrag 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) --------------000904010307020903020805 Content-Type: text/plain; name="parse-sgml-el-backtrace.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="parse-sgml-el-backtrace.txt" Debugger entered--Lisp error: (invalid-function (\` (defmacro ((\, (intern (format "sgml-eltype-%s" n)))) (et) (list (quote get) et (quote (quote ((\, n)))))))) ((\` (defmacro ... ... ...))) (cons ((\` ...)) --cl-var--) (setq --cl-var-- (cons (...) --cl-var--)) (push ((\` ...)) --cl-var--) (while (consp --cl-var--) (setq n (car --cl-var--)) (push (...) --cl-var--) (setq --cl-var-- (cdr --cl-var--))) (let* ((--cl-var-- names) (n nil) (--cl-var-- nil)) (while (consp --cl-var--) (setq n ...) (push ... --cl-var--) (setq --cl-var-- ...)) (nreverse --cl-var--)) (catch (quote --cl-block-nil--) (let* (... ... ...) (while ... ... ... ...) (nreverse --cl-var--))) (cl-block-wrapper (catch (quote --cl-block-nil--) (let* ... ... ...))) (block nil (let* (... ... ...) (while ... ... ... ...) (nreverse --cl-var--))) (loop for n in names collect ((\` ...))) (cons (quote progn) (loop for n in names collect (...))) (lambda (&rest names) (cons (quote progn) (loop for n in names collect ...)))(attlist includes excludes shortmap) (sgml-prop-fields attlist includes excludes shortmap) eval-buffer(# nil "/usr/share/emacs/site-lisp/psgml/psgml-parse.el" nil t) ; Reading at buffer position 27623 load-with-code-conversion("/usr/share/emacs/site-lisp/psgml/psgml-parse.el" "/usr/share/emacs/site-lisp/psgml/psgml-parse.el" nil nil) load("/usr/share/emacs/site-lisp/psgml/psgml-parse.el") eval((load "/usr/share/emacs/site-lisp/psgml/psgml-parse.el")) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) --------------000904010307020903020805-- ------------=_1316655842-28870-3-- From unknown Thu Jun 19 16:24:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Gregor Zattler Subject: bug#7148: closed (Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug?) Message-ID: References: <87ocbcwv98.fsf@shi.workgroup> X-Gnu-PR-Message: they-closed 7148 X-Gnu-PR-Package: emacs Reply-To: 7148@debbugs.gnu.org Date: Thu, 22 Sep 2011 01:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1316655842-28870-5" This is a multi-part message in MIME format... ------------=_1316655842-28870-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6490: 24.0.50; fails to compile packages flim and lookup which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 7148@debbugs.gnu.org. --=20 6490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6490 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1316655842-28870-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6490-done) by debbugs.gnu.org; 22 Sep 2011 01:43:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJy-0007Un-Oq for submit@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:26 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJw-0007Uf-SJ for 6490-done@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAOaRek5FpZ7x/2dsb2JhbABCp255gVMBAQQBViMFCws0EhQYDSSICrR9hn0EoFWEQw X-IronPort-AV: E=Sophos;i="4.68,420,1312171200"; d="scan'208";a="137796943" Received: from 69-165-158-241.dsl.teksavvy.com (HELO ceviche.home) ([69.165.158.241]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 21 Sep 2011 21:43:06 -0400 Received: by ceviche.home (Postfix, from userid 20848) id D19D4660B6; Wed, 21 Sep 2011 21:43:05 -0400 (EDT) From: Stefan Monnier To: Lars Magne Ingebrigtsen Subject: Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> Date: Wed, 21 Sep 2011 21:43:05 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 21 Sep 2011 22:54:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 6490-done Cc: Tetsurou Okazaki , 6490-done@debbugs.gnu.org, Makoto Fujiwara 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: -2.7 (--) > list suggested. If the decision was to not support this, since all > support for old-style backquotes are scheduled to be removed in Emacs > 25, this bug report can be closed. Yes, it can be closed. Stefan ------------=_1316655842-28870-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Oct 2010 13:56: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 1P22a2-00012I-0J for submit@debbugs.gnu.org; Sat, 02 Oct 2010 09:56:51 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P22Zy-00012D-HW for submit@debbugs.gnu.org; Sat, 02 Oct 2010 09:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P22cr-0007Gc-3b for submit@debbugs.gnu.org; Sat, 02 Oct 2010 09:59:47 -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,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:34804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P22cq-0007GX-Qq for submit@debbugs.gnu.org; Sat, 02 Oct 2010 09:59:45 -0400 Received: from [140.186.70.92] (port=50912 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P22co-0005AV-5e for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2010 09:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P22cj-0007Dj-90 for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2010 09:59:42 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:55085 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P22ci-0007CY-Gj for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2010 09:59:37 -0400 Received: (qmail invoked by alias); 02 Oct 2010 13:59:32 -0000 Received: from p4FC23094.dip.t-dialin.net (EHLO shi.workgroup) [79.194.48.148] by mail.gmx.net (mp070) with SMTP; 02 Oct 2010 15:59:32 +0200 X-Authenticated: #19296480 X-Provags-ID: V01U2FsdGVkX18cVjdrc6QcWmy4ormYg7ZY7PCOlmDLkZTrrwwPdm 8EUPCOkZvfy5jU Received: from grfz by shi.workgroup with local (Exim 4.72) (envelope-from ) id 1P22cd-0006I9-N9; Sat, 02 Oct 2010 15:59:31 +0200 From: Gregor Zattler To: bug-gnu-emacs@gnu.org Subject: 24.0.50; fails to compile packages flim and lookup X-Debbugs-Cc: rfrancoise@debian.org Date: Sat, 02 Oct 2010 15:59:31 +0200 Message-ID: <87ocbcwv98.fsf@shi.workgroup> MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 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, seldom 2.4 (older, 4) 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 (-----) Emacs-snapshot for debian sid does not install alongside packages flim and look up-el since their respective compilation fails. I had to uninstall (debian) packages flim and lookup-el in order to install Emacs-snapshot. I have no clue what's the problem here. Is this related to bug #6490 ? Thanks for your attention, Gregor These are the installation log files generated when installation failed: ----emacs-snapshot.ByDPrR------------------------------- emacs-install emacs-snapshot install/apel: byte-compiling for emacs-snapshot, logged in /tmp/elc.dGTpymoCNWiv install/apel: deleting /tmp/elc.dGTpymoCNWiv install/apel: byte-compiling for reverse dependency install/flim: byte-compiling for emacs-snapshot, logged in /tmp/elc.2rE6wALYP1Wu emacs-install: /usr/lib/emacsen-common/packages/install/apel emacs-snapshot emacs23 failed at /usr/lib/emacsen-common/emacs-install line 28, line 17. ----------------------------------- ----/tmp/elc.2rE6wALYP1Wu------------------------------- emacs-snapshot -q -no-site-file -batch -l __myinit.el -f batch-byte-compile eword-decode.el eword-encode.el hex-util.el hmac-def.el hmac-md5.el hmac-sha1.el luna.el lunit.el md4.el md5-dl.el md5-el.el md5.el mel-b-ccl.el mel-b-dl.el mel-b-el.el mel-g.el mel-q-ccl.el mel-q.el mel-u.el mel.el mime-conf.el mime-def.el mime-parse.el mime.el mmbuffer.el mmcooked.el mmexternal.el mmgeneric.el ntlm.el qmtp.el sasl-cram.el sasl-digest.el sasl-ntlm.el sasl-scram.el sasl.el sha1-dl.el sha1-el.el sha1.el smtp.el std11.el Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-decode.elc In toplevel form: eword-encode.el:164:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:166:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:168:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:170:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. eword-encode.el:172:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/eword-encode.elc In toplevel form: hex-util.el:29:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hex-util.elc In toplevel form: hmac-def.el:32:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-def.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-md5.elc Loading `sha1-el': old-style backquotes detected! Wrote /usr/share/emacs-snapshot/site-lisp/flim/hmac-sha1.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/luna.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/lunit.elc In md4-make-step: md4.el:90:31:Warning: `(\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3))))' is a malformed function md4.el:107:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5-dl.elc In md5-make-step: md5-el.el:171:31:Warning: `(\` (defun ((\, name)) (a b c d x s ac) (let* ((m1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car x) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr x) (cdr ac))) (m2 (logand 65535 (+ m1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (m3 (logand 65535 (if (> s 15) (+ (lsh m2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh m2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh m2 (- s 16))) (+ (lsh l2 s) (lsh m2 (- s 16))))))) (md5-add (cons m3 l3) b))))' is a malformed function md5-el.el:187:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d x s ac) (let* ((m1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car x) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr x) (cdr ac))) (m2 (logand 65535 (+ m1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (m3 (logand 65535 (if (> s 15) (+ (lsh m2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh m2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh m2 (- s 16))) (+ (lsh l2 s) (lsh m2 (- s 16))))))) (md5-add (cons m3 l3) b)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/md5.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-ccl.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-dl.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-b-el.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-g.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q-ccl.elc In quoted-printable-internal-decode-region: mel-q.el:209:45:Warning: attempt to inline `quoted-printable-num-to-raw-byte-char' before it was defined In q-encoding-decode-string: mel-q.el:326:26:Warning: attempt to inline `quoted-printable-num-to-raw-byte-char' before it was defined Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-q.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel-u.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mel.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-conf.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-def.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime-parse.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mime.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmbuffer.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmcooked.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmexternal.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/mmgeneric.elc In toplevel form: ntlm.el:66:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/qmtp.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-cram.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-digest.elc In toplevel form: sasl-ntlm.el:33:1:Error: Invalid function: (\` (defun ((\, name)) (a b c d xk s ac) (let* ((h1 (+ (car a) (((\, func)) (car b) (car c) (car d)) (car xk) (car ac))) (l1 (+ (cdr a) (((\, func)) (cdr b) (cdr c) (cdr d)) (cdr xk) (cdr ac))) (h2 (logand 65535 (+ h1 (lsh l1 -16)))) (l2 (logand 65535 l1)) (h3 (logand 65535 (if (> s 15) (+ (lsh h2 (- s 32)) (lsh l2 (- s 16))) (+ (lsh h2 s) (lsh l2 (- s 16)))))) (l3 (logand 65535 (if (> s 15) (+ (lsh l2 (- s 32)) (lsh h2 (- s 16))) (+ (lsh l2 s) (lsh h2 (- s 16))))))) (cons h3 l3)))) Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl-scram.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sasl.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-dl.elc In toplevel form: sha1-el.el:115:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1-el.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/sha1.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/smtp.elc Wrote /usr/share/emacs-snapshot/site-lisp/flim/std11.elc ----------------------------------- This installation log file was produced after I unistalled flim but before uninstalling lookup-el: ----emacs-snapshot.SpNwHv------------------------------- emacs-install emacs-snapshot install/apel: byte-compiling for emacs-snapshot, logged in /tmp/elc.hGfu12gopdnU install/apel: deleting /tmp/elc.hGfu12gopdnU install/apel: byte-compiling for reverse dependency install/debian-el: Handling emacs-snapshot, logged in /tmp/elc_KCN3wG.log install/debian-el: Deleting /tmp/elc_KCN3wG.log install/dictionaries-common: Skipping byte-compilation for emacs-snapshot install/dictionary-el: Handling install for emacsen flavor emacs-snapshot Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/connection.elc Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/dictionary-init.elc Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/dictionary.elc Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/install-package.elc Wrote /usr/share/emacs-snapshot/site-lisp/dictionary-el/link.elc install/emacs-goodies-el: Handling emacs-snapshot, logged in /tmp/elc_bfvOtp.log Building autoloads for emacs-snapshot in /usr/share/emacs-snapshot/site-lisp/emacs-goodies-el install/emacs-goodies-el: Deleting /tmp/elc_bfvOtp.log emacsen-common: Handling install of emacsen flavor emacs-snapshot emacsen-common: byte-compiling for emacs-snapshot Wrote /etc/emacs-snapshot/site-start.d/00debian-vars.elc In debian-run-directories: debian-startup.el:131:25:Warning: `mapcar' called for effect; use `mapc' or `dolist' instead Wrote /usr/share/emacs-snapshot/site-lisp/debian-startup.elc install/lbdb: Handling install for emacsen flavor emacs-snapshot Wrote /usr/share/emacs-snapshot/site-lisp/lbdb/lbdb.elc install/lookup-el: Handling install for emacsen flavor emacs-snapshot emacs-install: /usr/lib/emacsen-common/packages/install/lookup-el emacs-snapshot emacs23 failed at /usr/lib/emacsen-common/emacs-install line 28, line 16. ----------------------------------- In GNU Emacs 24.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-10-01 on elegiac, modified by Debian (emacs-snapshot package, version 1:20101001-1) Windowing system distributor `The X.Org Foundation', version 11.0.10707000 configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/24.0.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.0.50/site-lisp:/usr/share/emacs/site-lisp' '--without-compress-info' '--with-x=yes' '--with-x-toolkit=gtk' '--with-imagemagick=yes' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: de_DE.utf8 value of $LC_CTYPE: de_DE.utf8 value of $LC_MESSAGES: POSIX value of $LC_MONETARY: de_DE.utf8 value of $LC_NUMERIC: de_DE.utf8 value of $LC_TIME: de_DE.utf8 value of $LANG: de_DE.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Diary Minor modes in effect: global-hl-line-mode: t ido-everywhere: t shell-dirtrack-mode: t show-paren-mode: t savehist-mode: t recentf-mode: t display-time-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t view-mode: t Recent input: M-x r e p o r Recent messages: Source file `/home/grfz/src/org-mode/lisp/org-protocol.el' newer than byte-compiled file Preparing diary...done Marking diary entries...done Preparing diary...done Marking diary entries...done Preparing diary...done max. buffer size is 536870911 Byte (511.9999990463257 MB) Loading /home/grfz/.emacs.d/_emms-cache...done For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: /usr/share/emacs/24.0.50/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup /home/grfz/src/org-mode/lisp/org-icalendar hides /usr/share/emacs/24.0.50/lisp/org/org-icalendar /home/grfz/src/org-mode/lisp/org-footnote hides /usr/share/emacs/24.0.50/lisp/org/org-footnote /home/grfz/src/org-mode/lisp/org-remember hides /usr/share/emacs/24.0.50/lisp/org/org-remember /home/grfz/src/org-mode/lisp/ob-python hides /usr/share/emacs/24.0.50/lisp/org/ob-python /home/grfz/src/org-mode/lisp/org-publish hides /usr/share/emacs/24.0.50/lisp/org/org-publish /home/grfz/src/org-mode/lisp/org-plot hides /usr/share/emacs/24.0.50/lisp/org/org-plot /home/grfz/src/org-mode/lisp/ob-octave hides /usr/share/emacs/24.0.50/lisp/org/ob-octave /home/grfz/src/org-mode/lisp/org-rmail hides /usr/share/emacs/24.0.50/lisp/org/org-rmail /home/grfz/src/org-mode/lisp/ob-mscgen hides /usr/share/emacs/24.0.50/lisp/org/ob-mscgen /home/grfz/src/org-mode/lisp/ob-lob hides /usr/share/emacs/24.0.50/lisp/org/ob-lob /home/grfz/src/org-mode/lisp/ob-keys hides /usr/share/emacs/24.0.50/lisp/org/ob-keys /home/grfz/src/org-mode/lisp/org-beamer hides /usr/share/emacs/24.0.50/lisp/org/org-beamer /home/grfz/src/org-mode/lisp/ob-eval hides /usr/share/emacs/24.0.50/lisp/org/ob-eval /home/grfz/src/org-mode/lisp/org-inlinetask hides /usr/share/emacs/24.0.50/lisp/org/org-inlinetask /home/grfz/src/org-mode/lisp/org-install hides /usr/share/emacs/24.0.50/lisp/org/org-install /home/grfz/src/org-mode/lisp/org-vm hides /usr/share/emacs/24.0.50/lisp/org/org-vm /home/grfz/src/org-mode/lisp/ob-tangle hides /usr/share/emacs/24.0.50/lisp/org/ob-tangle /home/grfz/src/org-mode/lisp/org-attach hides /usr/share/emacs/24.0.50/lisp/org/org-attach /home/grfz/src/org-mode/lisp/org-protocol hides /usr/share/emacs/24.0.50/lisp/org/org-protocol /home/grfz/src/org-mode/lisp/org-agenda hides /usr/share/emacs/24.0.50/lisp/org/org-agenda /home/grfz/src/org-mode/lisp/org-docview hides /usr/share/emacs/24.0.50/lisp/org/org-docview /home/grfz/src/org-mode/lisp/ob-sass hides /usr/share/emacs/24.0.50/lisp/org/ob-sass /home/grfz/src/org-mode/lisp/org-bbdb hides /usr/share/emacs/24.0.50/lisp/org/org-bbdb /home/grfz/src/org-mode/lisp/org-timer hides /usr/share/emacs/24.0.50/lisp/org/org-timer /home/grfz/src/org-mode/lisp/ob-clojure hides /usr/share/emacs/24.0.50/lisp/org/ob-clojure /home/grfz/src/org-mode/lisp/org-habit hides /usr/share/emacs/24.0.50/lisp/org/org-habit /home/grfz/src/org-mode/lisp/ob hides /usr/share/emacs/24.0.50/lisp/org/ob /home/grfz/src/org-mode/lisp/org-faces hides /usr/share/emacs/24.0.50/lisp/org/org-faces /home/grfz/src/org-mode/lisp/ob-C hides /usr/share/emacs/24.0.50/lisp/org/ob-C /home/grfz/src/org-mode/lisp/org-taskjuggler hides /usr/share/emacs/24.0.50/lisp/org/org-taskjuggler /home/grfz/src/org-mode/lisp/org-xoxo hides /usr/share/emacs/24.0.50/lisp/org/org-xoxo /home/grfz/src/org-mode/lisp/ob-ocaml hides /usr/share/emacs/24.0.50/lisp/org/ob-ocaml /home/grfz/src/org-mode/lisp/org-jsinfo hides /usr/share/emacs/24.0.50/lisp/org/org-jsinfo /home/grfz/src/org-mode/lisp/ob-css hides /usr/share/emacs/24.0.50/lisp/org/ob-css /home/grfz/src/org-mode/lisp/ob-emacs-lisp hides /usr/share/emacs/24.0.50/lisp/org/ob-emacs-lisp /home/grfz/src/org-mode/lisp/org-ctags hides /usr/share/emacs/24.0.50/lisp/org/org-ctags /home/grfz/src/org-mode/lisp/ob-latex hides /usr/share/emacs/24.0.50/lisp/org/ob-latex /home/grfz/src/org-mode/lisp/org-datetree hides /usr/share/emacs/24.0.50/lisp/org/org-datetree /home/grfz/src/org-mode/lisp/org-clock hides /usr/share/emacs/24.0.50/lisp/org/org-clock /home/grfz/src/org-mode/lisp/org-colview hides /usr/share/emacs/24.0.50/lisp/org/org-colview /home/grfz/src/org-mode/lisp/org-exp-blocks hides /usr/share/emacs/24.0.50/lisp/org/org-exp-blocks /home/grfz/src/org-mode/lisp/org-archive hides /usr/share/emacs/24.0.50/lisp/org/org-archive /home/grfz/src/org-mode/lisp/ob-ruby hides /usr/share/emacs/24.0.50/lisp/org/ob-ruby /home/grfz/src/org-mode/lisp/org-exp hides /usr/share/emacs/24.0.50/lisp/org/org-exp /home/grfz/src/org-mode/lisp/org-latex hides /usr/share/emacs/24.0.50/lisp/org/org-latex /home/grfz/src/org-mode/lisp/org-crypt hides /usr/share/emacs/24.0.50/lisp/org/org-crypt /home/grfz/src/org-mode/lisp/ob-R hides /usr/share/emacs/24.0.50/lisp/org/ob-R /home/grfz/src/org-mode/lisp/ob-gnuplot hides /usr/share/emacs/24.0.50/lisp/org/ob-gnuplot /home/grfz/src/org-mode/lisp/org-wl hides /usr/share/emacs/24.0.50/lisp/org/org-wl /home/grfz/src/org-mode/lisp/org-mhe hides /usr/share/emacs/24.0.50/lisp/org/org-mhe /home/grfz/src/org-mode/lisp/org-table hides /usr/share/emacs/24.0.50/lisp/org/org-table /home/grfz/src/org-mode/lisp/org-mks hides /usr/share/emacs/24.0.50/lisp/org/org-mks /home/grfz/src/org-mode/lisp/org hides /usr/share/emacs/24.0.50/lisp/org/org /home/grfz/src/org-mode/lisp/ob-ditaa hides /usr/share/emacs/24.0.50/lisp/org/ob-ditaa /home/grfz/src/org-mode/lisp/org-gnus hides /usr/share/emacs/24.0.50/lisp/org/org-gnus /home/grfz/src/org-mode/lisp/org-w3m hides /usr/share/emacs/24.0.50/lisp/org/org-w3m /home/grfz/src/org-mode/lisp/ob-screen hides /usr/share/emacs/24.0.50/lisp/org/ob-screen /home/grfz/src/org-mode/lisp/ob-dot hides /usr/share/emacs/24.0.50/lisp/org/ob-dot /home/grfz/src/org-mode/lisp/org-docbook hides /usr/share/emacs/24.0.50/lisp/org/org-docbook /home/grfz/src/org-mode/lisp/org-src hides /usr/share/emacs/24.0.50/lisp/org/org-src /home/grfz/src/org-mode/lisp/org-info hides /usr/share/emacs/24.0.50/lisp/org/org-info /home/grfz/src/org-mode/lisp/org-macs hides /usr/share/emacs/24.0.50/lisp/org/org-macs /home/grfz/src/org-mode/lisp/ob-asymptote hides /usr/share/emacs/24.0.50/lisp/org/ob-asymptote /home/grfz/src/org-mode/lisp/org-compat hides /usr/share/emacs/24.0.50/lisp/org/org-compat /home/grfz/src/org-mode/lisp/org-feed hides /usr/share/emacs/24.0.50/lisp/org/org-feed /home/grfz/src/org-mode/lisp/org-irc hides /usr/share/emacs/24.0.50/lisp/org/org-irc /home/grfz/src/org-mode/lisp/org-list hides /usr/share/emacs/24.0.50/lisp/org/org-list /home/grfz/src/org-mode/lisp/org-ascii hides /usr/share/emacs/24.0.50/lisp/org/org-ascii /home/grfz/src/org-mode/lisp/ob-matlab hides /usr/share/emacs/24.0.50/lisp/org/ob-matlab /home/grfz/src/org-mode/lisp/org-bibtex hides /usr/share/emacs/24.0.50/lisp/org/org-bibtex /home/grfz/src/org-mode/lisp/org-mouse hides /usr/share/emacs/24.0.50/lisp/org/org-mouse /home/grfz/src/org-mode/lisp/ob-sh hides /usr/share/emacs/24.0.50/lisp/org/ob-sh /home/grfz/src/org-mode/lisp/org-mobile hides /usr/share/emacs/24.0.50/lisp/org/org-mobile /home/grfz/src/org-mode/lisp/org-indent hides /usr/share/emacs/24.0.50/lisp/org/org-indent /home/grfz/src/org-mode/lisp/org-freemind hides /usr/share/emacs/24.0.50/lisp/org/org-freemind /home/grfz/src/org-mode/lisp/ob-ref hides /usr/share/emacs/24.0.50/lisp/org/ob-ref /home/grfz/src/org-mode/lisp/ob-table hides /usr/share/emacs/24.0.50/lisp/org/ob-table /home/grfz/src/org-mode/lisp/org-mew hides /usr/share/emacs/24.0.50/lisp/org/org-mew /home/grfz/src/org-mode/lisp/org-mac-message hides /usr/share/emacs/24.0.50/lisp/org/org-mac-message /home/grfz/src/org-mode/lisp/org-entities hides /usr/share/emacs/24.0.50/lisp/org/org-entities /home/grfz/src/org-mode/lisp/ob-sqlite hides /usr/share/emacs/24.0.50/lisp/org/ob-sqlite /home/grfz/src/org-mode/lisp/ob-perl hides /usr/share/emacs/24.0.50/lisp/org/ob-perl /home/grfz/src/org-mode/lisp/ob-sql hides /usr/share/emacs/24.0.50/lisp/org/ob-sql /home/grfz/src/org-mode/lisp/org-capture hides /usr/share/emacs/24.0.50/lisp/org/org-capture /home/grfz/src/org-mode/lisp/org-id hides /usr/share/emacs/24.0.50/lisp/org/org-id /home/grfz/src/org-mode/lisp/org-html hides /usr/share/emacs/24.0.50/lisp/org/org-html /home/grfz/src/org-mode/lisp/ob-haskell hides /usr/share/emacs/24.0.50/lisp/org/ob-haskell /home/grfz/src/org-mode/lisp/ob-comint hides /usr/share/emacs/24.0.50/lisp/org/ob-comint /home/grfz/src/org-mode/lisp/ob-exp hides /usr/share/emacs/24.0.50/lisp/org/ob-exp /usr/share/emacs-snapshot/site-lisp/emms/tq hides /usr/share/emacs/24.0.50/lisp/emacs-lisp/tq Features: (shadow org-w3m org-wl org-vm org-rmail org-mhe org-mew org-irc org-inlinetask org-jsinfo org-infojs org-html org-exp ob-exp org-exp-blocks org-agenda org-info org-id org-gnus org-docview org-crypt org-bibtex org-bbdb org-table flyspell ispell mail-extr message sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader emacsbug help-mode finder-inf package appt mule-util cal-move view diary-lib diary-loaddefs org-protocol org-remember org-datetree org byte-opt warnings bytecomp byte-compile ob-emacs-lisp ob-keys ob-comint ob-tangle ob-ref ob-lob ob-table ob org-footnote org-src org-list org-faces org-compat org-entities org-macs noutline outline cal-menu calendar cal-loaddefs remember windmove org-install emms-volume emms-volume-amixer emms-tag-editor emms-i18n emms-mark emms-history emms-bookmarks emms-last-played emms-stream-info emms-metaplaylist-mode emms-lastfm emms-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse url-vars mm-util mail-prsvr mailcap emms-browser sort emms-playlist-sort emms-score emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics time-date emms-streams emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-info later-do emms-playlist-mode emms-player-mplayer emms-player-simple emms-source-playlist emms-source-file emms-setup emms emms-compat muse-docbook muse-texinfo texnfo-upd texinfo muse-latex muse-html muse-xml-common cus-edit muse-publish muse-project muse-protocols info muse-regexps muse muse-nested-tags muse-mode filladapt post derived hl-line sr-speedbar cl cl-19 speedbar sb-image ezimage dframe assoc wdired dired-x dired-aux dired ido edmacro kmacro ffap ff-paths tramp-cache tramp-sh shell comint ring tramp regexp-opt tramp-compat auth-source netrc gnus-util password-cache format-spec tramp-loaddefs uniquify advice help-fns advice-preload paren savehist recentf tree-widget wid-edit easymenu avoid time cua-base cus-start cus-load planner-autoloads debian-el debian-el-loaddefs w3m-wget w3m-load muse-autoloads emms-auto emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode 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 mldrag 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 font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) ------------=_1316655842-28870-5-- From unknown Thu Jun 19 16:24:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: nicholas.dokos@hp.com Subject: bug#7286: closed (Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug?) Message-ID: References: <14782.1288159316@gamaville.dokosmarshall.org> X-Gnu-PR-Message: they-closed 7286 X-Gnu-PR-Package: emacs Reply-To: 7286@debbugs.gnu.org Date: Thu, 22 Sep 2011 01:44:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1316655843-28870-7" This is a multi-part message in MIME format... ------------=_1316655843-28870-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6490: old-style backquotes in bbdb which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 7286@debbugs.gnu.org. --=20 6490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6490 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1316655843-28870-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6490-done) by debbugs.gnu.org; 22 Sep 2011 01:43:27 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJy-0007Un-Oq for submit@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:26 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YJw-0007Uf-SJ for 6490-done@debbugs.gnu.org; Wed, 21 Sep 2011 21:43:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAOaRek5FpZ7x/2dsb2JhbABCp255gVMBAQQBViMFCws0EhQYDSSICrR9hn0EoFWEQw X-IronPort-AV: E=Sophos;i="4.68,420,1312171200"; d="scan'208";a="137796943" Received: from 69-165-158-241.dsl.teksavvy.com (HELO ceviche.home) ([69.165.158.241]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 21 Sep 2011 21:43:06 -0400 Received: by ceviche.home (Postfix, from userid 20848) id D19D4660B6; Wed, 21 Sep 2011 21:43:05 -0400 (EDT) From: Stefan Monnier To: Lars Magne Ingebrigtsen Subject: Re: bug#6490: 24.0.50; src/lread.c: old style backquote bug? Message-ID: References: <86iq5bifzr.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> <8639w3vjvm.wl%%cc9230e4f6b11649d75e8c3813911dbe1dd37419@be.to> Date: Wed, 21 Sep 2011 21:43:05 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 21 Sep 2011 22:54:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 6490-done Cc: Tetsurou Okazaki , 6490-done@debbugs.gnu.org, Makoto Fujiwara 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: -2.7 (--) > list suggested. If the decision was to not support this, since all > support for old-style backquotes are scheduled to be removed in Emacs > 25, this bug report can be closed. Yes, it can be closed. Stefan ------------=_1316655843-28870-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Oct 2010 06:02:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PAz5c-0000C6-61 for submit@debbugs.gnu.org; Wed, 27 Oct 2010 02:02:25 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PAz5Y-0000Bx-1j for submit@debbugs.gnu.org; Wed, 27 Oct 2010 02:02:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAz9T-0000H2-KV for submit@debbugs.gnu.org; Wed, 27 Oct 2010 02:06:26 -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,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:40115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAz9T-0000Gw-DO for submit@debbugs.gnu.org; Wed, 27 Oct 2010 02:06:23 -0400 Received: from [140.186.70.92] (port=35187 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAz9Q-0006jI-9U for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 02:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAz5Q-0007ux-8j for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 02:02:15 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:49452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAz5Q-0007u4-1d for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 02:02:12 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LAX001Z3Q38FOD0@vms173003.mailsrvcs.net> for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 01:01:57 -0500 (CDT) Received: from gamaville.dokosmarshall.org (localhost [127.0.0.1]) by gamaville.dokosmarshall.org (Postfix) with ESMTP id 249173403B; Wed, 27 Oct 2010 02:01:56 -0400 (EDT) From: Nick Dokos To: bug-gnu-emacs@gnu.org Subject: 24.0.50; Emacs 24 latest pull breaks BBDB X-Mailer: MH-E 8.2; nmh 1.2; GNU Emacs 24.0.50 Date: Wed, 27 Oct 2010 02:01:56 -0400 Message-id: <14782.1288159316@gamaville.dokosmarshall.org> X-detected-operating-system: by eggs.gnu.org: Solaris 10 (1203?) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.6 (-----) X-Debbugs-Envelope-To: submit Cc: nicholas.dokos@hp.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: nicholas.dokos@hp.com 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.8 (-----) 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 bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. 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 updated emacs from the git mirror at repo.or.cz last evening. I have BBDB set up standardly (with mh-e). When I try to read a piece of mail, I get the following error: ========== Debugger entered--Lisp error: (invalid-function (\` (let* ((attrs (file-attributes (\, message))) (status-time (nth 6 attrs)) (status-time-2 (cdr status-time)) (inode (nth 10 attrs))) (logxor (if (integerp inode) inode (car inode)) (car status-time) (if (integerp status-time-2) status-time-2 (car status-time-2)))))) ((\` (let* ((attrs (file-attributes (\, message))) (status-time (nth 6 attrs)) (status-time-2 (cdr status-time)) (inode (nth 10 attrs))) (logxor (if (integerp inode) inode (car inode)) (car status-time) (if (integerp status-time-2) status-time-2 (car status-time-2)))))) (lambda (message) "Return a (numeric) key for MESSAGE" ((\` (let* ((attrs (file-attributes (\, message))) (status-time (nth 6 attrs)) (status-time-2 (cdr status-time)) (inode (nth 10 attrs))) (logxor (if (integerp inode) inode (car inode)) (car status-time) (if (integerp status-time-2) status-time-2 (car status-time-2)))))))(buffer-file-name) (bbdb/mh-cache-key buffer-file-name) (let ((msg (bbdb/mh-cache-key buffer-file-name)) records record) (if (eq msg 0) (setq msg nil)) (setq records (bbdb-message-cache-lookup msg)) (if records (car records) (let ((from (bbdb/mh-get-field "^From[ ]*:"))) (if (or (string= "" from) (string-match (bbdb-user-mail-names) (mail-strip-quoted-names from))) (progn (setq from (bbdb/mh-get-field "^To[ ]*:")) (if (or (string= "" from) (string-match ... ...)) (setq from nil)))) (if from (setq record (bbdb-annotate-message-sender from t (or (bbdb-invoke-hook-for-value bbdb/mail-auto-create-p) offer-to-create) (or offer-to-create (bbdb-invoke-hook-for-value bbdb/mail-auto-create-p))))) (if (and msg record) (bbdb-encache-message msg (list record))) record))) (if bbdb-use-pop-up (bbdb/mh-pop-up-bbdb-buffer offer-to-create) (let ((msg (bbdb/mh-cache-key buffer-file-name)) records record) (if (eq msg 0) (setq msg nil)) (setq records (bbdb-message-cache-lookup msg)) (if records (car records) (let ((from (bbdb/mh-get-field "^From[ ]*:"))) (if (or (string= "" from) (string-match (bbdb-user-mail-names) (mail-strip-quoted-names from))) (progn (setq from (bbdb/mh-get-field "^To[ ]*:")) (if (or ... ...) (setq from nil)))) (if from (setq record (bbdb-annotate-message-sender from t (or ... offer-to-create) (or offer-to-create ...)))) (if (and msg record) (bbdb-encache-message msg (list record))) record)))) (save-excursion (and mh-show-buffer (set-buffer mh-show-buffer)) (if bbdb-use-pop-up (bbdb/mh-pop-up-bbdb-buffer offer-to-create) (let ((msg (bbdb/mh-cache-key buffer-file-name)) records record) (if (eq msg 0) (setq msg nil)) (setq records (bbdb-message-cache-lookup msg)) (if records (car records) (let ((from (bbdb/mh-get-field "^From[ ]*:"))) (if (or (string= "" from) (string-match ... ...)) (progn (setq from ...) (if ... ...))) (if from (setq record (bbdb-annotate-message-sender from t ... ...))) (if (and msg record) (bbdb-encache-message msg (list record))) record))))) bbdb/mh-update-record() run-hooks(mh-show-hook) mh-show-msg(nil) mh-alt-show(nil t) call-interactively(mh-alt-show nil nil) ==================== This is with BBDB 2.35. My BBDB setup looks like this: ========== (require 'bbdb) (setq bbdb-file "~/lib/bbdb/bbdb") (bbdb-initialize 'gnus 'message 'mh-e 'w3) ;(bbdb-initialize 'gnus 'message 'w3) (setq bbdb-use-pop-up nil) (add-hook 'mh-folder-mode-hook 'bbdb-insinuate-mh) (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) ;(bbdb-insinuate-w3) ;(bbdb-insinuate-message) ; move the mh-e binding for ; to somewhere else: bbdb needs it ; and is rather inflexible. (define-key f12-keymap ";" 'mh-toggle-mh-decode-mime-flag) ;;; bbdb.el says not to change this but I don't see why. (setq bbdb-file-coding-system 'utf-8) (provide 'bbdb-config) ==================== The bbdb macro bbdb/mh-cache-key mentioned in the backtrace looks like this: ========== (defmacro bbdb/mh-cache-key (message) "Return a (numeric) key for MESSAGE" (`(let* ((attrs (file-attributes (, message))) (status-time (nth 6 attrs)) (status-time-2 (cdr status-time)) (inode (nth 10 attrs))) (logxor (if (integerp inode) ;; if inode is larger than an emacs int, inode ;; it's returned as a dotted pair (car inode)) (car status-time) ;; We need the following test because XEmacs returns the ;; status time as a dotted pair, whereas FSF and Epoch ;; return it as list. (if (integerp status-time-2) status-time-2 (car status-time-2)))))) ==================== The latest couple of commits in the version of emacs that I downloaded are as follows - I hope that helps correlate my version with the bzr repo: ========== commit 30286b8e4b37619c8d6bf5bc01840606f26d9cf7 Author: Adrian Robert Date: Tue Oct 26 16:20:00 2010 +0300 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to global map. * term/common-win.el (x-setup-function-keys): Remove most of the keymappings. Comment on the remaining ones. commit eff1401c9591c3e64522ca95984632f5be4b4b19 Author: Glenn Morris Date: Tue Oct 26 00:42:46 2010 -0700 Mention server-port. ==================== Let me know if you need more information. Thanks very much, Nick 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.14.4) of 2010-10-26 on gamaville.dokosmarshall.org Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--with-x-toolkit=gtk'' 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.UTF-8 value of $XMODIFIERS: @im=SCIM locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: TeX-PDF-mode: t display-time-mode: t yas/global-mode: t diff-auto-refine-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-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-x o C-x C-f . e m a c s C-s b b d b C-a C-SPC C-n C-n C-n C-n C-n M-_ C-x u C-p C-p C-p C-p C-SPC C-n C-n C-n C-n M-_ C-p C-p C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f l o c a l / C-x C-s C-n C-x C-g C-x C-s C-x C-e C-x C-f e l i s p / c o n f i g / b b d b C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n r . c C-p C-SPC C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n M-w C-h C-g C-x C-f ~ e m a c s s r c / e m a c s / e m a c s / . r e p o / e m a c s / B U G S C-x b C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-SPC C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n M-w C-x b C-x C-f R E C-s u g s M-x r e p o r t - e m a c s - b u g Recent messages: Scanning +inbox...done No current message inc +inbox...done Entering debugger... Continuing. Entering debugger... Mark set byte-code: Beginning of buffer Mark activated Mark saved where search started Load-path shadows: /home/nick/src/emacs/org/org-mode/lisp/babel/ob-keys hides /home/nick/elisp/org-mode/lisp/ob-keys /home/nick/src/emacs/org/org-mode/lisp/babel/ob-table hides /home/nick/elisp/org-mode/lisp/ob-table /home/nick/src/emacs/org/org-mode/lisp/babel/ob hides /home/nick/elisp/org-mode/lisp/ob /home/nick/src/emacs/org/org-mode/lisp/babel/ob-lob hides /home/nick/elisp/org-mode/lisp/ob-lob /home/nick/src/emacs/org/org-mode/lisp/babel/ob-comint hides /home/nick/elisp/org-mode/lisp/ob-comint /home/nick/src/emacs/org/org-mode/lisp/babel/ob-ref hides /home/nick/elisp/org-mode/lisp/ob-ref /home/nick/src/emacs/org/org-mode/lisp/babel/ob-tangle hides /home/nick/elisp/org-mode/lisp/ob-tangle /home/nick/src/emacs/org/org-mode/lisp/babel/ob-exp hides /home/nick/elisp/org-mode/lisp/ob-exp /home/nick/elisp/devices hides /usr/share/emacs/site-lisp/devices /home/nick/elisp/xcscope hides /usr/share/emacs/site-lisp/xcscope ~/elisp/gnuplot-mode.0.6.0/dot hides /usr/local/share/emacs/site-lisp/dot ~/elisp/gnuplot-mode.0.6.0/gnuplot-gui hides /usr/local/share/emacs/site-lisp/gnuplot-gui ~/elisp/gnuplot-mode.0.6.0/info-look.20.3 hides /usr/local/share/emacs/site-lisp/info-look.20.3 /usr/share/emacs/site-lisp/tex-site hides /usr/local/share/emacs/site-lisp/tex-site ~/elisp/gnuplot-mode.0.6.0/gnuplot hides /usr/local/share/emacs/site-lisp/gnuplot ~/elisp/gnuplot-mode.0.6.0/info-look.20.2 hides /usr/local/share/emacs/site-lisp/info-look.20.2 /home/nick/elisp/iimage hides /usr/local/share/emacs/24.0.50/lisp/iimage /home/nick/elisp/remember hides /usr/local/share/emacs/24.0.50/lisp/textmodes/remember /usr/share/emacs/site-lisp/rst hides /usr/local/share/emacs/24.0.50/lisp/textmodes/rst /home/nick/elisp/ruby-mode hides /usr/local/share/emacs/24.0.50/lisp/progmodes/ruby-mode /home/nick/elisp/org-mode/lisp/org-archive hides /usr/local/share/emacs/24.0.50/lisp/org/org-archive /home/nick/elisp/org-mode/lisp/org-table hides /usr/local/share/emacs/24.0.50/lisp/org/org-table /home/nick/elisp/org-mode/lisp/org-habit hides /usr/local/share/emacs/24.0.50/lisp/org/org-habit /home/nick/elisp/org-mode/lisp/org-irc hides /usr/local/share/emacs/24.0.50/lisp/org/org-irc /home/nick/elisp/org-mode/lisp/org-mobile hides /usr/local/share/emacs/24.0.50/lisp/org/org-mobile /home/nick/elisp/org-mode/lisp/org-ascii hides /usr/local/share/emacs/24.0.50/lisp/org/org-ascii /home/nick/src/emacs/org/org-mode/lisp/babel/ob-exp hides /usr/local/share/emacs/24.0.50/lisp/org/ob-exp /home/nick/elisp/org-mode/lisp/org-bbdb hides /usr/local/share/emacs/24.0.50/lisp/org/org-bbdb /home/nick/elisp/org-mode/lisp/org-clock hides /usr/local/share/emacs/24.0.50/lisp/org/org-clock /home/nick/elisp/org-mode/lisp/org-timer hides /usr/local/share/emacs/24.0.50/lisp/org/org-timer /home/nick/elisp/org-mode/lisp/org-ctags hides /usr/local/share/emacs/24.0.50/lisp/org/org-ctags /home/nick/src/emacs/org/org-mode/lisp/babel/ob-table hides /usr/local/share/emacs/24.0.50/lisp/org/ob-table /home/nick/elisp/org-mode/lisp/ob-mscgen hides /usr/local/share/emacs/24.0.50/lisp/org/ob-mscgen /home/nick/elisp/org-mode/lisp/org-crypt hides /usr/local/share/emacs/24.0.50/lisp/org/org-crypt /home/nick/elisp/org-mode/lisp/ob-sh hides /usr/local/share/emacs/24.0.50/lisp/org/ob-sh /home/nick/elisp/org-mode/lisp/org-bibtex hides /usr/local/share/emacs/24.0.50/lisp/org/org-bibtex /home/nick/elisp/org-mode/lisp/org-gnus hides /usr/local/share/emacs/24.0.50/lisp/org/org-gnus /home/nick/src/emacs/org/org-mode/lisp/babel/ob hides /usr/local/share/emacs/24.0.50/lisp/org/ob /home/nick/elisp/org-mode/lisp/ob-C hides /usr/local/share/emacs/24.0.50/lisp/org/ob-C /home/nick/elisp/org-mode/lisp/org-remember hides /usr/local/share/emacs/24.0.50/lisp/org/org-remember /home/nick/elisp/org-mode/lisp/org-compat hides /usr/local/share/emacs/24.0.50/lisp/org/org-compat /home/nick/elisp/org-mode/lisp/org-datetree hides /usr/local/share/emacs/24.0.50/lisp/org/org-datetree /home/nick/src/emacs/org/org-mode/lisp/babel/ob-comint hides /usr/local/share/emacs/24.0.50/lisp/org/ob-comint /home/nick/elisp/org-mode/lisp/org-id hides /usr/local/share/emacs/24.0.50/lisp/org/org-id /home/nick/elisp/org-mode/lisp/org-docbook hides /usr/local/share/emacs/24.0.50/lisp/org/org-docbook /home/nick/src/emacs/org/org-mode/lisp/babel/ob-ref hides /usr/local/share/emacs/24.0.50/lisp/org/ob-ref /home/nick/elisp/org-mode/lisp/org-latex hides /usr/local/share/emacs/24.0.50/lisp/org/org-latex /home/nick/elisp/org-mode/lisp/ob-asymptote hides /usr/local/share/emacs/24.0.50/lisp/org/ob-asymptote /home/nick/elisp/org-mode/lisp/org-info hides /usr/local/share/emacs/24.0.50/lisp/org/org-info /home/nick/elisp/org-mode/lisp/ob-eval hides /usr/local/share/emacs/24.0.50/lisp/org/ob-eval /home/nick/elisp/org-mode/lisp/org-beamer hides /usr/local/share/emacs/24.0.50/lisp/org/org-beamer /home/nick/elisp/org-mode/lisp/org-mew hides /usr/local/share/emacs/24.0.50/lisp/org/org-mew /home/nick/elisp/org-mode/lisp/ob-ocaml hides /usr/local/share/emacs/24.0.50/lisp/org/ob-ocaml /home/nick/elisp/org-mode/lisp/ob-css hides /usr/local/share/emacs/24.0.50/lisp/org/ob-css /home/nick/elisp/org-mode/lisp/org-taskjuggler hides /usr/local/share/emacs/24.0.50/lisp/org/org-taskjuggler /home/nick/elisp/org-mode/lisp/org-footnote hides /usr/local/share/emacs/24.0.50/lisp/org/org-footnote /home/nick/elisp/org-mode/lisp/ob-sql hides /usr/local/share/emacs/24.0.50/lisp/org/ob-sql /home/nick/elisp/org-mode/lisp/ob-sass hides /usr/local/share/emacs/24.0.50/lisp/org/ob-sass /home/nick/elisp/org-mode/lisp/org-agenda hides /usr/local/share/emacs/24.0.50/lisp/org/org-agenda /home/nick/elisp/org-mode/lisp/org-colview hides /usr/local/share/emacs/24.0.50/lisp/org/org-colview /home/nick/elisp/org-mode/lisp/ob-R hides /usr/local/share/emacs/24.0.50/lisp/org/ob-R /home/nick/elisp/org-mode/lisp/ob-haskell hides /usr/local/share/emacs/24.0.50/lisp/org/ob-haskell /home/nick/elisp/org-mode/lisp/org-list hides /usr/local/share/emacs/24.0.50/lisp/org/org-list /home/nick/elisp/org-mode/lisp/org-jsinfo hides /usr/local/share/emacs/24.0.50/lisp/org/org-jsinfo /home/nick/elisp/org-mode/lisp/org-icalendar hides /usr/local/share/emacs/24.0.50/lisp/org/org-icalendar /home/nick/elisp/org-mode/lisp/org-plot hides /usr/local/share/emacs/24.0.50/lisp/org/org-plot /home/nick/elisp/org-mode/lisp/org-entities hides /usr/local/share/emacs/24.0.50/lisp/org/org-entities /home/nick/elisp/org-mode/lisp/org-install hides /usr/local/share/emacs/24.0.50/lisp/org/org-install /home/nick/elisp/org-mode/lisp/ob-clojure hides /usr/local/share/emacs/24.0.50/lisp/org/ob-clojure /home/nick/elisp/org-mode/lisp/org-capture hides /usr/local/share/emacs/24.0.50/lisp/org/org-capture /home/nick/elisp/org-mode/lisp/org-exp-blocks hides /usr/local/share/emacs/24.0.50/lisp/org/org-exp-blocks /home/nick/elisp/org-mode/lisp/org-protocol hides /usr/local/share/emacs/24.0.50/lisp/org/org-protocol /home/nick/elisp/org-mode/lisp/ob-ditaa hides /usr/local/share/emacs/24.0.50/lisp/org/ob-ditaa /home/nick/elisp/org-mode/lisp/org-wl hides /usr/local/share/emacs/24.0.50/lisp/org/org-wl /home/nick/elisp/org-mode/lisp/ob-dot hides /usr/local/share/emacs/24.0.50/lisp/org/ob-dot /home/nick/elisp/org-mode/lisp/org hides /usr/local/share/emacs/24.0.50/lisp/org/org /home/nick/elisp/org-mode/lisp/org-docview hides /usr/local/share/emacs/24.0.50/lisp/org/org-docview /home/nick/src/emacs/org/org-mode/lisp/babel/ob-tangle hides /usr/local/share/emacs/24.0.50/lisp/org/ob-tangle /home/nick/elisp/org-mode/lisp/org-freemind hides /usr/local/share/emacs/24.0.50/lisp/org/org-freemind /home/nick/elisp/org-mode/lisp/org-faces hides /usr/local/share/emacs/24.0.50/lisp/org/org-faces /home/nick/elisp/org-mode/lisp/org-vm hides /usr/local/share/emacs/24.0.50/lisp/org/org-vm /home/nick/elisp/org-mode/lisp/org-html hides /usr/local/share/emacs/24.0.50/lisp/org/org-html /home/nick/elisp/org-mode/lisp/org-xoxo hides /usr/local/share/emacs/24.0.50/lisp/org/org-xoxo /home/nick/elisp/org-mode/lisp/ob-sqlite hides /usr/local/share/emacs/24.0.50/lisp/org/ob-sqlite /home/nick/elisp/org-mode/lisp/org-rmail hides /usr/local/share/emacs/24.0.50/lisp/org/org-rmail /home/nick/elisp/org-mode/lisp/org-w3m hides /usr/local/share/emacs/24.0.50/lisp/org/org-w3m /home/nick/elisp/org-mode/lisp/org-publish hides /usr/local/share/emacs/24.0.50/lisp/org/org-publish /home/nick/elisp/org-mode/lisp/ob-screen hides /usr/local/share/emacs/24.0.50/lisp/org/ob-screen /home/nick/elisp/org-mode/lisp/ob-ruby hides /usr/local/share/emacs/24.0.50/lisp/org/ob-ruby /home/nick/elisp/org-mode/lisp/org-macs hides /usr/local/share/emacs/24.0.50/lisp/org/org-macs /home/nick/src/emacs/org/org-mode/lisp/babel/ob-keys hides /usr/local/share/emacs/24.0.50/lisp/org/ob-keys /home/nick/elisp/org-mode/lisp/org-attach hides /usr/local/share/emacs/24.0.50/lisp/org/org-attach /home/nick/elisp/org-mode/lisp/org-src hides /usr/local/share/emacs/24.0.50/lisp/org/org-src /home/nick/elisp/org-mode/lisp/org-indent hides /usr/local/share/emacs/24.0.50/lisp/org/org-indent /home/nick/elisp/org-mode/lisp/ob-gnuplot hides /usr/local/share/emacs/24.0.50/lisp/org/ob-gnuplot /home/nick/elisp/org-mode/lisp/org-mac-message hides /usr/local/share/emacs/24.0.50/lisp/org/org-mac-message /home/nick/src/emacs/org/org-mode/lisp/babel/ob-lob hides /usr/local/share/emacs/24.0.50/lisp/org/ob-lob /home/nick/elisp/org-mode/lisp/ob-emacs-lisp hides /usr/local/share/emacs/24.0.50/lisp/org/ob-emacs-lisp /home/nick/elisp/org-mode/lisp/org-exp hides /usr/local/share/emacs/24.0.50/lisp/org/org-exp /home/nick/elisp/org-mode/lisp/org-mks hides /usr/local/share/emacs/24.0.50/lisp/org/org-mks /home/nick/elisp/org-mode/lisp/ob-python hides /usr/local/share/emacs/24.0.50/lisp/org/ob-python /home/nick/elisp/org-mode/lisp/ob-matlab hides /usr/local/share/emacs/24.0.50/lisp/org/ob-matlab /home/nick/elisp/org-mode/lisp/ob-perl hides /usr/local/share/emacs/24.0.50/lisp/org/ob-perl /home/nick/elisp/org-mode/lisp/org-feed hides /usr/local/share/emacs/24.0.50/lisp/org/org-feed /home/nick/elisp/org-mode/lisp/org-mhe hides /usr/local/share/emacs/24.0.50/lisp/org/org-mhe /home/nick/elisp/org-mode/lisp/org-inlinetask hides /usr/local/share/emacs/24.0.50/lisp/org/org-inlinetask /home/nick/elisp/org-mode/lisp/ob-latex hides /usr/local/share/emacs/24.0.50/lisp/org/ob-latex /home/nick/elisp/org-mode/lisp/org-mouse hides /usr/local/share/emacs/24.0.50/lisp/org/org-mouse /home/nick/elisp/org-mode/lisp/ob-octave hides /usr/local/share/emacs/24.0.50/lisp/org/ob-octave /home/nick/elisp/cal-html hides /usr/local/share/emacs/24.0.50/lisp/calendar/cal-html /usr/local/share/emacs/site-lisp/timeclock hides /usr/local/share/emacs/24.0.50/lisp/calendar/timeclock Features: (shadow mh-identity org-table flyspell ispell mh-letter emacsbug debug mh-mime mh-show goto-addr gnus-cite gnus-art mm-uu mml2015 epg-config gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-win gnus-range gnus gnus-ems nnheader wid-edit mh-seq bbdb-mhe mh-comp sendmail mh-gnus mm-view smime dig mailcap bbdb-com mh-inc hl-line mh-tool-bar mh-xface mh-utils mh-folder which-func imenu mh-scan help-mode view bbdb-config bbdb-autoloads bbdb timezone newcomment multi-isearch autoinsert tramp tramp-compat password-cache format-spec tramp-loaddefs finder-inf package ansi-color status mh-e mh-compat mh-acros mh-buffers mh-loaddefs py-utils dates gnuplot-config htmlize jde-config server ido xcscope-config preview prv-emacs latex tex-style tex-buf tex tex-site auto-loads boxquote-config message mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader boxquote rect diary-config cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs time yasnippet-config yasnippet dropdown-list R-config ess-toolbar ess-mouse mouseme compile thingatpt browse-url ess-menu speedbar sb-image ezimage dframe ess-swv ess-noweb noweb-font-lock-mode ess-bugs-l essd-els ess-sas-d ess-sas-l ess-sas-a executable ess-arc-d ess-vst-d ess-xls-d ess-lsp-l ess-sta-d ess-sta-l cc-vars cc-defs make-regexp ess-sp6-d ess-sp5-d ess-sp3-d ess-r-d ess-r-args assoc ess-s-l ess-inf ess-utils ess-mode noweb-mode ess ess-custom ess-compat ess-site octave-config google-maps-config org-location-google-maps google-maps google-maps-static edmacro kmacro url-util url-parse auth-source netrc gnus-util url-vars mm-util mail-prsvr google-maps-geocode google-maps-base json cl magit-config derived magit diff-mode log-edit pcvs-util add-log org-config ob-gnuplot ob-ditaa ob-sh shell ob-ruby ob-python ob-octave ob-R ob-eval iimage image-file org-man org-publish org-mouse vc-git org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp ob-exp org-exp-blocks org-info org-gnus org-docview org-bibtex org-bbdb org-agenda appt diary-lib diary-loaddefs remember org-remember org-datetree org byte-opt warnings bytecomp byte-compile advice help-fns advice-preload ob-emacs-lisp ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys ob org-list org-faces org-compat org-entities org-macs time-date noutline outline easy-mmode regexp-opt cal-menu calendar cal-loaddefs org-install constants-config mailcrypt rfc822 comint ring easymenu elp 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) ------------=_1316655843-28870-7-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 19 16:21:02 2011 Received: (at control) by debbugs.gnu.org; 19 Dec 2011 21:21:02 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Rckdp-0007CI-U3 for submit@debbugs.gnu.org; Mon, 19 Dec 2011 16:21:02 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Rckdl-0007Bv-Uy for control@debbugs.gnu.org; Mon, 19 Dec 2011 16:21:00 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rckbu-0003eT-VF for control@debbugs.gnu.org; Mon, 19 Dec 2011 16:19:03 -0500 Date: Mon, 19 Dec 2011 16:19:02 -0500 Message-Id: Subject: control message for bug 10321 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: control 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.4 (------) unarchive 7148 forcemerge 7148 10321