Hi Eric, 2016-04-20 0:18 GMT+02:00 Eric Danan <[email protected]>: > Hello, > > When I run latex on any .tex file, whether there are errors or not, I > am getting an error "Wrong type > argument (stringp nil)" in TeX-error-overview-make-entries. > > I may be wrong ,but it seems to me that the error comes from the first > line of this function's definition: > > (with-current-buffer TeX-error-overview-active-buffer > > Indeed I believe that the variable TeX-error-overview-active-buffer is > not bound at this point, and so it should be replaced with > (TeX-active-buffer). When I make this change everything works. > > Is anybody else experiencing this issue?
I didn't experience this problem before (I usually have `TeX-error-overview-open-after-TeX-run' set to nil), but I can see why it happens. Just fixed with latest commit, thanks for reporting this bug. Bye, Mosè _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
