Bastien <[email protected]> writes:
> Generating autoloads for tex-jp.el...
> forward-sexp: Scan error: "Unbalanced parentheses", 8785, 28213
>
> When compiling.
I have no idea. emacs-24 (GNU Emacs 24.2.90.1) works fine.
> I'm off for the week-end, I'll dig this further later on next week.
Thank you very much.
Here is a minimal recipe that produces the effects of the bug.
(progn
(let ((TeX-master t))
;; require external TeX library
(defvar TeX-master nil)
(defun TeX-func ()
TeX-master)
;; do stuff with TeX library
;; ...
)
;; now do other stuff with TeX library
(TeX-func))
Christopher