vertical scroll bar should disappear if everything is displayed

2006-07-15 Thread Drew Adams
On most applications, scroll bars appear only when there is text to scroll - that is, they appear only when needed. Emacs should behave normally in this regard. In a buffer whose text does not fill the full window vertically, the vertical scroll bar should disappear. It does not, at least on Windo

Re: vertical scroll bar should disappear if everything is displayed

2006-07-15 Thread Eli Zaretskii
> From: "Drew Adams" <[EMAIL PROTECTED]> > Date: Sat, 15 Jul 2006 07:44:41 -0700 > > On most applications, scroll bars appear only when there is text to > scroll - that is, they appear only when needed. That's slightly inaccurate: the vertical scroll bar does not disappear, at least not in all GU

RE: vertical scroll bar should disappear if everything is displayed

2006-07-15 Thread Drew Adams
> On most applications, scroll bars appear only when there is text to > scroll - that is, they appear only when needed. That's slightly inaccurate: the vertical scroll bar does not disappear, at least not in all GUI applications. What happens is that the scroll-bar _thumb_ dis

Re: vertical scroll bar should disappear if everything is displayed

2006-07-15 Thread Richard Stallman
On most applications, scroll bars appear only when there is text to scroll - that is, they appear only when needed. Emacs should behave normally in this regard. This would be very hard to implement; and the changes in window width could be quite annoying to Lisp programs. In a buf

Re: vertical scroll bar should disappear if everything is displayed

2006-07-16 Thread Stefan Monnier
> On most applications, scroll bars appear only when there is text to > scroll - that is, they appear only when needed. Emacs should behave > normally in this regard. > This would be very hard to implement; Actually, I suspect that it can be done with a fairly simple post-command-hook

RE: vertical scroll bar should disappear if everything is displayed

2006-07-16 Thread Drew Adams
On most applications, scroll bars appear only when there is text to scroll - that is, they appear only when needed. Emacs should behave normally in this regard. This would be very hard to implement; and the changes in window width could be quite annoying to Lisp pro

Re: vertical scroll bar should disappear if everything is displayed

2006-07-16 Thread Richard Stallman
I have nothing against making the scroll bar thumb disappear, when that seems like the right thing to do. It won't alter widths, so it won't cause any particular problem. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org

Re: vertical scroll bar should disappear if everything is displayed

2006-07-16 Thread Dieter Wilhelm
Eli Zaretskii <[EMAIL PROTECTED]> writes: >> From: "Drew Adams" <[EMAIL PROTECTED]> >> Date: Sat, 15 Jul 2006 07:44:41 -0700 >> >> On most applications, scroll bars appear only when there is text to >> scroll - that is, they appear only when needed. > > That's slightly inaccurate: the vertical sc