[EMAIL PROTECTED] wrote:
None of the attribues say if an LFUN only works in math-mode, do they?
(That information might be interesting to tabulate for the users though)
Which of the following LFUNs only work in math-mode? I'd be grateful if
someone can tell me, or tell me how I can find out without resorting to
trial and error.
Where an LFUN works depends on which Dispatch method implements it.
Basically, inset-level LFUNs are implemented in individual insets;
BufferView-level LFUNs are implemented in BufferView::Dispatch;
Document-level LFUNs in text.C. Grep for individual LFUNs in the
sources; you'll soon get the idea.
Angus