From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19138: Emacs crashes Date: Sat, 13 Dec 2014 03:51:51 -0500 Message-ID: <87bnn853vc.fsf@yeeloong.lan> References: <20141121104224.GA22689@debian.math.u-bordeaux1.fr> <87oarcpim0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XziSm-0003Tm-6O for bug-guix@gnu.org; Sat, 13 Dec 2014 03:54:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XziSg-00018w-SG for bug-guix@gnu.org; Sat, 13 Dec 2014 03:54:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:35016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XziSg-00018s-Oc for bug-guix@gnu.org; Sat, 13 Dec 2014 03:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XziSg-0006nX-AL for bug-guix@gnu.org; Sat, 13 Dec 2014 03:54:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87oarcpim0.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 09 Dec 2014 23:24:07 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19138@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Andreas Enge skribis: > >> With current emacs-24.4 of git 0276f69, the following crash occurs: >> >> I start emacs, which seems to launch a gtk version. >> Then I click on the first icon in the upper left, labelled >> "Specify a new's file name, to edit the file". > > Fixed in commit 71f5715, thanks. This fix causes two unfortunate side effects on my system: * When launching Emacs from the WindowMaker dock, the dock icon stays gray forever (indicating that the program is launching). However, it should be noted that the WindowMaker dock handling of Emacs 24.4 was already somewhat broken before this, although in a different way. * The window title is now ".emacs-real@". Regarding the window title: it occurs to me that it would be better for our wrapper script to pass the original program name as argv[0]. This could be important for some programs whose behavior depends on argv[0]. Mark