> Date: Tue, 31 Jul 2007 00:07:44 +0200 > From: Benno Schulenberg <[EMAIL PROTECTED]> > > For years I've been puzzled by what `info` does when it reaches the > the end of an Index node: it seems to randomly jump back into the > document. Some months ago I finally understood what it does, which > is what it always does: jump to the first menu entry.
Yes. This is just the normal behavior with a node that has a menu: scrolling at the end of the node by default goes to the first menu entry of that node. > 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?
