Files
emacs/lisp
Thierry Volpiatto d9dd884c7c 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.
2016-11-27 21:48:07 +01:00
..
2016-11-23 18:09:34 +01:00
2016-11-19 14:31:05 -08:00
2016-11-04 15:02:03 -07:00
2016-11-20 16:29:47 +01:00
2016-11-19 14:31:05 -08:00
2016-11-04 15:02:03 -07:00
2016-11-19 14:31:05 -08:00
2016-11-04 15:02:03 -07:00
2016-11-20 16:29:47 +01:00
2016-11-26 09:30:59 +02:00
2016-11-19 14:31:05 -08:00
2016-11-23 18:05:35 -08:00
2016-09-26 13:39:17 -07:00
2016-05-01 19:27:09 +02:00
2016-05-01 18:53:31 -07:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2016-08-21 04:15:44 -07:00
2016-08-30 20:54:42 -07:00
2016-10-16 22:51:51 -07:00
2016-11-07 19:34:51 +02:00
2016-05-01 19:27:10 +02:00
2016-09-28 13:08:12 -04:00
2016-10-27 08:11:25 -07:00
2016-10-21 13:06:03 -07:00
2016-06-09 17:56:29 +09:00
2016-11-19 14:31:05 -08:00
2016-10-21 13:06:03 -07:00
2016-05-01 19:27:08 +02:00
2016-05-01 19:27:10 +02:00
2016-10-10 07:35:31 -07:00
2016-10-23 02:50:48 -07:00
2016-05-13 07:45:30 -07:00
2016-05-01 19:27:09 +02:00
2016-11-22 11:09:15 -05:00
2016-11-17 12:38:58 +01:00
2016-09-28 13:08:12 -04:00
2016-10-25 12:50:31 -07:00
2016-11-05 11:42:15 +02:00
2016-10-21 13:06:03 -07:00
2016-08-10 00:42:40 -04:00
2016-04-29 15:23:38 +02:00
2016-11-01 06:18:02 -04:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2016-10-23 02:43:17 -07:00
2016-10-22 13:07:32 +02:00
2016-05-01 19:27:12 +02:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2016-08-05 14:10:30 -07:00
2016-09-28 13:08:12 -04:00
2016-08-13 23:32:36 -05:00
2016-11-25 21:08:32 +01:00
2016-11-20 16:29:47 +01:00
2016-11-19 14:31:05 -08:00
2016-09-28 13:08:12 -04:00
2016-10-16 22:51:51 -07:00
2016-06-27 22:25:10 +02:00
2016-11-19 14:31:05 -08:00
2016-05-01 19:27:09 +02:00
2016-09-28 13:08:12 -04:00
2016-09-28 13:08:12 -04:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.