]> git.eshelyaron.com Git - emacs.git/commit
Allow configuring which event throw-on-input should ignore (bug#19547).
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 27 Nov 2016 08:31:58 +0000 (09:31 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 27 Nov 2016 20:48:07 +0000 (21:48 +0100)
commitd9dd884c7c1940cacfcc2d86d47220b40c520bb5
tree6102f376c3567de21c173709185c90e6d41028af
parent416adda38521c6246f77877c57843264fa4ae711
Allow configuring which event throw-on-input should ignore (bug#19547).

* src/keyboard.c (kbd_buffer_store_buffered_event):
Translate event to corresponding symbol from `while-no-input-ignore-events`
and check them with Fmemq.
(syms_of_keyboard): Declare new lisp variable `while-no-input-ignore-events`
and its symbols.

* lisp/subr.el (while-no-input-ignore-events): Add default values.

* doc/lispref/commands.texi (Event Input Misc):
Document while-no-input-ignore-events.
* etc/NEWS: Same.
doc/lispref/commands.texi
etc/NEWS
lisp/subr.el
src/keyboard.c