Files
emacs/lisp
Po Lu c74bab6067 Update Android port
* doc/lispref/commands.texi (Misc Events): Document variable
`disable-inhibit-text-conversion'.
* java/org/gnu/emacs/EmacsDialog.java (display1): Try an
activity that is certain to be focused first.
* lisp/touch-screen.el (touch-screen-track-tap)
(touch-screen-track-drag): Bind
`disable-inhibit-text-conversion'.
* src/keyboard.c (read_key_sequence): Only disable text
conversion if an actual function or numeric key is found in the
key sequence.
(syms_of_keyboard): New variable
`disable-inhibit-text-conversion'.
* src/lread.c (read_filtered_event): Check new variable.
* src/textconv.c (textconv_query): Remove unused label.
2023-03-15 09:46:01 +08:00
..
2023-02-23 16:05:02 +01:00
2023-03-03 13:49:18 -08:00
2023-02-18 11:50:44 +08:00
2023-01-23 01:34:39 +01:00
2023-03-13 13:25:02 +08:00
2023-03-03 06:30:12 +01:00
2023-01-17 06:30:08 +01:00
2023-03-01 06:30:20 +01:00
2023-01-01 05:47:47 -05:00
2023-02-15 22:51:44 +08:00
2023-01-19 22:19:06 +08:00
2023-02-16 23:57:01 +08:00
2023-01-01 05:47:47 -05:00
2023-01-01 05:47:47 -05:00
2023-02-24 06:30:11 +01:00
2023-02-03 18:03:18 +01:00
2023-03-09 12:04:52 +02:00
2023-02-18 23:09:30 +08:00
2023-02-15 22:51:44 +08:00
2023-01-01 05:47:47 -05:00
2023-02-17 16:20:45 +01:00
2023-02-21 18:32:51 +01:00
2023-02-18 10:58:00 +02:00
2023-03-07 06:30:10 +01:00
2023-01-01 05:47:47 -05:00
2023-02-16 23:57:01 +08:00
2023-03-01 05:08:22 +01:00
2023-01-21 20:03:37 +08:00
2023-03-02 20:45:02 +08:00
2023-03-13 20:39:29 +08:00
2023-03-14 19:51:42 +08:00
2023-01-01 05:47:47 -05:00
2023-01-13 15:53:08 +08:00
2023-01-16 19:50:02 +08:00
2023-01-25 18:44:47 +08:00
2023-02-03 06:30:24 +01:00
2023-02-18 23:09:30 +08:00
2023-03-15 09:46:01 +08:00
2023-03-08 06:30:18 +01:00
2023-01-01 05:47:47 -05:00
2023-01-19 22:19:06 +08:00
2023-03-05 06:30:15 +01: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.