]> git.eshelyaron.com Git - emacs.git/commit
Decode keyboard input as latin-1 whenever appropriate
authorPo Lu <luangruo@yahoo.com>
Wed, 16 Feb 2022 02:53:00 +0000 (10:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 16 Feb 2022 02:53:00 +0000 (10:53 +0800)
commitf1d535da1ed2e7a70c6cf28fdcdca31d3f86a3f5
tree75a6922c25dea7dd9d80f0e1b8b9dab55799b34a
parent0a9c8855b0ce9618219ef70bb489107ce7194ba1
Decode keyboard input as latin-1 whenever appropriate

* src/keyboard.c (kbd_buffer_get_event_1): Use `coding'
property if present.

* src/termhooks.h (enum event_kind): Document meaning of
`coding' property on text strings.

* src/xterm.c (handle_one_xevent): Set coding property on text
to latin-1 if it was obtained with XLookupString.
src/keyboard.c
src/termhooks.h
src/xterm.c