emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] remove save and undo text on tool-bar for gtk version


From: Robert Pluim
Subject: Re: [PATCH] remove save and undo text on tool-bar for gtk version
Date: Wed, 30 Sep 2020 18:58:40 +0200

>>>>> On Wed, 30 Sep 2020 13:48:53 -0300, Caio Henrique <caiohcs0@gmail.com> 
>>>>> said:

    Caio> Hi, these suggestions to improve the tool-bar consistency and also 
save
    Caio> horizontal space got lost in the "Changes for emacs 28" discussion, so
    Caio> I'm changing the subject. This only affects the gtk version, AFAIK 
windows
    Caio> only shows the icons.

    Caio> There were two proposals:
    Caio> 1 - remove :vertonly from all tool-bar items and change the default
    Caio> value of tool-bar-style to image
    Caio> 2 - simply add :vertonly to save and undo

    Caio> IMO option 1 is better, since option 2 makes the value 
text-image-horiz
    Caio> useless.

 
    Caio>  This variable only affects the GTK+ toolkit version of Emacs.  */);
    Caio> -  Vtool_bar_style = Qnil;
    Caio> +  Vtool_bar_style = Qimage;
 
    Caio>    DEFVAR_INT ("tool-bar-max-label-size", tool_bar_max_label_size,
    Caio>      doc: /* Maximum number of characters a label can have to be 
shown.
    Caio> ____________

If you do this you'll need to update the version tag for
tool-bar-style in lisp/cus-start.el to "28.1" as well.

FWIW option 1 sounds good to me (although I donʼt use the toolbar at
all).

Robert
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]