emacs-devel
[Top][All Lists]
Advanced

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

Re: Binding C-x 8 commands to another prefix


From: Lars Ingebrigtsen
Subject: Re: Binding C-x 8 commands to another prefix
Date: Tue, 09 Nov 2021 04:55:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

> Thatʼs because theyʼre in the ctl-x-map for some reason. Lars, we
> could move the binding code for emojis to iso-transl.el and put the
> bindings in iso-transl-ctl-x-8-map?

They're defined the same as `insert-char', which seems appropriate, I
think?  I.e.,

(define-key ctl-x-map "8\r" 'insert-char)
(define-key ctl-x-map "8e" ...


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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