Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Gnus tool bar, removal?
       [not found]         ` <87wtirdpa2.fsf@nowhere.org>
@ 2005-11-30 23:06           ` Katsumi Yamaoka
  2005-12-01  3:22             ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2005-11-30 23:06 UTC (permalink / raw)
  Cc: ding

Newsgroups: comp.emacs.xemacs
Cc: ding@gnus.org

> On Tue, Nov 29 2005, Surendra Singhi wrote in comp.emacs.xemacs:

>> Hello,
>>   I have removed the default XEmacs toolbar using 
>>
>> (set-specifier default-toolbar-visible-p nil)
>>
>> in my init file. 
>>
>> Earlier there used to be no toolbar for gnus in XEmacs, but I recently
>> upgraded to the latest pre-release of gnus, and this causes a toolbar to pop
>> up whenever I start gnus. How can I remove it?

>>>>> In <v9fypdker0.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

> I think `message-use-toolbar' and `gnus-use-toolbar' should default to
> nil if `default-toolbar-visible-p' is nil (at least if this is the
> standard XEmacs way to disable the toolbar).

I've changed those default values from:

(if (featurep 'toolbar) 'default)

to:

(if (and (featurep 'toolbar)
	 (specifier-instance default-toolbar-visible-p))
    'default)

in the CVS repositories.  It will help users who always turn off
the toolbars.  However, to turn off the toolbars using the
menubar item (Options>Display>Toolbars Visible) after starting
up Gnus doesn't affect Gnus' toolbars.

The main problem is that setting `gnus-use-toolbar' and
`message-use-toolbar' to the value `default' doesn't mean to use
the `default-toolbar', since it cannot be controlled by the
menubar.  I have no idea to improve it, sorry.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Gnus tool bar, removal?
  2005-11-30 23:06           ` Katsumi Yamaoka
@ 2005-12-01  3:22             ` Katsumi Yamaoka
  2005-12-01 13:53               ` Adam Sjøgren
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2005-12-01  3:22 UTC (permalink / raw)
  Cc: ding

Newsgroups: comp.emacs.xemacs
Cc: ding@gnus.org

>>>>> In <b4m3bldwxa8.fsf@jpl.org> Katsumi Yamaoka wrote:

> The main problem is that setting `gnus-use-toolbar' and
> `message-use-toolbar' to the value `default' doesn't mean to use
> the `default-toolbar', since it cannot be controlled by the
> menubar.  I have no idea to improve it, sorry.

Solved!

Now Gnus uses the global `default-toolbar' if `gnus-use-toolbar'
is `default' (which is the default).  You can turn it off by the
global setting or using the menubar.  So does Message.  I've
installed the new code in the Gnus CVS repositories (both the
trunk and the v5-10 branch).  Please test.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Gnus tool bar, removal?
  2005-12-01  3:22             ` Katsumi Yamaoka
@ 2005-12-01 13:53               ` Adam Sjøgren
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Sjøgren @ 2005-12-01 13:53 UTC (permalink / raw)


On Thu, 01 Dec 2005 12:22:42 +0900, Katsumi wrote:

> Now Gnus uses the global `default-toolbar' if `gnus-use-toolbar'
> is `default' (which is the default).  You can turn it off by the
> global setting or using the menubar.  So does Message.  I've
> installed the new code in the Gnus CVS repositories (both the
> trunk and the v5-10 branch).  Please test.

This works perfectly on my box. Thanks!


  Best regards,

     Adam

-- 
 "I gotta go right now; someone is videotaping me in my       Adam Sjøgren
  spaceship"                                             asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Gnus tool bar, removal?
       [not found] <hd9wnn69.fsf@netscape.net>
@ 2005-11-30 21:27 ` Reiner Steib
       [not found] ` <87acfnakhk.fsf@nowhere.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Reiner Steib @ 2005-11-30 21:27 UTC (permalink / raw)


On Tue, Nov 29 2005, Surendra Singhi wrote in comp.emacs.xemacs:

> Hello,
>   I have removed the default XEmacs toolbar using 
>
> (set-specifier default-toolbar-visible-p nil)
>
> in my init file. 
>
> Earlier there used to be no toolbar for gnus in XEmacs, but I recently
> upgraded to the latest pre-release of gnus, and this causes a toolbar to pop
> up whenever I start gnus. How can I remove it?

I think `message-use-toolbar' and `gnus-use-toolbar' should default to
nil if `default-toolbar-visible-p' is nil (at least if this is the
standard XEmacs way to disable the toolbar).

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-01 13:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <hd9wnn69.fsf@netscape.net>
2005-11-30 21:27 ` Gnus tool bar, removal? Reiner Steib
     [not found] ` <87acfnakhk.fsf@nowhere.org>
     [not found]   ` <q94mzjnfmna.fsf@chlorine.gnostech.com>
     [not found]     ` <87acfnpaej.fsf@nowhere.org>
     [not found]       ` <q94r78zdy8z.fsf@chlorine.gnostech.com>
     [not found]         ` <87wtirdpa2.fsf@nowhere.org>
2005-11-30 23:06           ` Katsumi Yamaoka
2005-12-01  3:22             ` Katsumi Yamaoka
2005-12-01 13:53               ` Adam Sjøgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).