I think this is a bug, I got this message:

Spell-checking VWL_Aufgaben.tex using hunspell with default dictionary...done
apply: Symbol’s function definition is void: ispell-tex-skip-alist

my config looks like this:

(eval-after-load "tex-ispell"
  '(progn
     (TeX-ispell-skip-setcar
      '(("\\\\blank\\*?" ispell-tex-arg-end 0)
        ("\\\\titelbwr" ispell-tex-arg-end 6)
        ("\\\\addlinespace" ispell-tex-arg-end 0)
        ("\\\\pgfplotstabletypeset" ispell-tex-arg-end 0)
        ;; ("\\\\ID\\*?" ispell-tex-arg-end)
        ))
     (TeX-ispell-skip-setcdr
      '(("question" ispell-tex-arg-end)
        ("kasten" ispell-tex-arg-end)
     ))))

I first happened with a new env I defined:

\begin{kasten}[\sffamily bla bla}
some text here
\end{kasten}

Then I changed the env to mdframed (the original), that helped, but now I
got the same error and I have no clue where it is. It's a very long
document. With flyspell this does not happen...

Where can I look deeper to find the

Regards

Thorsten Grothe





_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to