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

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

Re: Emacs keystroke emulation


From: David Kastrup
Subject: Re: Emacs keystroke emulation
Date: Tue, 09 May 2006 11:27:52 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"levy" <levente.meszaros@gmail.com> writes:

> How can I programmatically emulate keystrokes in Emacs?
>
> I need to define a keymap where some keystrokes has to be bound to a
> function which does something and after that it should just let the
> original keystrokes be processed in the current buffer.

unread-command-events is a variable defined in `C source code'.
Its value is nil

Documentation:
List of events to be read as the command input.
These events are processed first, before actual keyboard input.

[back]


-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

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