>>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> Will something like attached be accepted? Basically, I move Bo> LFUN_BOOKMARK_GOTO to lyxfunc.C and swith buffer via LyxView Bo> instead of BufferView. A relocation of the whole bookmark feature Bo> may worth further consideration though. Are bookmarks global or per-document currently? If they are global, the code should go to lyxfunc.C, if they are buffer-local, the code should go to BufferView.C. It is as simple as that. Of course, the above may only show that I did not follow this thread well enough. In this case, could some nice soul explain to me? I am really against calling anything else than LyXFunc::dispatch, except if there are _very_ good reasons. JMarc
