Eli Zaretskii wrote: > > Date: Tue, 31 Jul 2007 00:07:44 +0200 > > From: Benno Schulenberg <[EMAIL PROTECTED]> > > > > Maybe this behaviour could be controlled by a variable, say > > 'at-end-of-index', with the following possible values: > > "stop" (default), "to-first-entry" (traditional), or > > "to-top-node". > > Doesn't the variable scroll-behavior do what you want?
No. The default value for scroll-behavior already is "Continuous", but that doesn't scroll forward from the last node to the first, nor the other way around. For that a fourth value would be needed, "Loop", which would make the top node the Next node of the last, and the last the Previous of the top node. But that still wouldn't provide the possibility to always stop at the end of a document. Benno
