help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Translating keys


From: Peter Dyballa
Subject: Re: Translating keys
Date: Mon, 17 Oct 2005 02:07:35 +0200


Am 17.10.2005 um 00:07 schrieb Elena Garrulo:

(define-key c-mode-map "ò" 'c-electric-brace)

nor this:

(define-key c-mode-map "\225" 'c-electric-brace)

work. Standard ASCII characters do work:


From where do you know it's \225? Did you check this with C-u C-x = in *scratch* buffer? Can you make GNU Emacs to do a read-event or read-string? Could be there is a simple mismatch between what you think is right and what the keyboard produces ...

--
Greetings

  Pete

When in doubt, use brute force.
                -- Ken Thompson





reply via email to

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