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 #62 received at 74383 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Taha Aziz Ben Ali <ba.tahaaziz <at> gmail.com>
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:47:43 +0200
> 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)




This bug report was last modified 231 days ago.

Previous Next


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