all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Planned incompatible change in `dbus-send-signal'
@ 2012-01-10 10:42 Michael Albinus
  0 siblings, 0 replies; only message in thread
From: Michael Albinus @ 2012-01-10 10:42 UTC (permalink / raw
  To: emacs-devel

Hi,

I'm preparing changes in dbus.el for inclusion in Emacs 24.2. One change
would be to support unicast signals as introduced in D-Bus 1.5, see
<http://dbus.freedesktop.org/doc/dbus-specification.html#message-bus-routing>.

As a consequence, the semantics of the `dbus-send-signal' argument
SERVICE would change. Until now, it is specified merely for orthogonal
reasons, and shall describe the D-Bus service name the signal is sent
from. All signals are broadcast signals.

After my intended change, a SERVICE value `nil' would mean a broadcast
signal, and a string value would mean the target service of a unicast
signal. That's an incompatible change.

Would it be OK to change it this way? I've searched over the net, and
I've found just one instance where `dbus-send-signal' is used (in
pida_emacs_dbus.el, see <http://pida.co.uk/browser/pida/resources/data>).
Would it be necessary to add a compatibility flag somewhere in dbus.el,
and (if yes) how?

Best regards, Michael.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-10 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 10:42 Planned incompatible change in `dbus-send-signal' Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.