On 09/07/2013 07:02 PM, Scott Kostyshak wrote:
Are there LFUNs that deal with moving the cursor to the next
subsection/section/chapter?

There are LFUNs for moving groups (LFUN_OUTLINE_DOWN,
LFUN_PARAGRAPH_MOVE_DOWN) and selecting groups (LFUN_SECTION_SELECT)
but I would often like to navigate among them without opening the
outline and clicking. The only thing I see is LFUN_PARAGRAPH_GOTO,
which is what the outline does when you click on an item. But it
doesn't seem fit for higher-level use.

Right now I am thinking that a nice LFUN would be LFUN_LAYOUT_NEXT. If
your cursor is positioned in a subsection, it will move your cursor to
the beginning of the next subsection. If it is positioned in a
section, it will move it to the beginning of the next section. (and
same for "Frame", "Theorem", or any other layout).

This sounds like a great idea!

rh

Reply via email to