unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8868: 24.0.50; Scroll bar in the minibuffer
@ 2011-06-15 14:06 Dani Moncayo
  2011-06-15 16:26 ` Jan Djärv
  2019-08-01  8:54 ` martin rudalics
  0 siblings, 2 replies; 3+ messages in thread
From: Dani Moncayo @ 2011-06-15 14:06 UTC (permalink / raw)
  To: 8868

Severity: wishlist

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


In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-06-07 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'

-- 
Dani Moncayo





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

* bug#8868: 24.0.50; Scroll bar in the minibuffer
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Djärv @ 2011-06-15 16:26 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 8868

Hi.

FWIW, the minibuffer scrollbar usually isn't shown in the Gtk+ port as there 
isn't room for it.  I have never missed it.

	Jan D.


Dani Moncayo skrev 2011-06-15 16.06:
> Severity: wishlist
>
> 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').
>
>
> In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
>   of 2011-06-07 on 3249CTO
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (4.5) --no-opt --cflags
> -Ic:/build/include'
>





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

* bug#8868: 24.0.50; Scroll bar in the minibuffer
  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
  1 sibling, 0 replies; 3+ messages in thread
From: martin rudalics @ 2019-08-01  8:54 UTC (permalink / raw)
  To: Dani Moncayo, 8868

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





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

end of thread, other threads:[~2019-08-01  8:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).