emacs-devel
[Top][All Lists]
Advanced

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

Re: Fwd: Alt+numpad to write special symbols


From: Stefan Monnier
Subject: Re: Fwd: Alt+numpad to write special symbols
Date: Mon, 28 Sep 2009 23:13:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> Another thing: I think it is impossible to emulate
> the Alt+keypad just with elisp code because I need
> to catch something like "Alt-unpressed" event.

If you mean that "the alt-numpad" feature works by recognizing the
"alt-unpressed" event as the sign that you've finished entering the
number, then indeed, it can't be done in Elisp right now and would
require changes to provide access to the up/down events for key presses
(I actually did code up such a change at some point in the past, to
play with it: it might be doable without introducing too many problems).


        Stefan




reply via email to

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