Package: erlang-mode Version: 1:11.b.1-1 Severity: normal
I'm using XEmacs 21.4.19-1, when erlang-mode is active in a buffer and I press DEL, then it acts as if I pressed BACKSPACE (the character at the left of the cursor is removed). Doing an C-h k, it seems that DEL is bound to 'backward-delete-char-untabify, when normally in text-mode it runs 'backward-or-forward-delete-char . Skimming over erlang.el, at line 1937 I found: (define-key map "\177" 'backward-delete-char-untabify) Maybe here is the problem, "\177" it's correct in Emacs but means something different in XEmacs? (In Emacs erlang-mode works ok). -- System Information: Debian Release: testing/unstable APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17nah-samuel Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages erlang-mode depends on: ii emacsen-common 1.4.17 Common facilities for all emacsen Versions of packages erlang-mode recommends: ii erlang-nox 1:11.b.1-1 Concurrent, real-time, distributed ii erlang-x11 1:11.b.1-1 Concurrent, real-time, distributed -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

