all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Dani Moncayo <dmoncayo@gmail.com>, 8868@debbugs.gnu.org
Subject: bug#8868: 24.0.50; Scroll bar in the minibuffer
Date: Thu, 1 Aug 2019 10:54:30 +0200	[thread overview]
Message-ID: <c89aeeeb-4d69-7974-4e84-c1f2b1891ff0@gmx.at> (raw)
In-Reply-To: <BANLkTimPAoCSbmu6zs=MU2L4L6TdaWBNWQ@mail.gmail.com>

tags 8868 fixed
close 8868 27.1
quit

 > What is the point of having a vertical scroll bar in the minibuffer?
 > How often is the minibuffer high enough to need it?
 >
 > I see it as something useless, aesthetically awful, a waste of
 > horizontal space in the minibuffer.
 >
 > Thus, I'd like to suggest either to remove it, or, if someone sees a
 > reason to keep it, control its visibility with its own
 > variable/command (different from `scroll-bar-mode').

It's now possible to do the latter reliably by adding the following
form

(add-hook 'after-make-frame-functions
           (lambda (frame)
             (set-window-scroll-bars
              (minibuffer-window frame) 0 nil 0 nil t)))

to the early init file.  I added a corresponding example to the Elisp
manual and mark this bug as done.

Thanks, martin





      parent reply	other threads:[~2019-08-01  8:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-15 14:06 bug#8868: 24.0.50; Scroll bar in the minibuffer Dani Moncayo
2011-06-15 16:26 ` Jan Djärv
2019-08-01  8:54 ` martin rudalics [this message]

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=c89aeeeb-4d69-7974-4e84-c1f2b1891ff0@gmx.at \
    --to=rudalics@gmx.at \
    --cc=8868@debbugs.gnu.org \
    --cc=dmoncayo@gmail.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.