mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
Emacs runs in interactive mode. (Bug#5645)
This commit is contained in:
parent
de3a1fe935
commit
5794c2a5f7
@ -1,3 +1,8 @@
|
||||
2010-02-28 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* dbus.texi (Errors and Events): D-Bus messages are retrieved only,
|
||||
when Emacs runs in interactive mode. (Bug#5645)
|
||||
|
||||
2010-02-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* nxml-mode.texi (Commands for locating a schema): Fix keybinding.
|
||||
|
@ -1591,8 +1591,9 @@ errors can be made visible when variable @code{dbus-debug} is set to
|
||||
@code{t}.
|
||||
@end defspec
|
||||
|
||||
Incoming D-Bus messages are handled as Emacs events (see @pxref{Misc
|
||||
Events, , , elisp}). The generated event has this form:
|
||||
Incoming D-Bus messages are handled as Emacs events, see @pxref{Misc
|
||||
Events, , , elisp}. They are retrieved only, when Emacs runs in
|
||||
interactive mode. The generated event has this form:
|
||||
|
||||
@lisp
|
||||
(dbus-event @var{bus} @var{type} @var{serial} @var{service} @var{path} @var{interface} @var{member} @var{handler}
|
||||
|
Loading…
Reference in New Issue
Block a user