From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: D-Bus integration into Emacs Date: Tue, 04 Dec 2007 22:42:40 +0100 Message-ID: <87lk8akugf.fsf@gmx.de> References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1196804469 1012 80.91.229.12 (4 Dec 2007 21:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2007 21:41:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 04 22:41:17 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 1IzfVs-0000Ip-4n for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 22:41:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzfVb-00053U-FI for ged-emacs-devel@m.gmane.org; Tue, 04 Dec 2007 16:40:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzfVU-0004zf-Un for emacs-devel@gnu.org; Tue, 04 Dec 2007 16:40:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzfVS-0004wg-Q8 for emacs-devel@gnu.org; Tue, 04 Dec 2007 16:40:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzfVS-0004wX-B3 for emacs-devel@gnu.org; Tue, 04 Dec 2007 16:40:42 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IzfVR-0005dl-Hk for emacs-devel@gnu.org; Tue, 04 Dec 2007 16:40:42 -0500 Original-Received: (qmail invoked by alias); 04 Dec 2007 21:40:40 -0000 Original-Received: from p57A21C31.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.28.49] by mail.gmx.net (mp018) with SMTP; 04 Dec 2007 22:40:40 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+AavtOFyOAZmVEEpvOJjtSoMNl6hwegaGORGtTmM ekcBmnuHcr01ee In-Reply-To: ("Johan =?iso-8859-15?Q?Bockg=E5rd=22's?= message of "Tue, 04 Dec 2007 00:43:16 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84676 Archived-At: bojohan+news@dd.chalmers.se (Johan Bockg=E5rd) writes: > I think dbus-register-signal should not extract the symbol function of > the HANDLER argument, but instead use the symbol directly (and should > maybe also accept an anonymous function). This interacts better with > redefinition, advice and debugging. As recommended by Richard, I've just changed the internal location of callback functions from obarray to hash table. By this, I've also fixed your request. Best regards, Michael.