* 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.) -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
