all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs 21.4: can't bind umlaut keys
@ 2007-07-07  9:55 Peter Daum
  2007-07-07 15:24 ` Peter Dyballa
  2007-07-09 13:35 ` Representation of non-ascii keys in emacs? Peter Daum
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Daum @ 2007-07-07  9:55 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I am using a German keyboard, but usually write languages like "Perl"
at least as often as "German" and with the standard German keyboard
layout chars like "[]{}" are difficult to reach.

 Therefore, I had already long time ago written some ELisp code to
switch the binding of the umlaut keys between different sets of
keykbindings according to my current needs. Unfortunately, it is a
little tricky to refer to those keys in emacs lisp (and the exact
modalities changed a little since emacs 19).

Now after migrating my systems from Suse (9.3) to Debian (Etch), or,
as far as emacs is concerned, from version 21.3 to 21.4 my key bindings
don't work anymore and I can't figure out, what changed.

Here a minimal code snippet to illustrate the problem:

(defun latin1-to-emacs (char-code)
  (make-char 'latin-iso8859-1 (- char-code 128)))
(setq c_ae (latin1-to-emacs 228))
(local-set-key (make-vector 1 c_ae) "ae")

This should bind the key labeled "ä" to instead insert "ae". technically,
it still works on emacs 21.4 in Etch ((current-local-map) indicates the
change) but the key still produces "ä".
Some side notes:
- Emacs is running in unibyte mode
- The X server or the console driver (the problem is not X-related,
  on the console it's the same) produce the expected key event:
    state 0x0, keycode 48 (keysym 0xe4, adiaeresis), same_screen YES,
    XLookupString gives 1 bytes: (e4) "ä"
    XmbLookupString gives 1 bytes: (e4) "ä"

Anybody has any idea, what is going wrong?
Help would be greatly appreciated!

Regards,
                            Peter Daum

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <mailman.3159.1183802176.32220.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2007-07-12 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-07  9:55 emacs 21.4: can't bind umlaut keys Peter Daum
2007-07-07 15:24 ` Peter Dyballa
2007-07-09 13:35 ` Representation of non-ascii keys in emacs? Peter Daum
     [not found] <mailman.3159.1183802176.32220.help-gnu-emacs@gnu.org>
2007-07-12 20:13 ` emacs 21.4: can't bind umlaut keys Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.