Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: disable scrollbars in the group buffer
       [not found] <m28z2vklug.fsf@boiko_linux.demogr.mpg.de>
@ 2002-08-25 18:45 ` John Paul Wallington
  0 siblings, 0 replies; only message in thread
From: John Paul Wallington @ 2002-08-25 18:45 UTC (permalink / raw)


Serge Boiko <boiko@demogr.mpg.de> wrote:

> How do I disable scrollbars in the group buffer?

Something like (untested):

(add-hook 'gnus-group-prepare-hook
	  (lambda ()
	    (set-specifier vertical-scrollbar-visible-p 
			   nil (get-buffer gnus-group-buffer))))

you may wish to frob `horizontal-scrollbar-visible-p' similarly.

-- 
John Paul Wallington


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-25 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m28z2vklug.fsf@boiko_linux.demogr.mpg.de>
2002-08-25 18:45 ` disable scrollbars in the group buffer John Paul Wallington

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).