From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: GTK3 Emacs Date: Tue, 05 Jul 2011 10:20:50 +0100 Message-ID: <4E12D772.1090204@harpegolden.net> References: 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 1309858755 16141 80.91.229.12 (5 Jul 2011 09:39:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2011 09:39:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 05 11:39:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe262-0006vy-Or for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2011 11:39:10 +0200 Original-Received: from localhost ([::1]:33461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe261-0003uy-9L for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2011 05:39:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe1oO-000875-GC for emacs-devel@gnu.org; Tue, 05 Jul 2011 05:20:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qe1oM-0000j5-Bh for emacs-devel@gnu.org; Tue, 05 Jul 2011 05:20:56 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:52076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe1oL-0000ii-Ul for emacs-devel@gnu.org; Tue, 05 Jul 2011 05:20:54 -0400 Original-Received: from [87.198.47.58] (87-198-47-58.ptr.magnet.ie [87.198.47.58]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id C211C683D8 for ; Tue, 5 Jul 2011 10:20:51 +0100 (IST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 65.99.215.13 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141579 Archived-At: On 05/07/11 07:23, joakim@verona.se wrote: > Ken Raeburn writes: > >> On Jun 30, 2011, at 16:43, joakim@verona.se wrote: >>> I noticed that is now possible to compile Emacs with GTK3. It looks >>> pretty good! Thanks guys! >> >> By any chance does GTK3 fix the multiple-display bugs that keep some of us using the non-GTK configuration? (From previous discussions, I expect this is a long shot...) > > No idea. I can test it if you tell me the bug number! > Presumably the one gtk2 emacs daemon mode now warns about. -8<---------- david@golden1:~$ emacs --daemon Warning: due to a long standing Gtk+ bug http://bugzilla.gnome.org/show_bug.cgi?id=85715 Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost. Using an Emacs configured with --with-x-toolkit=lucid does not have this problem. -8<---------- If the problem is still present in gtk3, and a comment on the bug suggests it is - https://bugzilla.gnome.org/show_bug.cgi?id=85715#c55 , I guess gtk3 emacs daemon mode should spit out a similar warning (if it doesn't already, I haven't got as far as trying a gtk3 emacs build yet).