From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: emacs --daemon and GDK default display Date: Sat, 28 Mar 2009 16:49:18 +0100 Message-ID: <49CE46FE.2020308@swipnet.se> References: <18879.34340.349741.391197@a1ihome1.kph.uni-mainz.de> <49BF8DD5.2030502@gnu.org> <18887.22064.669003.766051@a1i15.kph.uni-mainz.de> <49C7C250.9030505@swipnet.se> <18888.50.303190.358177@a1ihome1.kph.uni-mainz.de> <49CA8420.7090000@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1238255390 19892 80.91.229.12 (28 Mar 2009 15:49:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2009 15:49:50 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 28 16:51:07 2009 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 1LnaoN-00084Y-0v for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2009 16:51:07 +0100 Original-Received: from localhost ([127.0.0.1]:47949 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lnamz-0005Gz-Iz for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2009 11:49:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lnams-0005G5-3T for emacs-devel@gnu.org; Sat, 28 Mar 2009 11:49:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lnamm-0005CA-Mc for emacs-devel@gnu.org; Sat, 28 Mar 2009 11:49:33 -0400 Original-Received: from [199.232.76.173] (port=50790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lnamm-0005Bi-6s for emacs-devel@gnu.org; Sat, 28 Mar 2009 11:49:28 -0400 Original-Received: from proxy2.bredband.net ([195.54.101.72]:39136) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lname-0007uu-LW; Sat, 28 Mar 2009 11:49:21 -0400 Original-Received: from ironport2.bredband.com (195.54.101.122) by proxy2.bredband.net (7.3.139) id 49CB8557000D40A3; Sat, 28 Mar 2009 16:49:18 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmYtAI/jzUlV4S1uPGdsb2JhbACBUJQoAQEBATW2S4N6Bg X-IronPort-AV: E=Sophos;i="4.38,438,1233529200"; d="scan'208";a="468675379" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport2.bredband.com with ESMTP; 28 Mar 2009 16:49:18 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 400C67FA07B; Sat, 28 Mar 2009 16:49:18 +0100 (CET) User-Agent: Thunderbird 2.0.0.21 (X11/20090318) In-Reply-To: <49CA8420.7090000@swipnet.se> X-detected-operating-system: by monty-python.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:109890 Archived-At: Jan Dj=E4rv skrev: >=20 >=20 > Ulrich Mueller skrev: >=20 >> >> The question is if Emacs could do anything to work around the problem? >> I suppose you can't set a default display before calling >> gdk_display_open? >> >=20 > No, but if Emacs can catch the display_opened signal first it can set > the default display before libcanberra is called. >=20 > I am thinking of filing an Gtk+ bug on this, but I have to have the pro= per > setup myself first. >=20 I can not reproduce this, I think the libcanberra here is too old. Anyway= , I don't think we should do anything about this in Emacs. It will just be a workaround for one version of libcanberra. And they have since fixed the problem, no? Jan D.