Package: ess
Version: 5.11-1
Severity: normal

I just ran into the problem described here with ESS under XEmacs, see;
http://comments.gmane.org/gmane.emacs.ess.general/4391


 in ess-mode.el (defun ess-electric-brace ...

 --  Rodney Sparapani  | 21 Sep 21:51
 Aha!!!  Now, fixed in SVN.  The problem is the line...
 (insert last-command-event)

 which needs to be replaced by...

 (insert (if (featurep 'xemacs) (event-to-character last-command-event) 
last-command-event))


Best regards,
Carl-Fredrik Enell

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ess depends on:
ii  dpkg                      1.15.8.5       Debian package management system
ii  install-info              4.13a.dfsg.1-5 Manage installed documentation in 
ii  xemacs21-mule [emacsen]   21.4.22-3.1    highly customizable text editor --

ess recommends no packages.

Versions of packages ess suggests:
pn  pspp                          <none>     (no description available)
ii  r-base-core                   2.11.1-6   GNU R core of statistical computat
pn  xlispstat                     <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to