Ralf Angeli <[EMAIL PROTECTED]> writes: > * David Kastrup (2007-03-05) writes: > >> Couldn't we just start with >> >> (setq TeX-search-syntax-table (make-char-table 'syntax-table nil)) >> >> ? > > Does that return a valid syntax table? I thought one had to feed the > return value of `make-char-table' to `make-syntax-table' to be > usable. (The second argument defaults to nil anyway, BTW.)
Well, it is what make-syntax-table actually does (apart from the inheritance thingy). -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
