[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gtk scrollbar: thumb too short
From: |
Richard Stallman |
Subject: |
Re: Gtk scrollbar: thumb too short |
Date: |
Sat, 12 Apr 2003 13:07:37 -0400 |
If with the native scrollbar, you scroll till the thumb hits the
bottom for the first time, you see the last screenfull of real text.
If you keep scrolling till the thumb has minimal size, then the last
line you can put point on is at the top. If the buffer ends in a
newline, that means that there is no text on the screen.
That sounds like the behavior I am advocating.
Regardless of what character is at the end of the buffer,
you can always do (set-window-start (point-max)) and then
no text will be visible. The data structure has this possibility,
so unless we write code to refuse to let the user do it, it can happen.
- NEWS and invisible text, (continued)
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Kai Großjohann, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Luc Teirlinck, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Richard Stallman, 2003/04/12
- Re: Gtk scrollbar: thumb too short, Luc Teirlinck, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/11
- Re: Gtk scrollbar: thumb too short,
Richard Stallman <=
- Re: Gtk scrollbar: thumb too short, Jan D., 2003/04/10
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/02
- Re: Gtk scrollbar: thumb too short, Stefan Monnier, 2003/04/02
- Re: Gtk scrollbar: thumb too short, Miles Bader, 2003/04/02
- Re: Gtk scrollbar: thumb too short, Stefan Monnier, 2003/04/03
- Re: Gtk scrollbar: thumb too short, Richard Stallman, 2003/04/03