>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> I'm going to apply the following patch unless there are
Dekel> objections. It replaces the gotoError() and gotoNote() methods
Dekel> by a general gotoInset() method. It also add a reference-next
Dekel> lyxfunc, that rotates between a label and its references.
It looks good. Something that could be build on that is a general
facility to go to the next inset with same code as the one to the
right/left of the cursor. Something that could be used to search
quickly a table or a graphics, for example.
Dekel> Should I also replace error-next, error-note and reference-next
Dekel> lyxfuncs by a general inset-next lyxfunc ?
Something like "inset-next error"? I'm not sure it will be more
general, just different.
JMarc