From Peter_Dyballa@Freenet.DE Sat Nov 1 17:40:28 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.2 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 2 Nov 2008 00:40:28 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mA20eNUA011497 for ; Sat, 1 Nov 2008 17:40:25 -0700 Received: from mx10.gnu.org ([199.232.76.166]:59802) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KwQy8-0004ch-Hp for emacs-pretest-bug@gnu.org; Sat, 01 Nov 2008 20:37:28 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KwR0v-0007Wm-6C for emacs-pretest-bug@gnu.org; Sat, 01 Nov 2008 20:40:22 -0400 Received: from mout1.freenet.de ([195.4.92.91]:34863) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KwR0u-0007Vu-LP for emacs-pretest-bug@gnu.org; Sat, 01 Nov 2008 20:40:21 -0400 Received: from [195.4.92.20] (helo=10.mx.freenet.de) by mout1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #65) id 1KwR0m-0007ef-7l for emacs-pretest-bug@gnu.org; Sun, 02 Nov 2008 01:40:12 +0100 Received: from p5b23c052.dip.t-dialin.net ([91.35.192.82]:52443 helo=[192.168.1.2]) by 10.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #68) id 1KwR0l-0006wk-Ir for emacs-pretest-bug@gnu.org; Sun, 02 Nov 2008 01:40:12 +0100 Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: quoted-printable Message-Id: Content-Type: text/plain; charset=MACINTOSH; delsp=yes; format=flowed To: emacs-pretest-bug@gnu.org From: Peter Dyballa Subject: 23.0.60; key bindings in Emacs.app (and also launching it) Date: Sun, 2 Nov 2008 01:40:08 +0100 X-Mailer: Apple Mail (2.753.1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Hello! When launching Emacs.app as 'emacs/nextstep/Emacs.app/Contents/MacOS/=20 Emacs -Q -l .emacs-init.el &' it loads .emacs-init.el as some file, =20 not as ELisp code to be executed. In .emacs I have: (global-set-key (kbd "C-=A9") 'global-set-key) (global-set-key [(control ?=A9)] 'global-set-key) (global-set-key [?\C-=A9] 'global-set-key) (global-set-key [C-=A9] 'global-set-key) (global-set-key [A-C-g] 'global-set-key) (global-set-key [(alt control ?g)] 'global-set-key) In all Emacsen I have among the "key translations:" A-C-g global-set-key C-=A9 global-set-key global-set-key global-set-key In GNU Emacs 23.0.60+22.3 and Carbon Emacs 22.2 I can use the key =20 binding. In Emacs.app it is undefined when I press the three keys =20 (the Option key is set as no modifier in the preferences). To have =20 the key combination working I need to set: (global-set-key [C-268632071] 'global-set-key) There are some differences in the way Emacs.app interprets pressed =20 keys on my German layout Apple keyboard: Emacs.app GNU Emacs 23.0.60+22.3/Carbon Emacs 22.2 = keys pressed ------------------------------------------------------------------------=20= ------------ is undefined C-=8C is undefined = C-=8C, C-A-a is undefined C-=BA is undefined = C-=BA, C-A-b is undefined C-=8D is undefined = C-=8D, C-A-c is undefined C-=B6 is undefined = C-=B6, C-A-d is undefined C-=DB is undefined = C-=DB, C-A-e is undefined C-=C4 is undefined = C-=C4, C-A-f is undefined C-=A9 is undefined = C-=A9, C-A-g C-=BB is undefined = C-=BB, C-A-h is undefined C-=DA is undefined = C-=DA, C-A-i is undefined C-=BC is undefined = C-=BC, C-A-j is undefined C-=C6 is undefined = C-=C6, C-A-k is undefined C-@ is set-mark-command = C-@, C-A-l is undefined C-=B5 is undefined = C-=B5, C-A-m is undefined /C-~ is undefined = C-~, C-A-n is undefined C-=BF is undefined = C-=BF, C-A-o is undefined C-=B9 is undefined = C-=B9, C-A-p is undefined C-=C7 is undefined = C-=C7, C-A-q is undefined C-=A8 is undefined = C-=A8, C-A-r is undefined C-=E2 is undefined = C-=E2, C-A-s is undefined C-=A0 is undefined = C-=A0, C-A-t is undefined /C-=AC is undefined = C-=AC, C-=20 A-u is undefined C-=C3 is undefined = C-=C3, C-A-v is undefined C-=B7 is undefined = C-=B7, C-A-w is undefined C-=C5 is undefined = C-=C5, C-A-x is undefined C-=B4 is undefined = C-=B4, C-A-y is undefined C-=BD is undefined = C-=BD, C-A-z =E3 is self-insert-command C-=E3 is undefined = C-=E3, C-A-^ C-=C1 is undefined C-=C1 is undefined = C-=C1, C-A-1 C-=D2 is undefined C-=D2 is undefined = C-=D2, C-A-2 C-=A6 is undefined C-=A6 is undefined = C-=A6, C-A-3 C-=A2 is undefined C-=A2 is undefined = C-=A2, C-A-4 is undefined ESC- = C-[, C-A-5 is undefined C-] is abort-recursive-edit = C-], C-A-6 C-| is undefined C-| is undefined = C-|, C-A-7 C-{ is undefined C-{ is undefined = C-{, C-A-8 C-} is undefined C-} is undefined = C-}, C-A-9 C-=AD is undefined C-=AD is undefined = C-=AD, C-A-0 C-=C0 is undefined C-=C0 is undefined = C-=C0, C-A-=A7 ' is self-insert-command C-' is undefined = C-', C-A-=AB C-=A5 is undefined C-=A5 is undefined = C-=A5, C-A-=9F C-=B1 is undefined C-=B1 is undefined = C-=B1, C-A-+ C-=CF is undefined C-=CF is undefined = C-=CF, C-A-=9A C-=BE is undefined C-=BE is undefined = C-=BE, C-A-=8A C-=D4 is undefined C-=D4 is undefined = C-=D4, C-A-# C-=B2 is undefined C-=B2 is undefined = C-=B2, C-A-< C-=B0 is undefined C-=B0 is undefined = C-=B0, C-A-, C-=C9 is undefined C-=C9 is undefined = C-=C9, C-A-. C-=D0 is undefined C-=D0 is undefined = C-=D0, C-A-- is undefined C-=81 is undefined = C-=81, C-A-S-a is undefined C-=DC is undefined = C-=DC, C-A-S-b is undefined C-=82 is undefined = C-=82, C-A-S-c is undefined C-=AA is undefined = C-=AA, C-A-S-d is undefined C-=E4 is undefined = C-=E4, C-A-S-e is undefined C-=EC is undefined = C-=EC, C-A-S-f is undefined C-=ED is undefined = C-=ED, C-A-S-g C-=EE is undefined = C-=EE, C-A-S-h is undefined C-=F3 is undefined = C-=F3, C-A-S-i is undefined C-=F5 is undefined = C-=F5, C-A-S-j is undefined C-=F6 is undefined = C-=F6, C-A-S-k is undefined C-=DF is undefined = C-=DF, C-A-S-l is undefined C-=F9 is undefined = C-=F9, C-A-S-m is undefined C-=DD is undefined = C-=DD, C-A-S-n is undefined C-=AF is undefined = C-=AF, C-A-S-o is undefined C-=B8 is undefined = C-=B8, C-A-S-p is undefined C-=C8 is undefined = C-=C8, C-A-S-q is undefined C-=FC is undefined = C-=FC, C-A-S-r is undefined C-=EA is undefined = C-=EA, C-A-S-s is undefined C-=FD is undefined = C-=FD, C-A-S-t is undefined C-=E7 is undefined = C-=E7, C-A-S-u is undefined C-=D7 is undefined = C-=D7, C-A-S-v is undefined C-=E3 is undefined = C-=E3, C-A-S-w is undefined C-=F4 is undefined = C-=F4, C-A-S-x is undefined C-=E0 is undefined = C-=E0, C-A-S-y is undefined C-=FF is undefined = C-=FF, C-A-S-z C-=D2 is undefined C-=D2 is undefined = C-=D2, C-A-S-^ C-=C2 is undefined C-=C2 is undefined = C-=C2, C-A-S-1 C-=D3 is undefined C-=D3 is undefined = C-=D3, C-A-S-2 C-# is undefined C-# is undefined = C-#, C-A-S-3 C-=A3 is undefined C-=A3 is undefined = C-=A3, C-A-S-4 C-=DE is undefined C-=DE is undefined = C-=DE, C-A-S-5 C-^ is undefined /C-^ is undefined = C-^, C-A-S-6 is undefined C-\ is toggle-input-method = C-\, C-A-S-7 C-=F7 is undefined C-=F7 is undefined = C-~, C-A-S-8 C-=E1 is undefined C-=E1 is undefined = C-=E1, C-A-S-9 C-=F8 is undefined C-=F8 is undefined = C-=F8, C-A-S-0 C-=FA is undefined C-=FA is undefined = C-=FA, C-A-S-=A7 =FB is self-insert-command C-=FB is undefined = C-=FB, C-A-S-=AB C-=A1 is undefined C-=A1 is undefined = C-=A1, C-A-S-=9F C-=F0 is undefined C-=F0 is undefined = C-=F0, C-A-S-+ C-=CE is undefined C-=CE is undefined = C-=CE, C-A-S-=9A C-=AE is undefined C-=AE is undefined = C-=AE, C-A-S-=8A C-=D5 is undefined C-=D5 is undefined = C-=D5, C-A-S-# C-=B3 is undefined C-=B3 is undefined = C-=B3, C-A-S-< C-=FE is undefined C-=FE is undefined = C-=FE, C-A-S-, C-=D6 is undefined C-=D6 is undefined = C-=D6, C-A-S-. is undefined C-=D1 is undefined = C-=D1, C-A-S-- In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, NS apple-=20 appkit-824.48) of 2008-11-01 on Latsche.local Windowing system distributor `Apple', version =20 97.112.112.108.101.45.97.112.112.107.105.116.45.56.50.52.46.52.56 configured using `configure '--without-sound' '--without-pop' '--=20 with-dbus' '--with-libotf' '--with-ns' '--disable-ns-self-contained' =20 '--enable-locallisppath=3D/Library/Application Support/Emacs/=20 calendar23:/Library/Application Support/Emacs/caml:/Library/=20 Application Support/Emacs:/sw/share/emacs21/site-lisp/elib' =20 'PKG_CONFIG_PATH=3D/sw/lib/xft2/lib/pkgconfig:/sw/lib/fontconfig2/lib/=20= pkgconfig:/sw/lib/freetype219/lib/pkgconfig:/sw/lib/pango-ft219/lib/=20 pkgconfig:/sw/lib/qt4-x11/lib/pkgconfig:/sw/lib/system-openssl/lib/=20 pkgconfig:/sw/lib/pkgconfig:/sw/share/pkgconfig:/usr/X11R6/lib/=20 pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig' 'CFLAGS=3D-Wno-=20= pointer-sign -bind_at_load -H -pipe -fPIC -mcpu=3D7450 -mtune=3D7450 -=20= fast -mpim-altivec -ftree-vectorize -foptimize-register-move -=20 freorder-blocks -freorder-blocks-and-partition -fthread-jumps -=20 fpeephole -fno-crossjumping' 'CPPFLAGS=3D-no-cpp-precomp' 'LDFLAGS=3D-=20= bind_at_load -dead_strip -multiply_defined suppress -L/sw/lib/ncurses'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.UTF-8 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: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t show-paren-mode: t display-time-mode: t desktop-save-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t -- Greetings Pete Klingon function calls do not have "parameters" - they have =20 "arguments" - and they ALWAYS WIN THEM. From rgm@gnu.org Sat Nov 1 18:33:06 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.6 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, NOSUBJECT,RCVD_IN_DNSWL_MED,TVD_SPACE_RATIO,VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 2 Nov 2008 01:33:07 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mA21X41L024330 for ; Sat, 1 Nov 2008 18:33:05 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KwRn6-0006Ke-RQ; Sat, 01 Nov 2008 21:30:08 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18701.672.803893.536484@fencepost.gnu.org> Date: Sat, 1 Nov 2008 21:30:08 -0400 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: cyan X-Ran: .2Qrc*v9<*}"9i,~56kW3`Iv7hyT-rtQ%op@*.y8'Fj390x8JmP?/.Q:EWZ(p#yhC_eNK| X-Debbugs-No-Ack: yes reassign 1292 emacs,ns From adrian.b.robert@gmail.com Fri Jan 23 05:15:42 2009 Received: (at 1292) by emacsbugs.donarmstrong.com; 23 Jan 2009 13:15:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0NDFc4o021525 for <1292@emacsbugs.donarmstrong.com>; Fri, 23 Jan 2009 05:15:39 -0800 Received: by ey-out-2122.google.com with SMTP id 4so655967eyf.13 for <1292@emacsbugs.donarmstrong.com>; Fri, 23 Jan 2009 05:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:content-type :message-id:cc:content-transfer-encoding:from:subject:date:to :x-mailer; bh=/4gfKqzPTxQs5sQrXerf/FDvhMJm0eSgqLjjGmEn3S8=; b=IylVDOc/tHlisC/kbVUJFi3z92E4b+EBPpkVozArHtKhWl9Oyfeowb9qL77RTacbUQ WW+BHoHToUpr86XPF3k4Vq+bu9/DIaB7iqqua5PVHRTU8/C6t6EDhUoeVDljMkHwyhdf Sl8TvKVMQO33CDFWXSlgI6f6xgQfOx9ShHvLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; b=p0lJcmjf1yCIIcRswcSsy49gYhxuur21JQpDy1jl7J52bP7qdg0XmRGtk3BWkRnFUE m21NSkW1Z0UqBMRWTHHmon5b3MhZocUiekqn6tr7bGEJDGBrKa+vCw/CNYYVP2JLMEJw CgBpRfTwUhpbwFOByzmJzMVlxITPEV9y/xVlQ= Received: by 10.210.126.18 with SMTP id y18mr2768585ebc.5.1232716537712; Fri, 23 Jan 2009 05:15:37 -0800 (PST) Received: from ?192.168.1.101? (h006107.gprs.dnafinland.fi [87.93.6.107]) by mx.google.com with ESMTPS id 7sm10646008eyb.41.2009.01.23.05.15.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Jan 2009 05:15:36 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: Peter Dyballa Content-Transfer-Encoding: 7bit From: Adrian Robert Subject: Re: 23.0.60; key bindings in Emacs.app Date: Fri, 23 Jan 2009 15:15:36 +0200 To: 1292@debbugs.gnu.org X-Mailer: Apple Mail (2.753.1) Hi, About the keybindings where some number is required, could you have a look in lisp/term/ns-win.el, the x-setup-function-keys function, where there are lines like: ... (cons (logior (lsh 0 16) 12) 'ns-new-frame) (cons (logior (lsh 1 16) 32) 'f1) ... I am wondering if either: - more definitions like the second one need to be added here -or- - some definitions like the first one are interfering with the keys you are trying to use Could you experiment a little with this? Also, on the web page for this bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1292 All of these chars are showing up as squares; it could be my browser but it could also be some munging that happened along the way from email to web page. Could you send me this table directly through email? thanks, Adrian From Peter_Dyballa@Freenet.DE Fri Jan 23 06:51:07 2009 Received: (at 1292) by emacsbugs.donarmstrong.com; 23 Jan 2009 14:51:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mout1.freenet.de (mout1.freenet.de [195.4.92.91]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0NEp40p012343 for <1292@emacsbugs.donarmstrong.com>; Fri, 23 Jan 2009 06:51:05 -0800 Received: from [195.4.92.10] (helo=0.mx.freenet.de) by mout1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.69 #76) id 1LQNN9-0002Ds-3I; Fri, 23 Jan 2009 15:51:03 +0100 Received: from p5b23c80b.dip.t-dialin.net ([91.35.200.11]:50397 helo=[192.168.1.2]) by 0.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #76) id 1LQNN8-0002aX-Qv; Fri, 23 Jan 2009 15:51:03 +0100 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Message-Id: <98F6C045-1119-4B7C-8BE5-B4B717DC018F@Freenet.DE> Cc: 1292@debbugs.gnu.org Content-Transfer-Encoding: quoted-printable From: Peter Dyballa Subject: Re: 23.0.60; key bindings in Emacs.app Date: Fri, 23 Jan 2009 15:51:00 +0100 To: Adrian Robert X-Mailer: Apple Mail (2.753.1) Am 23.01.2009 um 14:15 schrieb Adrian Robert: > (cons (logior (lsh 0 16) 12) 'ns-new-frame) > (cons (logior (lsh 1 16) 32) 'f1) How are these numbers connected to keys on my keyboard or the data =20 that Key Codes.app reports? My basic opinion is that no key press should be undefined, so more =20 entries of the second form seem to be needed if they're not =20 instantaneously "known." -- Greetings Pete Let's face it; we don't want a free market economy either. =96 James Farley, president, Coca-Cola Export Corp., = 1959 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 22 13:47:58 2012 Received: (at control) by debbugs.gnu.org; 22 Nov 2012 18:47:58 +0000 Received: from localhost ([127.0.0.1]:33489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tbboc-0001Bj-68 for submit@debbugs.gnu.org; Thu, 22 Nov 2012 13:47:58 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:56398) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tbboa-0001Bc-F6 for control@debbugs.gnu.org; Thu, 22 Nov 2012 13:47:56 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TbbnG-0005hK-MC for control@debbugs.gnu.org; Thu, 22 Nov 2012 13:46:34 -0500 Date: Thu, 22 Nov 2012 13:46:34 -0500 Message-Id: Subject: control message for bug 2841 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.6 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.6 (----) merge 1292 2841 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 21 15:43:47 2016 Received: (at 1292) by debbugs.gnu.org; 21 Jan 2016 20:43:47 +0000 Received: from localhost ([127.0.0.1]:56769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMM55-0002AF-CC for submit@debbugs.gnu.org; Thu, 21 Jan 2016 15:43:47 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:38312) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMM53-00029s-2d; Thu, 21 Jan 2016 15:43:45 -0500 Received: by mail-wm0-f51.google.com with SMTP id b14so100364064wmb.1; Thu, 21 Jan 2016 12:43:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=4znO1IqAOdYXG3K4tyqssGGXJMqS0g5h9pKrfOaAQHI=; b=XsC1mWuETQ3pPvLY6gb/01NL0A1tt0ux3HLbPJkIPpYTMeRqYnpSGXeXQVGv0W8dln JRm9wkdFmEbIgLXglBXGHBjnM7ZyrvIcnxnQemgv3LtuVAXcj7NjBZHWrpACuid99iy+ y3MoMzKAE14A0MAymzlg7s8/QplVGPDDoeU9Iy+yTstD5Qy8f2LQ0nGkF0xzzChoWQuR Yg86sbYf5o6agrjwk0Io5+nqxJjGho1gbpdomTM14FZJE6nWrb6Izg6bURahCCPd2Uf5 QEv9YIfCvvGpsVcZCpWSdviBa35ouMLw46888dyRqmMUQqY2xi4UTsdLgEYuFOz7ZXeP WM2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=4znO1IqAOdYXG3K4tyqssGGXJMqS0g5h9pKrfOaAQHI=; b=B5wIb9FAqvw0cN/z6E0dNJKqwoyEwcXghlGLm9AvgJfzkCDjAYnurdZFCBEvfvEBmA WLNgbl8i7RudTM0uKr06lA0a4nSAFic5CzlrUvCwUiX8OTlam2OmkeUFNEucbjO1JiHD YcHOUjC5H/2NP/EH+BH6ZrPdEGfapUJKhsECRFmqmlsZuIuF4qqXMGjnKz8SGGaTTk4Z h+uAeyBhehdu4kovoiZi/4X1phBO+mOtdqcyRpfzg35ILvIkQHQ8I6l6D+PcEe62t8dg hXt1nluWjSoQ9ZiOwStLCTitKJiHR0v6NbsiZuVeQyLzUjEeJojiVPzQuwdAfJlrVKqz FkWA== X-Gm-Message-State: AG10YOS5Bqh86nJwP/1VENoPbB0lOGWun4lWCFdi1O8SxDcK46/EHafwtfpS+4arAYYL9w== X-Received: by 10.28.225.8 with SMTP id y8mr12836574wmg.98.1453409019471; Thu, 21 Jan 2016 12:43:39 -0800 (PST) Received: from galloway.idiocy.org (d.0.d.3.7.a.e.3.0.f.2.b.f.2.5.7.9.2.1.8.8.f.3.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:3f8:8129:752f:b2f0:3ea7:3d0d]) by smtp.gmail.com with ESMTPSA id cb2sm3002778wjc.16.2016.01.21.12.43.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jan 2016 12:43:38 -0800 (PST) From: Alan Third To: Peter Dyballa Subject: Re: bug#2841: 23.0.92; Emacs.app loads Emacs Lisp file as text file References: <9D0E804C-98A3-42CE-9746-7777C687A834@Freenet.DE> Date: Thu, 21 Jan 2016 20:43:36 +0000 In-Reply-To: <9D0E804C-98A3-42CE-9746-7777C687A834@Freenet.DE> (Peter Dyballa's message of "Wed, 1 Apr 2009 12:45:28 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 1292 Cc: 1292@debbugs.gnu.org, 2841@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Peter Dyballa writes: > Invoked as ``nextstep/Emacs.app/Contents/MacOS/Emacs -Q -l ~/.emacs-=20 > init.el &=C2=B4=C2=B4 it loads my rudimentary init file like some text fi= le into > a buffer in Emacs-Lisp mode. Other Emacs variants execute the code, > which is the documented behaviour. Hi, I can't reproduce this behaviour in Emacs 25. The .el file runs as expected. Are you still seeing this behaviour in a recent build? --=20 Alan Third From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 21 15:43:56 2016 Received: (at control) by debbugs.gnu.org; 21 Jan 2016 20:43:56 +0000 Received: from localhost ([127.0.0.1]:56772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMM5E-0002Am-KX for submit@debbugs.gnu.org; Thu, 21 Jan 2016 15:43:56 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:36723) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMM5D-0002AW-GR for control@debbugs.gnu.org; Thu, 21 Jan 2016 15:43:55 -0500 Received: by mail-wm0-f50.google.com with SMTP id l65so235723644wmf.1 for ; Thu, 21 Jan 2016 12:43:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:date:message-id:to:from:subject; bh=A63RM2ZgTCk8vqNtdFTJWp86xBN68eZQ/A6UdXDpPDI=; b=DBK+qOPCrewj9rEEoZwheqHQ0Y9h5qcyN/v+KWnswHGAKHztFofr/hFHjxVNCFEYm+ ++Y5t8fRDY/KvkCM35aL6Z3ErRAikDZGMYPtTOCVMav7gItHsylm/CcIXi5gxgVGzX64 riZv0wBjf8EqgCEKJeGuU99fazVKgRNCmKhenWo8gBScBPihlzy+LomEqDRBnz6obl9u wLZufQEUst0/JxGKpnkb40yV5qN/Q1L+7N3WzbN/LhBITtpeZfXpOh5GW29BBFwamToo sChHcnbZG16oCHteBk3jiXv82Ktx2NlOg/wXLJK43IuHWpJbOY27VrnjdTQDNI3lOhA/ zINw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=A63RM2ZgTCk8vqNtdFTJWp86xBN68eZQ/A6UdXDpPDI=; b=IBKZ5+YJo7HDe1q3rZWD1kN+QHp+yw8zI1jyUjbuHZ4PX1AkukvHA9ecwicj1DKMdN SU1NJhZUJW9VAW7fUk2rEL0orzZnp14hYyLqSH6Zk4bYWpdx2UQxsl278Uz7S74+1/Bz Zu1/e+/g0QMFK775rBTPyXcGQ2F75PbtPmLKZ5Ro1Pjba64HbNPfHv9SAdQ5AOvWL9+j ZMt0zZCYCuhwLA3n+uUloAOwF4/fkhyNDde73PiwmL2qmLXUxoBIp7Kev2kB149eRYXm BKQhIDMGmcoZiVuR9FFbxlOAA02xNcg5Or5kY57q3uBZxLobMfpEoW7RuXJUH7zTiVzz cbMw== X-Gm-Message-State: AG10YORotV64yX7r8sn5tf/JS8kxU5MweTtMBhGjSkYBe6OttQSQC8uXBKlGP+HvrMg0Cw== X-Received: by 10.28.23.73 with SMTP id 70mr11972664wmx.37.1453409029891; Thu, 21 Jan 2016 12:43:49 -0800 (PST) Received: from galloway.idiocy.org (d.0.d.3.7.a.e.3.0.f.2.b.f.2.5.7.9.2.1.8.8.f.3.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:3f8:8129:752f:b2f0:3ea7:3d0d]) by smtp.gmail.com with ESMTPSA id ko2sm3015414wjc.9.2016.01.21.12.43.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jan 2016 12:43:49 -0800 (PST) Date: Thu, 21 Jan 2016 20:43:48 +0000 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #1292 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) tags 1292 unreproducible From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 22 03:42:24 2016 Received: (at 1292) by debbugs.gnu.org; 22 Jan 2016 08:42:24 +0000 Received: from localhost ([127.0.0.1]:56961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMXIW-0000MD-Io for submit@debbugs.gnu.org; Fri, 22 Jan 2016 03:42:24 -0500 Received: from mout1.freenet.de ([195.4.92.91]:47423) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMXIU-0000Lz-Fd; Fri, 22 Jan 2016 03:42:22 -0500 Received: from [195.4.92.141] (helo=mjail1.freenet.de) by mout1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.85 #1) id 1aMXIN-00066o-Ps; Fri, 22 Jan 2016 09:42:15 +0100 Received: from localhost ([::1]:37010 helo=mjail1.freenet.de) by mjail1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (Exim 4.85 #1) id 1aMXIN-0004Vg-L0; Fri, 22 Jan 2016 09:42:15 +0100 Received: from mx6.freenet.de ([195.4.92.16]:54617) by mjail1.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (Exim 4.85 #1) id 1aMXFv-00067w-W5; Fri, 22 Jan 2016 09:39:44 +0100 Received: from ip-178-201-52-98.hsi08.unitymediagroup.de ([178.201.52.98]:55764 helo=sumac.fritz.box) by mx6.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.85 #1) id 1aMXFv-00089M-Qy; Fri, 22 Jan 2016 09:39:43 +0100 Subject: Re: bug#2841: 23.0.92; Emacs.app loads Emacs Lisp file as text file Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=windows-1252 From: Peter Dyballa In-Reply-To: Date: Fri, 22 Jan 2016 09:39:37 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <88A87C7B-3EBB-43EC-A745-A97D02E23321@Freenet.DE> References: <9D0E804C-98A3-42CE-9746-7777C687A834@Freenet.DE> To: Alan Third X-Mailer: Apple Mail (2.1085) X-Originated-At: 178.201.52.98!55764 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 1292 Cc: 1292@debbugs.gnu.org, 2841@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Am 21.01.2016 um 21:43 schrieb Alan Third: > Peter Dyballa writes: >=20 >> Invoked as ``nextstep/Emacs.app/Contents/MacOS/Emacs -Q -l ~/.emacs-=20= >> init.el &=B4=B4 it loads my rudimentary init file like some text file = into >> a buffer in Emacs-Lisp mode. Other Emacs variants execute the code, >> which is the documented behaviour. >=20 > Hi, I can't reproduce this behaviour in Emacs 25. The .el file runs as > expected. Are you still seeing this behaviour in a recent build? And neither me! The bug was obviously resolved some time ago=85 -- Greetings Pete Time flies like an error =96 but fruit flies like a banana! - (almost) Groucho Marx From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 22 11:07:06 2016 Received: (at control) by debbugs.gnu.org; 22 Jan 2016 16:07:06 +0000 Received: from localhost ([127.0.0.1]:58023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMeEs-0006P0-F3 for submit@debbugs.gnu.org; Fri, 22 Jan 2016 11:07:06 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:34194) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMeEq-0006OU-B2 for control@debbugs.gnu.org; Fri, 22 Jan 2016 11:07:04 -0500 Received: by mail-wm0-f54.google.com with SMTP id u188so24441781wmu.1 for ; Fri, 22 Jan 2016 08:07:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:date:message-id:to:from:subject; bh=DYXMgJLmhSqNZU5WZA2xfKNbiFcDWMNyxTPXhdlfe4A=; b=Ha1jDX1pUDkQPrIGpaxy7x8OfnLGnXj8hfKmtbAztw+DFE0b7mWn9PWOY6iB3xXDfS 5PwzjylZuHvORrBz0SzzG8mX4fymnKPkKX7AgCJRt5poKe8qCWHyvfkr4TvOBt97sNsF UZk3HD5YXdMKpOOH0KGOleFr4xNkdpX2MwJkzdoTEnezUKGdtzR9GC8csoSNOp3HIJ+W AEP5j10gL1iuf80pUoDIMfLLnoaAF+jWwcTlNdr10MxxzrGIVFB3zr7fW9hoGKJtKqE/ wX6C/PWU2UNitNF35USsbw70tBONSiGeu1nuyf0wkBndrcVkT0MIllLlqs2AXp3il2Gc e0PQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=DYXMgJLmhSqNZU5WZA2xfKNbiFcDWMNyxTPXhdlfe4A=; b=Pchi6qpXU25Dy7ADQaduENSrkbh8tXdqAek3II8C0trb7RUp8APin+k+2KU+Zidjpk t4jOBNfarhsVwNPyt6FWG0BeMR+ZKwyXf6pbh/ZI/GzExNTj9LtNeJgTv8yCHLAa8Akv F86n+UqdwFL5aRyzKYb/AUyYqp9pF825vRK0OX7/dBGEu1m6Q6xtwfli90MrUjDprQRG wZpJ5pyO0KAKqYgEsco4wGKEE2vSLFDcfVK689rymTK6yKGzDcBkhLWyVTgvbMetqJoV +T0Nw/ZT0mNnrNYt0n/L/3A3SZFzWqil8vZrqVYMsJxM68J4tx0ZXQiOJ1mw+SXeSvx8 WpiA== X-Gm-Message-State: AG10YOQ/Zz8qRdRCKi06NCaqZYsb8s7cJM7Ly03aIIbYZum7oSOAAnhJMJpV2M8pnJjmRw== X-Received: by 10.28.73.70 with SMTP id w67mr4105061wma.31.1453478818815; Fri, 22 Jan 2016 08:06:58 -0800 (PST) Received: from galloway.local (d.0.d.3.7.a.e.3.0.f.2.b.f.2.5.7.9.2.1.8.8.f.3.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:3f8:8129:752f:b2f0:3ea7:3d0d]) by smtp.gmail.com with ESMTPSA id g3sm6537204wjw.31.2016.01.22.08.06.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jan 2016 08:06:58 -0800 (PST) Date: Fri, 22 Jan 2016 16:06:56 +0000 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #1292 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) close 1292 25.1 From unknown Sun Jun 22 11:33:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Feb 2016 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator