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

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

Re: how to extend `C-x 8` keymap?


From: Tom Roche
Subject: Re: how to extend `C-x 8` keymap?
Date: Mon, 07 Nov 2011 15:03:42 -0500
User-agent: GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.4)

Drew Adams Mon, 7 Nov 2011 10:57:58 -0800
> (define-key 'iso-transl-ctl-x-8-map "d" [?δ])
> (define-key 'iso-transl-ctl-x-8-map "D" [?Δ])
>             ^
>             |
>             +-- quote mark

That was it! Just put that in a file loaded from init.el,
byte-compile-file, restarted emacs. For future use, this is now an
example @

http://www.emacswiki.org/emacs/PrefixKey#toc1

thanks again, Tom Roche <Tom_Roche@pobox.com>



reply via email to

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