tom-tan / auctex-latexmk

This library adds LatexMk support to AUCTeX.
93 stars 24 forks source link

In Latexmk-sentinel: auctex-latexmk.el:136:45:Error: missing value for ‘TeX-command-default’ at end of setq #19

Closed smallzhan closed 8 years ago

smallzhan commented 8 years ago

When installed from melpa, the error message shows as title. line 136 of the auctex-latexmk.el is

(when (string= TeX-command-next TeX-command-BibTeX)
          (setq TeX-command-default))

seems that something is missing. after the (setq ....)

emacs version 25.1.50.1

tom-tan commented 8 years ago

It is because it used an undocumented behavior of setq. I fixed it.

Please check the latest version.

tom-tan commented 8 years ago

I close this issue. Please reopen if it is not fixed yet.