Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5371:6f10ac29bf40
Be better about searching for chars typed via XIM and x-compose.el, isearch
lisp/ChangeLog addition:
2011-03-12 Aidan Kehoe <kehoea@parhasard.net>
* isearch-mode.el (isearch-mode-map):
Document why we bind the ASCII characters to isearch-printing-char
in more detail.
* isearch-mode.el (isearch-maybe-frob-keyboard-macros):
If `this-command' is nil and the keys typed would normally be
bound to `self-insert-command' in the global map, force
`isearch-printing-char' to be called with an appropriate value for
last-command-event. Addresses an issue where searching for
characters generated from x-compose.el and XIM threw errors for me
in dired.
src/ChangeLog addition:
2011-03-12 Aidan Kehoe <kehoea@parhasard.net>
* event-stream.c (Fdispatch_event):
As documented, allow pre-command-hook to usefully modify
this-command even when this-command is nil (that is, we would
normally throw an undefined-keystroke-sequence error). Don't throw
that error if this-command was modified, instead try to execute
the new value.
Allow pre-command-hook to modify last-command-event in this
specific context. Don't document this, for the moment.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 12 Mar 2011 13:11:31 +0000 |
parents | 4c4b96b13f70 |
children | 6c3a695f54f5 |
comparison
equal
deleted
inserted
replaced
5370:4c4b96b13f70 | 5371:6f10ac29bf40 |
---|---|
1 2011-03-12 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * event-stream.c (Fdispatch_event): | |
4 As documented, allow pre-command-hook to usefully modify | |
5 this-command even when this-command is nil (that is, we would | |
6 normally throw an undefined-keystroke-sequence error). Don't throw | |
7 that error if this-command was modified, instead try to execute | |
8 the new value. | |
9 Allow pre-command-hook to modify last-command-event in this | |
10 specific context. Don't document this, for the moment. | |
11 | |
1 2011-03-11 Aidan Kehoe <kehoea@parhasard.net> | 12 2011-03-11 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * bytecode.c (optimize_byte_code): | 14 * bytecode.c (optimize_byte_code): |
4 Only transform assignments to keywords to Bdiscard if | 15 Only transform assignments to keywords to Bdiscard if |
5 NEED_TO_HANDLE_21_4_CODE is turned on. Cf. similar code in | 16 NEED_TO_HANDLE_21_4_CODE is turned on. Cf. similar code in |