Stefan Monnier <[EMAIL PROTECTED]> writes: >> So, how do you make Font Lock use the function in the variable >> syntax-begin-function to move to top level? > > I don't understand the question. What have you tried?
>From what I understand, font-lock-beginning-of-syntax-function is initialized from font-lock-defaults. You can either specify nil or a function name. If you specify nil, Font Lock uses the beginning of the buffer. If you specify a function, Font Lock uses that function. How do you make Font Lock use the function in the variable syntax-begin-function? Lute. _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
