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 13:38:25 -0500
User-agent: GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.4)

>> [I want to define the currently-undefined sequences]
>>           to
>> sequence  produce  as does (currently)
>> --------  -------  ------------------------------------
>> C-x 8 d   δ        C-x 8 RET GREEK SMALL LETTER DELTA
>> C-x 8 D   Δ        C-x 8 RET GREEK CAPITAL LETTER DELTA

Drew Adams Mon, 7 Nov 2011 09:25:04 -0800
> (define-key iso-transl-ctl-x-8-map "d" [?X])
> (define-key iso-transl-ctl-x-8-map "D" [?Y])
> [substituting for] X and Y

When I do

init.el
+ (define-key iso-transl-ctl-x-8-map "d" [?δ])
+ (define-key iso-transl-ctl-x-8-map "D" [?Δ])

I get

*Backtrace*
> Debugger entered--Lisp error: (void-variable iso-transl-ctl-x-8-map)

FWIW, I'm running 

$ emacs --version
GNU Emacs 23.3.1

your assistance is appreciated, Tom Roche <Tom_Roche@pobox.com>



reply via email to

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