GNU bug report logs - #74383
29.4; Emacs PGTK crashes on Void Linux

Previous Next

Package: emacs;

Reported by: Taha Aziz Ben Ali <ba.tahaaziz <at> gmail.com>

Date: Sat, 16 Nov 2024 16:27:01 UTC

Severity: normal

Found in version 29.4

Full log


Message #65 received at 74383 <at> debbugs.gnu.org (full text, mbox):

From: Taha Aziz Ben Ali <ba.tahaaziz <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: luangruo <at> yahoo.com, 74383 <at> debbugs.gnu.org
Subject: Re: bug#74383: 29.4; Emacs PGTK crashes on Void Linux
Date: Sun, 17 Nov 2024 15:07:26 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Taha Aziz Ben Ali <ba.tahaaziz <at> gmail.com>
>> Cc: luangruo <at> yahoo.com, 74383 <at> debbugs.gnu.org
>> Date: Sun, 17 Nov 2024 14:15:43 +0100
>> 
>> > Docstring says "image" is the fallback return value... Why is the
>> > mapping not being handled correctly?
>> 
>> I added the following bit of configuration to the top of my
>> early-init.el and it also made no difference.
>> 
>>   (setq tool-bar-style "text")

> Just by looking at the code, it looks like the value of tool-bar-style
> is supposed to be a symbol, not a string.  So try this instead:
>
>   (setq tool-bar-style 'text)

Yeah, I should have paid closer attention to the `EQ' there. I've
changed it now.

Unfortunately, Emacs is still crashing even with the correct symbol
value set as the very first line in early-init.el.




This bug report was last modified 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.