>>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> Your solution may be wrong because C-< should not work without Bo> buffer, but 'bookmark-goto 1/2/3' etc should work without buffer. Bo> This is why I moved 'bookmark-goto' from BufferView to lfunc. Since we now know that bookmark 0 is valid without a buffer, I applied my patch. I looked at you recent bookmark patch and I think that gotoBookmark should not be a LyXFunc member (maybe a static function, or together with other bookmark code). Also, it may be better to remove the bool arguments and separate gotoBookmark from updateBookmark (or some other name). JMarc