Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5861:c87b776ab0e1
Create a new error for when a char is needed but event-to-character gives nil
lisp/ChangeLog addition:
2015-03-14 Aidan Kehoe <kehoea@parhasard.net>
* cmdloop.el (no-character-typed):
New error, for those cases when a keystroke is to be treated as a
character but has no character equivalent.
* cmdloop.el (read-char-1): Use it.
* keymap.el (synthesize-keysym): Use it.
src/ChangeLog addition:
2015-03-14 Aidan Kehoe <kehoea@parhasard.net>
* general-slots.h (Qno_character_typed): New error symbol.
* event-stream.c (syms_of_event_stream): Define it.
New error, for those cases when a keystroke is to be treated as a
character in some context but has no character equivalent.
* cmds.c (Fself_insert_command):
Use it.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 14 Mar 2015 01:40:49 +0000 |
parents | 916b48abd1c6 |
children | 15041705c196 |
comparison
equal
deleted
inserted
replaced
5860:916b48abd1c6 | 5861:c87b776ab0e1 |
---|---|
1 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * general-slots.h (Qno_character_typed): New error symbol. | |
4 * event-stream.c (syms_of_event_stream): Define it. | |
5 New error, for those cases when a keystroke is to be treated as a | |
6 character in some context but has no character equivalent. | |
7 * cmds.c (Fself_insert_command): | |
8 Use it. | |
9 | |
1 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> | 10 2015-03-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 Add support for GNU's help-event-list here, useful for accepting | 12 Add support for GNU's help-event-list here, useful for accepting |
4 F1 and C-h as the help character at the same time. | 13 F1 and C-h as the help character at the same time. |
5 * event-stream.c: | 14 * event-stream.c: |