all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Rebinding keys
@ 2013-03-25 14:04 Nicolas Neuss
  2013-03-25 14:40 ` Mark Skilbeck
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Nicolas Neuss @ 2013-03-25 14:04 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

for rebinding Umlaute keys on a German keyboard to bindings which are
more useful for LaTeX, I tried the following

(global-set-key (kbd "ä") '(lambda () (interactive) (insert "]")))

This works when writing normal text, but unfortunately, in search mode
(after C-s, for example), pressing the respective key still searches for
"ä".

Is there a better or more complete way to redefine that key?

Thank you,

Nicolas

P.S.: This is on a Mac with Aquamacs, but the same happens with Emacs 23
under Ubuntu.

P.S.2: Under Linux/X, I usually use .xmodmap for rebinding the umlaute
keys for all applications.  Does anyone here know of a similar key
rebinding for Aqua?



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-03-25 22:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 14:04 Rebinding keys Nicolas Neuss
2013-03-25 14:40 ` Mark Skilbeck
2013-03-25 16:07   ` Mark Skilbeck
     [not found]   ` <mailman.22810.1364227676.855.help-gnu-emacs@gnu.org>
2013-03-25 21:59     ` Nicolas Neuss
2013-03-25 15:33 ` Peter Dyballa
2013-03-25 15:59 ` Peter Münster
2013-03-25 16:05   ` Peter Dyballa
     [not found] ` <mailman.22808.1364227190.855.help-gnu-emacs@gnu.org>
2013-03-25 18:07   ` Nicolas Neuss
2013-03-25 20:20     ` Peter Münster
2013-03-25 22:06       ` Peter Dyballa
     [not found]     ` <mailman.22827.1364242843.855.help-gnu-emacs@gnu.org>
2013-03-25 21:48       ` Nicolas Neuss

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.