Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: John Paul Wallington <jpw@shootybangbang.com>
Subject: Re: disable scrollbars in the group buffer
Date: 25 Aug 2002 19:45:51 +0100	[thread overview]
Message-ID: <87lm6u7p5s.fsf@bundalo.shootybangbang.com> (raw)
In-Reply-To: <m28z2vklug.fsf@boiko_linux.demogr.mpg.de>

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


           reply	other threads:[~2002-08-25 18:45 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <m28z2vklug.fsf@boiko_linux.demogr.mpg.de>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lm6u7p5s.fsf@bundalo.shootybangbang.com \
    --to=jpw@shootybangbang.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).