Julian Gilbey <j...@debian.org> writes:

> Package: auctex
> Version: 11.88-1.3
> Severity: important
>
> auctex failed to compile for emacs25.  The CompilationLog file (see in
> full below) ends with the lines:
>
> In toplevel form:
> style/subfigure.el:44:5:Error: missing value for ‘TeX-complete-list’ at end 
> of setq
>

Something is strange here, because the setq for TeX-complete-list is at
line 48 in the package style/subfigure.el file, and not at line 44. Line
44 to 51 of /usr/share/emacs/site-lisp/auctex/style/subfigure.el should be:

   (LaTeX-add-lengths "subfigtopskip" "subfigcapskip" "subfigcaptopadj"
                      "subfigbottomskip" "subfigcapmargin" "subfiglabelskip")

   ;; Install completion for labels:
   (setq TeX-complete-list
         (append
          '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}")))
          TeX-complete-list)

and /usr/share/emacs25/site-lisp/auctex/style/subfigure.el should be a
link to /usr/share/emacs/site-lisp/auctex/style/subfigure.el (but your
log seem to indicate the symbolic link is correct).

Could you check this is indeed the case on your computer? 
[...]


-- 
Rémi Vanicat

Reply via email to