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
9d0a235a
Commit
9d0a235a
authored
May 14, 2012
by
Michael Albinus
Browse files
* keyboard.c (kbd_buffer_get_event): Read special events also in
batch mode. (Bug#11415)
parent
2d21d7f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/keyboard.c
src/keyboard.c
+2
-0
No files found.
src/ChangeLog
View file @
9d0a235a
2012-05-14 Michael Albinus <michael.albinus@gmx.de>
* keyboard.c (kbd_buffer_get_event): Read special events also in
batch mode. (Bug#11415)
2012-05-12 Glenn Morris <rgm@gnu.org>
* ns.mk: Update for ns_appbindir no longer having trailing "/".
...
...
src/keyboard.c
View file @
9d0a235a
...
...
@@ -3803,6 +3803,7 @@ kbd_buffer_get_event (KBOARD **kbp,
}
#endif /* subprocesses */
#ifndef HAVE_DBUS /* We want to read D-Bus events in batch mode. */
if (noninteractive
/* In case we are running as a daemon, only do this before
detaching from the terminal. */
...
...
@@ -3813,6 +3814,7 @@ kbd_buffer_get_event (KBOARD **kbp,
*kbp = current_kboard;
return obj;
}
#endif /* ! HAVE_DBUS */
/* Wait until there is input available. */
for (;;)
...
...
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