Your message dated Sun, 18 Sep 2005 11:17:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#309963: fixed in emacs21 21.4a-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 May 2005 19:29:44 +0000
>From [EMAIL PROTECTED] Fri May 20 12:29:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.visit.se (davinci.visit.se) [212.214.126.18] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DZDBn-0006Q7-00; Fri, 20 May 2005 12:29:43 -0700
Received: from kat.stjernholm.org (kolon.visit.se [212.214.112.24])
        by davinci.visit.se (8.12.8/8.11.2) with SMTP id j4KISGGl017231
        for <[EMAIL PROTECTED]>; Fri, 20 May 2005 20:28:16 +0200
Received: (nullmailer pid 26315 invoked by uid 1021);
        Fri, 20 May 2005 19:29:41 -0000
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: emacs21: Modifiers don't work for some non-US keys
X-Debbugs-CC: Martin Stjernholm <[EMAIL PROTECTED]>
From: Martin Stjernholm <[EMAIL PROTECTED]>
Date: 20 May 2005 21:29:40 +0200
Message-ID: <[EMAIL PROTECTED]>
Lines: 35
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: emacs21
Version: 21.3+1-8
Severity: normal

Emacs 21 doesn't recognize modifiers for keys that generate symbols
wider than 8 bits. This has been observed when X is used.

E.g. on swedish keyboards, there is a key that generate "§" which
translates to 2215. Any modifiers pressed together with that key are
ignored.

The problem is in the handling of multibyte_char_keystroke in
make_lispy_event in keyboard.c. It has been fixed in the development
version of Emacs, and here is essentially the same fix:

--- src/keyboard.c.orig 2005-05-20 21:07:42.000000000 +0200
+++ src/keyboard.c      2005-05-20 21:07:29.000000000 +0200
@@ -4662,8 +4662,15 @@
     case multibyte_char_keystroke:
       {
        Lisp_Object lispy_c;
+       int c = event->code;
 
-       XSETFASTINT (lispy_c, event->code);
+       /* Add in the other modifier bits. The shift key was taken
+          care of by the X code. */
+       c |= (event->modifiers
+             & (meta_modifier | alt_modifier
+                | hyper_modifier | super_modifier | ctrl_modifier));
+       button_down_time = 0;
+       XSETFASTINT (lispy_c, c);
        return lispy_c;
       }
 


---------------------------------------
Received: (at 309963-close) by bugs.debian.org; 18 Sep 2005 18:18:45 +0000
>From [EMAIL PROTECTED] Sun Sep 18 11:18:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EH3iu-0000QD-00; Sun, 18 Sep 2005 11:17:08 -0700
From: Rob Browning <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#309963: fixed in emacs21 21.4a-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 18 Sep 2005 11:17:08 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

Source: emacs21
Source-Version: 21.4a-2

We believe that the bug you reported is fixed in the latest version of
emacs21, which is due to be installed in the Debian FTP archive:

emacs21-bin-common_21.4a-2_i386.deb
  to pool/main/e/emacs21/emacs21-bin-common_21.4a-2_i386.deb
emacs21-common_21.4a-2_all.deb
  to pool/main/e/emacs21/emacs21-common_21.4a-2_all.deb
emacs21-el_21.4a-2_all.deb
  to pool/main/e/emacs21/emacs21-el_21.4a-2_all.deb
emacs21-nox_21.4a-2_i386.deb
  to pool/main/e/emacs21/emacs21-nox_21.4a-2_i386.deb
emacs21_21.4a-2.diff.gz
  to pool/main/e/emacs21/emacs21_21.4a-2.diff.gz
emacs21_21.4a-2.dsc
  to pool/main/e/emacs21/emacs21_21.4a-2.dsc
emacs21_21.4a-2_i386.deb
  to pool/main/e/emacs21/emacs21_21.4a-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rob Browning <[EMAIL PROTECTED]> (supplier of updated emacs21 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 17 Sep 2005 23:39:52 -0700
Source: emacs21
Binary: emacs21-el emacs21-common emacs21-nox emacs21-bin-common emacs21
Architecture: source all i386
Version: 21.4a-2
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <[EMAIL PROTECTED]>
Changed-By: Rob Browning <[EMAIL PROTECTED]>
Description: 
 emacs21    - The GNU Emacs editor
 emacs21-bin-common - The GNU Emacs editor's shared, architecture dependent 
files
 emacs21-common - The GNU Emacs editor's shared, architecture independent 
infrastru
 emacs21-el - GNU Emacs LISP (.el) files
 emacs21-nox - The GNU Emacs editor (without X support)
Closes: 273123 300368 309930 309963 311074
Changes: 
 emacs21 (21.4a-2) unstable; urgency=low
 .
   * Apply patch applying modifiers to multibyte-char keys. Thanks to
     Martin Stjernholm <[EMAIL PROTECTED]> (closes: #309963) [Jérôme Marant]
     - debian/patches/multibyte-char-key-modifiers.dpatch: new file.
     - debian/00list: updated.
 .
   * Apply patch supporting the ppc64 architecture. This is a slightly
     modified patch derived from the Emacs CVS mainline.
     (closes: #300368) [Jérôme Marant]
     - debian/patches/arch-ppc64.patch: new file.
     - debian/00list: updated.
 .
   * Add real dependency as an alternative to the libtiff-dev build
     dependency in order for the build to be deterministic.
     (closes: #311074) [Jérôme Marant]
     - debian/control.in: add libtiff4-dev as alternative libtiff-dev
       build dependency.
     - debian/control: regenerated.
 .
   * Bump Standards-Version to 3.6.2. [Jérôme Marant]
     - debian/control.in
     - debian/control: regenerated.
 .
   * Use the "kitchen sink" bitmap icon when iconifying the Emacs window.
     (closes: #309930) [Jérôme Marant]
     - debian/menu.in: pass the `-i' option to the command launching Emacs
       under X11.
     - debian/emacs.desktop: likewise.
 .
   * Work around bug in Xorg which makes AltGr incorrectly recognized.
     This patch has been backported from Emacs CVS trunk. [Jérôme Marant]
     - debian/patches/xorg-altgr-fix.dpatch: new file.
     - debian/00list: updated.
 .
   * Apply patch preventing an infinite loop in whitespace.el if kill-read-only
     is set to t. Thanks to Romain Francoise <[EMAIL PROTECTED]>
     (closes: #273123) [Jérôme Marant]
     - debian/patches/whitespace-readonly-infloop.dpatch: new file.
     - debian/00list: updated.
Files: 
 0fc7d27f0e1988ded17ba50a9444c73c 795 editors optional emacs21_21.4a-2.dsc
 964190042652e89b629b97c8ad448283 148842 editors optional 
emacs21_21.4a-2.diff.gz
 cba414e8c33a89f364a1c886be3d14a7 7209182 editors optional 
emacs21-el_21.4a-2_all.deb
 aa546cce7e1901f169a7a63db731d06b 11067940 editors optional 
emacs21-common_21.4a-2_all.deb
 eb067c48cf5bbc0b88f823d2a6df80c9 1827794 editors optional 
emacs21-nox_21.4a-2_i386.deb
 d9f52da873059061867d2dedcff235de 2025324 editors optional 
emacs21_21.4a-2_i386.deb
 176096120945620f6744965653de4143 136440 editors optional 
emacs21-bin-common_21.4a-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDLaudJcjTd4x+c6QRAuNRAKC1pVuI/4xHLchQSzmyYGEpDjryqQCgqAre
wiRTUSCJAFIE56Vu524HuaY=
=reFJ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to