Hi Tassilo,

Tassilo Horn <t...@gnu.org> writes:

> Tassilo Horn <t...@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