[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Buffer Boundary Problem
From: |
Vinicius Jose Latorre |
Subject: |
Buffer Boundary Problem |
Date: |
Sat, 31 Jan 2004 21:14:27 -0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 |
Hi,
I'm using:
(setq default-indicate-buffer-boundaries t)
And I'm liking the buffer boundaries indication.
But it has a problem, suppose you're visiting a file bigger than the
window in
Emacs. So, the vertical scroll bar looks like:
_
|^|
| |
| |
| |
| |
| |
|v|
-
Now, type several C-n (next-line) until the window scrolls up.
The vertical scroll bar now looks like:
_
|^|
| |
| |
|v|
| |
| |
|v|
-
Or, sometimes, like:
_
| |
| |
| |
|v|
| |
| |
|v|
-
I've just downloaded Emacs (via cvs) and bootstrap it today (2004-jan-31).
Am I doing something wrong?
Vinicius
- Buffer Boundary Problem,
Vinicius Jose Latorre <=