From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19138: Emacs crashes Date: Sun, 14 Dec 2014 12:00:44 +0100 Message-ID: <87egs2bin7.fsf@gnu.org> References: <20141121104224.GA22689@debian.math.u-bordeaux1.fr> <87oarcpim0.fsf@gnu.org> <87bnn853vc.fsf@yeeloong.lan> 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]:44337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y06wC-00013V-73 for bug-guix@gnu.org; Sun, 14 Dec 2014 06:02:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y06w5-0007Lh-VV for bug-guix@gnu.org; Sun, 14 Dec 2014 06:02:08 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:35867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y06w5-0007Ld-SG for bug-guix@gnu.org; Sun, 14 Dec 2014 06:02:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Y06w5-0008KM-Kv for bug-guix@gnu.org; Sun, 14 Dec 2014 06:02:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87bnn853vc.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sat, 13 Dec 2014 03:51:51 -0500") 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: Mark H Weaver Cc: 19138@debbugs.gnu.org Mark H Weaver skribis: > 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. I don=E2=80=99t know how the WindowMaker dock works actually. I tried it i= n a VM, but there are only two icons: one for the WindowMaker preferences, and one for xterm. If you have an idea how this works, I=E2=80=99m all ear= s. :-) > * 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]. Good idea. Done in 2ed11b3 in =E2=80=98core-updates=E2=80=99. Thanks, Ludo=E2=80=99.