emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] TeX-master: TeX-master is let-bound


From: Christopher Schmidt
Subject: Re: [O] TeX-master: TeX-master is let-bound
Date: Sat, 26 Jan 2013 16:23:20 +0000 (GMT)

Bastien <address@hidden> 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



reply via email to

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