From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Reading D-Bus messages Date: Sat, 25 Sep 2010 20:04:17 +0200 Message-ID: <4C9E39A1.8050608@swipnet.se> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1285437876 4806 80.91.229.12 (25 Sep 2010 18:04:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Sep 2010 18:04:36 +0000 (UTC) Cc: Eli Zaretskii , kbrown@cornell.edu, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 25 20:04:34 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 1OzZ6v-0006cH-5i for ged-emacs-devel@m.gmane.org; Sat, 25 Sep 2010 20:04:33 +0200 Original-Received: from localhost ([127.0.0.1]:40913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzZ6u-00076g-J0 for ged-emacs-devel@m.gmane.org; Sat, 25 Sep 2010 14:04:32 -0400 Original-Received: from [140.186.70.92] (port=53367 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzZ6n-00076b-A1 for emacs-devel@gnu.org; Sat, 25 Sep 2010 14:04:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzZ6m-0002oC-1F for emacs-devel@gnu.org; Sat, 25 Sep 2010 14:04:25 -0400 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:44112) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzZ6k-0002nI-I6; Sat, 25 Sep 2010 14:04:22 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 587CECBB7; Sat, 25 Sep 2010 20:04:18 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvNHAPbVnUxV4S0jPGdsb2JhbACDG4RSml0MAQEBATUtsUyRaoEigy5zBI04 X-IronPort-AV: E=Sophos;i="4.57,236,1283724000"; d="scan'208";a="134560574" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 25 Sep 2010 20:04:17 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 5CA297FA05A; Sat, 25 Sep 2010 20:04:17 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 In-Reply-To: <87mxr5epfa.fsf@gmx.de> 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:130866 Archived-At: Michael Albinus skrev 2010-09-25 18.52: > > I have added this, and it works fine in an X11 environment. I guess, > redisplay() does the job. > No, it has nothing to do with redisplay. > If I test it in a non-X11 terminal, arriving D-Bus messages are > recognised only after pressing a character on the keyboard. So at least > an additional trigger is missing to handle this event in time. > This sounds like a bug. I'll have a look. Is this the same emacs binary for X and non-X you are running? I don't understand why there is #ifdef subprocess around add/delete_keyboard_wait_descriptor, but it should not matter. Jan D.