Your message dated Wed, 01 Mar 2006 08:32:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343234: fixed in ess 5.2.12-1
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)
--- Begin Message ---
Package: ess
Version: 5.2.11-1
Severity: normal
Tags: patch
This bug is similar to #340125. See http://bugs.debian.org/340125 for the
full discussion.
In brief: binding "\e\C-h" automatically rebinds [(meta backspace)] in
XEmacs, which does not happen in Emacs. Below is a simple patch to fix
the problem. Please consider applying it to the package and/or
forwarding it upstream. The ess/Xemacs users will appreciate it.
--- ess-5.2.11.orig/lisp/ess-mode.el
+++ ess-5.2.11/lisp/ess-mode.el
@@ -158,6 +158,8 @@
(define-key ess-mode-map "{" 'ess-electric-brace)
(define-key ess-mode-map "}" 'ess-electric-brace)
(define-key ess-mode-map "\e\C-h" 'ess-mark-function)
+ (if (featurep 'xemacs)
+ (define-key ess-mode-map [(meta backspace)] 'backward-kill-word))
(define-key ess-mode-map "\e\C-q" 'ess-indent-exp)
(define-key ess-mode-map "\177" 'backward-delete-char-untabify)
(define-key ess-mode-map "\t" 'ess-indent-command)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages ess depends on:
ii emacs21 [emacsen] 21.4a-3 The GNU Emacs editor
ii xemacs21-mule [emacsen] 21.4.17-2 highly customizable text editor --
ii xemacs21-nomule [emacsen] 21.4.17-2 highly customizable text editor --
ess recommends no packages.
-- no debconf information
--
Rafael
--- End Message ---
--- Begin Message ---
Source: ess
Source-Version: 5.2.12-1
We believe that the bug you reported is fixed in the latest version of
ess, which is due to be installed in the Debian FTP archive:
ess_5.2.12-1.diff.gz
to pool/main/e/ess/ess_5.2.12-1.diff.gz
ess_5.2.12-1.dsc
to pool/main/e/ess/ess_5.2.12-1.dsc
ess_5.2.12-1_all.deb
to pool/main/e/ess/ess_5.2.12-1_all.deb
ess_5.2.12.orig.tar.gz
to pool/main/e/ess/ess_5.2.12.orig.tar.gz
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.
Camm Maguire <[EMAIL PROTECTED]> (supplier of updated ess 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: Wed, 1 Mar 2006 16:13:18 +0000
Source: ess
Binary: ess
Architecture: source all
Version: 5.2.12-1
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire <[EMAIL PROTECTED]>
Changed-By: Camm Maguire <[EMAIL PROTECTED]>
Description:
ess - Emacs statistics mode, supporting R,S and others
Closes: 343234
Changes:
ess (5.2.12-1) unstable; urgency=low
.
* New upstream release
* Bug fix: "ess-mode rebinds [(meta backspace)]", thanks to Rafael
Laboissiere (Closes: #343234). Applied patch
Files:
eb43e84f1e90d7e6d0bdc0373c740755 582 math optional ess_5.2.12-1.dsc
056dafadeef17e735218f7bd1a095b9a 2564705 math optional ess_5.2.12.orig.tar.gz
4784bfbd737ba7effb4e544952899a9f 9237 math optional ess_5.2.12-1.diff.gz
5aa11c5272217224a6f66c06d92598a9 826074 math optional ess_5.2.12-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEBcg2czG1wFfwRdwRAhQ+AJ0ZjJoBOtsP3Fz1G5GtB0qyIe1/8QCfTFZ0
X+qMr5M8rQXfj64h8J0MzbI=
=U2BC
-----END PGP SIGNATURE-----
--- End Message ---