emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rebinding international characters


From: Kenichi Handa
Subject: Re: Rebinding international characters
Date: Sat, 21 Aug 2004 09:09:05 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Stefan Monnier <address@hidden> writes:
>>  but this doesn't work:
>>    (local-set-key "\e$a" 'ignore)
>>    (define-key function-key-map "\e$a" [?A])

> Hmm... I was thinking of (local-set-key "\e$a" nil), not `ignore'.
> Any particular reason why you use `ignore'?

No.  But, anyway,

(local-set-key "\e$a" nil)
(define-key function-key-map "\e$a" [?A])

doesn't work.  When I type "ESC $ a", I just hear beep.
When I type "C-h c ESC $ a", this error is signalled.

M-$ a (translated from <escape> $ a) is undefined

---
Ken'ichi HANDA
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]