From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: callback functions in Emacs Date: Wed, 05 Sep 2007 12:30:59 +0200 Message-ID: <873axtz9ng.fsf@gnuvola.org> References: <87642qmb0g.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188988344 14645 80.91.229.12 (5 Sep 2007 10:32:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 10:32:24 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 12:32:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ISsBI-0004uf-Py for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 12:32:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISsBH-0005QV-6o for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 06:32:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISsBC-0005M5-FE for emacs-devel@gnu.org; Wed, 05 Sep 2007 06:32:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISsBB-0005Jc-Gf for emacs-devel@gnu.org; Wed, 05 Sep 2007 06:32:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISsBB-0005JH-B8 for emacs-devel@gnu.org; Wed, 05 Sep 2007 06:32:13 -0400 Original-Received: from ppp-144-38.21-151.libero.it ([151.21.38.144] helo=ambire) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ISsB8-00056e-5c; Wed, 05 Sep 2007 06:32:10 -0400 Original-Received: from ttn by ambire with local (Exim 4.63) (envelope-from ) id 1ISs9z-0003Bh-W5; Wed, 05 Sep 2007 12:31:00 +0200 In-Reply-To: (Michael Albinus's message of "Wed\, 05 Sep 2007 10\:43\:43 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77850 Archived-At: () Michael Albinus () Wed, 05 Sep 2007 10:43:43 +0200 - Work as server. - Work as client. - React on bus signals. how about extending emacsclient to communicate d-bus messages? that should be able to handle all three of these cases, and furthermore handle disambiguation of multiple emacs instances. thi