emacs-devel
[Top][All Lists]
Advanced

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

Re: "Why is emacs so square?"


From: Clément Pit-Claudel
Subject: Re: "Why is emacs so square?"
Date: Thu, 16 Apr 2020 13:03:03 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 15/04/2020 10.09, Eli Zaretskii wrote:
>> From: Tim Cross <address@hidden>
>> For me, the only 'buttons' I see are the widget style buttons and these are 
>> not really buttons -
>> they are really text 'fake' buttons.
> 
> Not sure what you mean by "text fake buttons".  We show a 3D
> appearance on button widgets

Sometimes we do and sometimes we don't.  With my current emacs configuration, 
for example, I get buttons that look like this on graphical frames:

 Operate on all settings in this buffer:
 [ Revert... ] [ Apply ] [ Apply and Save ]

I think this is due to custom-raised-buttons being nil, which happens if 
cus-edit gets loaded too early in an Emacs server, as in the following example:

  echo "(require 'cus-edit)" > ~/.emacs
  emacsclient --alternate-editor="" --create-frame 

In the resulting graphical frame, customize buffers won't use 3D buttons.  Tim, 
what is the value of custom-raised-buttons in your session?

Should I open a bug report?








reply via email to

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