auctex-devel
[Top][All Lists]
Advanced

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

Re: Onwards to lexical binding (attempt 1)


From: Arash Esbati
Subject: Re: Onwards to lexical binding (attempt 1)
Date: Mon, 07 Sep 2020 21:16:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50

Hi Tassilo,

Tassilo Horn <tsdh@gnu.org> writes:

> Tassilo Horn <tsdh@gnu.org> writes:
>
> Should be fixed now.

I used the branch today to write a .tex file and when hitting `C-c C-v'
to view the result, I get:

    Debugger entered--Lisp error: (void-function nil)
      nil("pdf" t nil)
      TeX--master-or-region-file-with-extra-quotes(nil "pdf" t)
      apply(TeX--master-or-region-file-with-extra-quotes (nil "pdf" t))
      #f(compiled-function (&rest args2) #<bytecode 0x13c553c702844f42>)("pdf" 
t)
      funcall(#f(compiled-function (&rest args2) #<bytecode 
0x13c553c702844f42>) "pdf" t)
      (lambda nil (funcall TeX-file-fn (TeX-output-extension) t))()
      apply((lambda nil (funcall TeX-file-fn (TeX-output-extension) t)) nil)
      TeX-command-expand("%V" TeX-active-master)
      TeX-command("View" TeX-active-master 0)
      TeX-view()
      funcall-interactively(TeX-view)
      call-interactively(TeX-view nil nil)
      command-execute(TeX-view)

This happens when I set `TeX-view-program-selection' which looks like
this in my init file:

    (setq TeX-view-program-selection '((output-pdf "SumatraPDF")
                                       (output-dvi "dviout")))

When commented out, AUCTeX uses the the default `start' entry on Windows
which works.  Can others reproduce this?

Best, Arash



reply via email to

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