[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A scrolling wish..
From: |
Richard Stallman |
Subject: |
Re: A scrolling wish.. |
Date: |
Mon, 23 Sep 2002 23:23:29 -0400 |
If I programatically call (scroll-up 2), there seems to be no way to
tell what the result of the operation was. viz. whether we reached a
max-scrolled-out [not same as eobp] condition, or whether the output
succeeded. (scroll-up) always returns nil.
Perhaps it could return something more useful?
Do you want to implement it and debug it?