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: Reading D-Bus messages Date: Sun, 26 Sep 2010 08:43:39 +0200 Message-ID: <87eichc8dg.fsf@gmx.de> References: <878w2tx6gk.fsf@gmx.de> <4C9A493F.4050701@cornell.edu> <874odhyliu.fsf@gmx.de> <4C9B452E.1040101@cornell.edu> <4C9B63A1.2060604@cornell.edu> <87y6asy0uh.fsf@gmx.de> <4C9BBD5C.30201@cornell.edu> <83tylgtbo8.fsf@gnu.org> <871v8jhcw2.fsf@gmx.de> <4C9CB57E.1010708@swipnet.se> <8339sztayd.fsf@gnu.org> <87tyleetju.fsf@gmx.de> <4C9DA26F.4030007@swipnet.se> <87mxr5epfa.fsf@gmx.de> <4C9E6DCC.2050501@cornell.edu> <4C9E9913.4020404@cornell.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285483442 3818 80.91.229.12 (26 Sep 2010 06:44:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 06:44:02 +0000 (UTC) Cc: Eli Zaretskii , Jan =?utf-8?Q?Dj=C3=A4rv?= , emacs-devel To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 26 08:43:57 2010 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.69) (envelope-from ) id 1Ozkxo-0006AP-Mn for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 08:43:56 +0200 Original-Received: from localhost ([127.0.0.1]:46908 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ozkxn-00069D-Fc for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 02:43:55 -0400 Original-Received: from [140.186.70.92] (port=45090 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ozkxg-000698-I9 for emacs-devel@gnu.org; Sun, 26 Sep 2010 02:43:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ozkxe-0003ye-38 for emacs-devel@gnu.org; Sun, 26 Sep 2010 02:43:48 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:42185 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Ozkxd-0003yJ-Hk for emacs-devel@gnu.org; Sun, 26 Sep 2010 02:43:45 -0400 Original-Received: (qmail invoked by alias); 26 Sep 2010 06:43:42 -0000 Original-Received: from p4FC198CB.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.152.203] by mail.gmx.net (mp056) with SMTP; 26 Sep 2010 08:43:42 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+ODINalcaOlDjvPbVVmW8noeElqO4sn8oGfK/WA8 4cdCghcl0ec31i In-Reply-To: <4C9E9913.4020404@cornell.edu> (Ken Brown's message of "Sat, 25 Sep 2010 20:51:31 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: 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:130899 Archived-At: Ken Brown writes: > OK, I've got it working now. (I had to remove the call to > xd_pending_messages in keyboard.c; I'm not sure if that's the right > thing to do or not.) That's correct. Both xd_pending_messages() and xd_read_queued_messages() calls must be removed in keyboard.c Best regards, Michael.