* Jim Burton (2008-01-30) writes: > Hi, this is what I get when typing $. Thunderbird is garbling it for > some reason, hope it makes some sense: > > Debugger entered--Lisp error: (wrong-number-of-arguments #<subr > set-match-data> 2) > set-match-data((#<marker at 23953 in esslli-08-short.tex> #<marker at > 23968 in esslli-08-short.tex> #<marker at 23954 in esslli-08-short.tex> > #<marker at 23957 in esslli-08-short.tex> #<marker at 23958 in > esslli-08-short.tex> #<marker at 23967 in esslli-08-short.tex>) > evaporate)
Okay, `set-match-data' in Emacs 21 does not accept two arguments, so it looks like the files of your AUCTeX installation were compiled with a newer version of Emacs. Make sure they are compiled with the version of Emacs you are using and the error should disappear. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
