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). Am I missing some already implemented functionality that can help me with cursor navigation? If not, how do others deal with this in their workflow? Do you use the outline or just a lot of ctrl+downs or pagedowns? Scott
