From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 11 12:31:37 2013 Received: (at submit) by debbugs.gnu.org; 11 Feb 2013 17:31:37 +0000 Received: from localhost ([127.0.0.1]:51074 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U4xE8-0007s6-5j for submit@debbugs.gnu.org; Mon, 11 Feb 2013 12:31:36 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55360) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U4xE5-0007rx-JC for submit@debbugs.gnu.org; Mon, 11 Feb 2013 12:31:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4xDf-00073x-NQ for submit@debbugs.gnu.org; Mon, 11 Feb 2013 12:31:12 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:53404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4xDf-00073q-Ir for submit@debbugs.gnu.org; Mon, 11 Feb 2013 12:31:07 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4wN6-0003r8-Sh for bug-gnu-emacs@gnu.org; Mon, 11 Feb 2013 11:36:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4wMu-0004dz-0V for bug-gnu-emacs@gnu.org; Mon, 11 Feb 2013 11:36:48 -0500 Received: from mail-ee0-f48.google.com ([74.125.83.48]:57110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4wMt-0004dM-Es for bug-gnu-emacs@gnu.org; Mon, 11 Feb 2013 11:36:35 -0500 Received: by mail-ee0-f48.google.com with SMTP id t10so3373222eei.21 for ; Mon, 11 Feb 2013 08:36:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=cJ+3eWdkwCrBVfkkff6Ba2f/OZvSXxU2sl9XJ+gbFxM=; b=eUWA8TdGXxoxbIvd7mKMDXyKNehP0OxUdycxaEAQwIVUamfmgHFJfGqIfECgUauuGK 1oLUthkSSDwpCEZsXUkwEOdtO+tWJL/d9IuiFPUPN0yU6nf6gQ4/1+/+pVZ2i1OJDXcX /V8URHScLaW8/7zfASuR1KhTvy99D3KIMZzbEO530xr45rxCKoarpW1sKwTizIf2AKAc DYPWoTwhQnknO7SXZHd2nNyfi3iHc20LPcBHEHN/GyEbwu+zdm14mfmUCJTSuWq4cihV LPlR/NH6UdyFHs/eOwz5ZXAUYfoQStUt6B4YdVArkiaeQjp6Zyn6oMwnnoN9A5WFn7XR z6WA== X-Received: by 10.14.200.137 with SMTP id z9mr51346096een.20.1360600593645; Mon, 11 Feb 2013 08:36:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.128.72 with HTTP; Mon, 11 Feb 2013 08:36:13 -0800 (PST) From: Christopher Genovese Date: Mon, 11 Feb 2013 11:36:13 -0500 Message-ID: Subject: 24.2; read-event does not read S-SPC on Mac OS X To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7b343b8210c20904d575835b X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit 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: -6.1 (------) --047d7b343b8210c20904d575835b Content-Type: text/plain; charset=ISO-8859-1 S-SPC is not being processed correctly when running Emacs -Q (version 24.2 on Mac OS X 10.7.5 next step, installed via homebrew --cocoa --srgb). Specifically, the shift modifier is being dropped/ignored. For example, doing (read-event) followed by S-SPC returns 32, whereas with other modifiers of SPC it does the correct thing. S-SPC does not appear to be being caught and translated by any of the intervening translation maps and the current-input-method is nil. Also, emacs 23.2 handles S-SPC properly on the same machine, so the key sequence does not appear to have been affected by the OS. This is an issue for me because I use that sequence in several modes, including icicles. Thanks for your help. 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/Cellar/emacs/24.2/share/emacs/24.2/etc/DEBUG. In GNU Emacs 24.2.1 (x86_64-apple-darwin11.4.2, NS apple-appkit-1138.51) of 2013-02-08 on Christophers-MacBook-Pro.local Windowing system distributor `Apple', version 10.3.1138 Configured using: `configure '--prefix=/usr/local/Cellar/emacs/24.2' '--without-dbus' '--enable-locallisppath=/usr/local/share/emacs/site-lisp' '--infodir=/usr/local/Cellar/emacs/24.2/share/info/emacs' '--with-ns' '--disable-ns-self-contained' 'CC=cc'' 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: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction 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: s-: C-g : ( r e a d - e v e n t ) C-a C-x SPC C-g C-g C-x C-g C-h c e C-h c C-x C-e C-j C-g C-p C-e C-h c C-j C-g C-j SPC C-p C-p C-e C-j C-SPC C-p C-p C-e C-a C-o C-y C-j C-n C-e C-j M-SPC C-p C-p C-e C-j SPC C-p C-p C-e C-j SPC C-h f b r e p o r - e m Recent messages: Quit e runs the command self-insert-command C-M-x (translated from C-x) runs the command eval-defun Quit C-j runs the command eval-print-last-sexp Quit Mark set Making completion list... Type C-x 1 to delete the help window. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail regexp-opt rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode easymenu view help-fns ispell time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win 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 minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) --047d7b343b8210c20904d575835b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
S-SPC is not being processed correctly when running Emacs = -Q
(version 24.2 on Mac OS X 10.7.5 next step, installed via
homebr= ew --cocoa --srgb). Specifically, the shift modifier is being
dropped/i= gnored.=A0 For example, doing

=A0 (read-event)

followed by S-SPC returns 32, whereas with othe= r modifiers of SPC
it does the correct thing. S-SPC does not appear to b= e being caught
and translated by any of the intervening translation maps=
and the current-input-method is nil. Also, emacs 23.2 handles
S-SPC pro= perly on the same machine, so the key sequence does not
appear to have = been affected by the OS.

This is an issue for me because I use that = sequence in several
modes, including icicles.

Thanks for your help.


If Emacs = crashed, and you have the Emacs process in the gdb debugger,
please incl= ude the output from the following gdb commands:
=A0=A0=A0 `bt full' = and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/local/C= ellar/emacs/24.2/share/emacs/24.2/etc/DEBUG.


In GNU Emacs 24.2.1= (x86_64-apple-darwin11.4.2, NS apple-appkit-1138.51)
=A0of 2013-02-08 o= n Christophers-MacBook-Pro.local
Windowing system distributor `Apple', version 10.3.1138
Configured u= sing:
=A0`configure '--prefix=3D/usr/local/Cellar/emacs/24.2' &#= 39;--without-dbus'
=A0'--enable-locallisppath=3D/usr/local/share= /emacs/site-lisp'
=A0'--infodir=3D/usr/local/Cellar/emacs/24.2/share/info/emacs' '= ;--with-ns'
=A0'--disable-ns-self-contained' 'CC=3Dcc= 9;'

Important settings:
=A0 value of $LC_ALL: nil
=A0 valu= e of $LC_COLLATE: nil
=A0 value of $LC_CTYPE: nil
=A0 value of $LC_MESSAGES: nil
=A0 value = of $LC_MONETARY: nil
=A0 value of $LC_NUMERIC: nil
=A0 value of $LC_T= IME: nil
=A0 value of $LANG: en_US.UTF-8
=A0 value of $XMODIFIERS: ni= l
=A0 locale-coding-system: utf-8-unix
=A0 default enable-multibyte-characters: t

Major mode: Lisp Interact= ion

Minor modes in effect:
=A0 tooltip-mode: t
=A0 mouse-wheel= -mode: t
=A0 tool-bar-mode: t
=A0 menu-bar-mode: t
=A0 file-name-s= hadow-mode: t
=A0 global-font-lock-mode: t
=A0 font-lock-mode: t
=A0 blink-cursor-m= ode: t
=A0 auto-composition-mode: t
=A0 auto-encryption-mode: t
= =A0 auto-compression-mode: t
=A0 line-number-mode: t
=A0 transient-ma= rk-mode: t

Recent input:
s-: C-g : <backspace> ( r e a d - e v e n t ) C-= a C-x
SPC C-g C-g <escape> C-x C-g C-h c e C-h c <escape> <= br>C-x C-e C-j C-g C-p C-e C-h c C-j C-g C-j SPC C-p C-p
C-e C-j C-SPC = C-p C-p C-e C-a C-o C-y C-j C-n C-e C-j
M-SPC C-p C-p C-e C-j SPC C-p C-p C-e C-j SPC C-h f
b <backspace>= r e p o r <tab> - e <tab> m <tab> <return>
<= ;menu-bar> <help-menu> <send-emacs-bug-report>

Recent= messages:

Quit
e runs the command self-insert-command
C-M-x (translated fro= m <escape> C-x) runs the command eval-defun
Quit
C-j runs the c= ommand eval-print-last-sexp
Quit
Mark set
Making completion list..= .
Type C-x 1 to delete the help window.

Load-path shadows:
None fou= nd.

Features:
(shadow sort gnus-util mail-extr emacsbug message f= ormat-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse r= fc2231 mailabbrev
gmm-utils mailheader sendmail regexp-opt rfc2047 rfc2045 ietf-drums
mm-u= til mail-prsvr mail-utils help-mode easymenu view help-fns ispell
time-d= ate tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win
tool-bar d= nd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
face= menu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibet= an 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 minibuffer loaddefs button faces
cus-fa= ce files text-properties overlay sha1 md5 base64 format env
code-pages m= ule custom widget hashtable-print-readable backquote
make-network-proces= s ns multi-tty emacs)

--047d7b343b8210c20904d575835b-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 13 12:30:25 2013 Received: (at 13688) by debbugs.gnu.org; 13 Feb 2013 17:30:25 +0000 Received: from localhost ([127.0.0.1]:54446 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5gA4-0005FT-Sr for submit@debbugs.gnu.org; Wed, 13 Feb 2013 12:30:25 -0500 Received: from mailout.melmac.se ([62.20.26.67]:44767) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5gA1-0005FK-RV for 13688@debbugs.gnu.org; Wed, 13 Feb 2013 12:30:23 -0500 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id BA28CC31F for <13688@debbugs.gnu.org>; Wed, 13 Feb 2013 18:29:47 +0100 (CET) Received: (qmail 15435 invoked by uid 89); 13 Feb 2013 17:29:47 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 13 Feb 2013 17:29:47 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 434757FA06C; Wed, 13 Feb 2013 18:29:47 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: bug#13688: 24.2; read-event does not read S-SPC on Mac OS X From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: Date: Wed, 13 Feb 2013 18:29:52 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <8B647CBF-97BB-407C-B1C1-32E6283E0E1F@swipnet.se> References: To: Christopher Genovese X-Mailer: Apple Mail (2.1499) X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 13688 Cc: 13688@debbugs.gnu.org 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: -1.2 (-) Hello. I can not reproduce this on Emacs from the trunk or the emacs-24 branch, = so whatever it was it is fixed now. Jan D. 11 feb 2013 kl. 17:36 skrev Christopher Genovese = : > S-SPC is not being processed correctly when running Emacs -Q=20 > (version 24.2 on Mac OS X 10.7.5 next step, installed via=20 > homebrew --cocoa --srgb). Specifically, the shift modifier is being=20 > dropped/ignored. For example, doing >=20 > (read-event) >=20 > followed by S-SPC returns 32, whereas with other modifiers of SPC > it does the correct thing. S-SPC does not appear to be being caught > and translated by any of the intervening translation maps > and the current-input-method is nil. Also, emacs 23.2 handles=20 > S-SPC properly on the same machine, so the key sequence does not=20 > appear to have been affected by the OS. >=20 > This is an issue for me because I use that sequence in several > modes, including icicles. >=20 > Thanks for your help. >=20 >=20 > 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/Cellar/emacs/24.2/share/emacs/24.2/etc/DEBUG. >=20 >=20 > In GNU Emacs 24.2.1 (x86_64-apple-darwin11.4.2, NS = apple-appkit-1138.51) > of 2013-02-08 on Christophers-MacBook-Pro.local > Windowing system distributor `Apple', version 10.3.1138 > Configured using: > `configure '--prefix=3D/usr/local/Cellar/emacs/24.2' '--without-dbus' > '--enable-locallisppath=3D/usr/local/share/emacs/site-lisp' > '--infodir=3D/usr/local/Cellar/emacs/24.2/share/info/emacs' = '--with-ns' > '--disable-ns-self-contained' 'CC=3Dcc'' >=20 > 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: nil > locale-coding-system: utf-8-unix > default enable-multibyte-characters: t >=20 > Major mode: Lisp Interaction >=20 > 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 >=20 > Recent input: > s-: C-g : ( r e a d - e v e n t ) C-a C-x=20 > SPC C-g C-g C-x C-g C-h c e C-h c =20 > C-x C-e C-j C-g C-p C-e C-h c C-j C-g C-j SPC C-p C-p=20 > C-e C-j C-SPC C-p C-p C-e C-a C-o C-y C-j C-n C-e C-j=20 > M-SPC C-p C-p C-e C-j SPC C-p C-p C-e C-j SPC C-h f=20 > b r e p o r - e m =20 > >=20 > Recent messages: >=20 > Quit > e runs the command self-insert-command > C-M-x (translated from C-x) runs the command eval-defun > Quit > C-j runs the command eval-print-last-sexp > Quit > Mark set > Making completion list... > Type C-x 1 to delete the help window. >=20 > Load-path shadows: > None found. >=20 > Features: > (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 = mml > mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev > gmm-utils mailheader sendmail regexp-opt rfc2047 rfc2045 ietf-drums > mm-util mail-prsvr mail-utils help-mode easymenu view help-fns ispell > time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win > 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 minibuffer loaddefs button faces > cus-face files text-properties overlay sha1 md5 base64 format env > code-pages mule custom widget hashtable-print-readable backquote > make-network-process ns multi-tty emacs) >=20 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 13 13:39:44 2013 Received: (at 13688) by debbugs.gnu.org; 13 Feb 2013 18:39:44 +0000 Received: from localhost ([127.0.0.1]:54515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5hF9-0006ro-PF for submit@debbugs.gnu.org; Wed, 13 Feb 2013 13:39:44 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:59891) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5hF8-0006ri-Sr for 13688@debbugs.gnu.org; Wed, 13 Feb 2013 13:39:43 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U5hEb-0006al-PW; Wed, 13 Feb 2013 13:39:09 -0500 From: Glenn Morris To: Jan =?utf-8?Q?Dj=C3=A4rv?= Subject: Re: bug#13688: 24.2; read-event does not read S-SPC on Mac OS X References: <8B647CBF-97BB-407C-B1C1-32E6283E0E1F@swipnet.se> X-Spook: doctrine Noriega underground emc ANZUS DES Saddam Hussein X-Ran: V*a.o(PohNLy$G{""(@L;oV1Pna););h6"&e",6w{bQD;#Wr[BB"^zJZZ%*wuyf:a%dG49 X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 13 Feb 2013 13:39:09 -0500 In-Reply-To: <8B647CBF-97BB-407C-B1C1-32E6283E0E1F@swipnet.se> ("Jan =?utf-8?Q?Dj=C3=A4rv=22's?= message of "Wed, 13 Feb 2013 18:29:52 +0100") Message-ID: <6038x0m52q.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 13688 Cc: 13688@debbugs.gnu.org, Christopher Genovese 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: -5.5 (-----) Jan Dj=C3=A4rv wrote: > I can not reproduce this on Emacs from the trunk or the emacs-24 > branch, so whatever it was it is fixed now. But can you reproduce it in 24.2? :) From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 14 03:14:35 2013 Received: (at 13688) by debbugs.gnu.org; 14 Feb 2013 08:14:35 +0000 Received: from localhost ([127.0.0.1]:55003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5txi-00068O-TR for submit@debbugs.gnu.org; Thu, 14 Feb 2013 03:14:35 -0500 Received: from mailout.melmac.se ([62.20.26.67]:37733) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5txg-00068C-6v for 13688@debbugs.gnu.org; Thu, 14 Feb 2013 03:14:33 -0500 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 1134F9DA4 for <13688@debbugs.gnu.org>; Thu, 14 Feb 2013 09:13:55 +0100 (CET) Received: (qmail 8936 invoked by uid 89); 14 Feb 2013 08:13:54 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 14 Feb 2013 08:13:54 -0000 Received: from [172.16.2.169] (gw01.ismobile.com [212.73.186.202]) by coolsville.localdomain (Postfix) with ESMTPSA id 903A17FA06C; Thu, 14 Feb 2013 09:13:54 +0100 (CET) References: <8B647CBF-97BB-407C-B1C1-32E6283E0E1F@swipnet.se> <6038x0m52q.fsf@fencepost.gnu.org> Mime-Version: 1.0 (1.0) In-Reply-To: <6038x0m52q.fsf@fencepost.gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <6E33F918-5ECD-4200-BE06-75E9497C58BD@swipnet.se> X-Mailer: iPhone Mail (10B143) From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Subject: Re: bug#13688: 24.2; read-event does not read S-SPC on Mac OS X Date: Thu, 14 Feb 2013 09:13:52 +0100 To: Glenn Morris X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello. 13 feb 2013 kl. 19:39 skrev Glenn Morris : > Jan Djärv wrote: > >> I can not reproduce this on Emacs from the trunk or the emacs-24 >> branch, so whatever it was it is fixed now. > > But can you reproduce it in 24.2? :) [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4757] X-Debbugs-Envelope-To: 13688 Cc: "13688@debbugs.gnu.org" <13688@debbugs.gnu.org>, Christopher Genovese 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: 0.7 (/) Hello. 13 feb 2013 kl. 19:39 skrev Glenn Morris : > Jan Dj=C3=A4rv wrote: >=20 >> I can not reproduce this on Emacs from the trunk or the emacs-24 >> branch, so whatever it was it is fixed now. >=20 > But can you reproduce it in 24.2? :) Yes I can. Jan D.= From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 14 03:19:59 2013 Received: (at 13688-done) by debbugs.gnu.org; 14 Feb 2013 08:19:59 +0000 Received: from localhost ([127.0.0.1]:55014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5u2x-0006KJ-9t for submit@debbugs.gnu.org; Thu, 14 Feb 2013 03:19:59 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:60254) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5u2u-0006K9-V1 for 13688-done@debbugs.gnu.org; Thu, 14 Feb 2013 03:19:57 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U5u2K-0001Za-OI; Thu, 14 Feb 2013 03:19:20 -0500 From: Glenn Morris To: 13688-done@debbugs.gnu.org Subject: Re: bug#13688: 24.2; read-event does not read S-SPC on Mac OS X References: <8B647CBF-97BB-407C-B1C1-32E6283E0E1F@swipnet.se> <6038x0m52q.fsf@fencepost.gnu.org> <6E33F918-5ECD-4200-BE06-75E9497C58BD@swipnet.se> X-Spook: White House Jyllandsposten Saudi Arabia Sears Tower kilo X-Ran: SeKxVHa`Gz`Cg8='6h?wV<-:M._jip|wdsDx.32mblLjZ>Sjw=L7Jsw;]}`@Dst2?+dDlk X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 14 Feb 2013 03:19:20 -0500 In-Reply-To: <6E33F918-5ECD-4200-BE06-75E9497C58BD@swipnet.se> ("Jan =?utf-8?Q?Dj=C3=A4rv=22's?= message of "Thu, 14 Feb 2013 09:13:52 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 13688-done 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: -5.5 (-----) Version: 24.3 Jan Dj=C3=A4rv wrote: >>> I can not reproduce this on Emacs from the trunk or the emacs-24 >>> branch, so whatever it was it is fixed now. >>=20 >> But can you reproduce it in 24.2? :) > > Yes I can. Awesome, so it is definitely fixed then. From unknown Sat Aug 09 13:23:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 14 Mar 2013 11:24:08 +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