auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Customize tex-ispell.el


From: Thorsten Grothe
Subject: Re: [AUCTeX] Customize tex-ispell.el
Date: Sat, 29 Apr 2017 20:06:50 +0200

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]