Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1bf0e604
Commit
1bf0e604
authored
Nov 25, 2004
by
Stefan Monnier
Browse files
(command_loop_1): Print a message describing the key
the user just pressed when this key has no binding.
parent
275464e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/keyboard.c
src/keyboard.c
+3
-0
No files found.
src/ChangeLog
View file @
1bf0e604
2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (command_loop_1): Print a message describing the key
the user just pressed when this key has no binding.
* sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
(emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
...
...
src/keyboard.c
View file @
1bf0e604
...
...
@@ -1618,7 +1618,10 @@ command_loop_1 ()
if (NILP (Vthis_command))
{
/* nil means key is undefined. */
Lisp_Object keys = Fvector (i, keybuf);
keys = Fkey_description (keys, Qnil);
bitch_at_user ();
message_with_string ("%s is undefined", keys, 0);
current_kboard->defining_kbd_macro = Qnil;
update_mode_lines = 1;
current_kboard->Vprefix_arg = Qnil;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment