From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: emacs --daemon and GDK default display Date: Sat, 28 Mar 2009 19:09:58 +0100 Message-ID: <18894.26614.290547.606776@a1ihome1.kph.uni-mainz.de> 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> <49CE46FE.2020308@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 1238265359 16494 80.91.229.12 (28 Mar 2009 18:35:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2009 18:35:59 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 28 19:37:17 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 1LndP8-0004Gl-Rg for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2009 19:37:15 +0100 Original-Received: from localhost ([127.0.0.1]:49677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LndNl-0006ky-Ik for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2009 14:35:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lncyz-0001IW-RT for emacs-devel@gnu.org; Sat, 28 Mar 2009 14:10:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lncyv-0001I2-Ag for emacs-devel@gnu.org; Sat, 28 Mar 2009 14:10:13 -0400 Original-Received: from [199.232.76.173] (port=50581 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lncyv-0001Hz-72 for emacs-devel@gnu.org; Sat, 28 Mar 2009 14:10:09 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:47923) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lncys-0003UT-HR; Sat, 28 Mar 2009 14:10:06 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n2SI9w76011599; Sat, 28 Mar 2009 19:09:58 +0100 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id n2SI9wDR028544; Sat, 28 Mar 2009 19:09:58 +0100 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id n2SI9wCB028536; Sat, 28 Mar 2009 19:09:58 +0100 In-Reply-To: <49CE46FE.2020308@swipnet.se> X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-MIME-Autoconverted: from 8bit to quoted-printable by a1iwww1.kph.uni-mainz.de id n2SI9w76011599 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:109894 Archived-At: >>>>> On Sat, 28 Mar 2009, Jan Dj=E4rv wrote: > 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. I could reproduce the bug with libcanberra-0.11. From looking at their source I conclude that the problem should exist in all versions from 0.4 to 0.11. > And they have since fixed the problem, no? Yes, it's been fixed in their git repository. Ulrich