X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: nyc4bos AT aol DOT com Subject: Emacs and dbus-send Date: Wed, 03 Nov 2010 22:50:16 -0700 Lines: 35 Message-ID: <84sjzhk57r.fsf@aol.com> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, I was trying out Emacs and dbus-send and ran int a minor problem. I sent the following: dbus-send --session --print-reply --dest=org.gnu.emacs.TextEditor \ /org/gnu/emacs/TextEditor org.gnu.emacs.TextEditor It sucessfully created an emacs process. However, I got the message: Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. My .service file contains: [D-BUS Service] Name=org.gnu.emacs.TextEditor Exec=/usr/bin/emacs-x11 Is the emacs dbus binary setup to send replies? How do I debug this? I am running: GNU Emacs 23.2.1 (i686-pc-cygwin, GTK+ Version 2.20.1) of 2010-10-01 on laptop Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple