* Ekkehard Krüger (2008-02-19) writes:
> working with emacs and auctex, I found that the "Inverse DVI search"
> does not work on my system.
Did you enable TeX Source Specials mode as described in
(info "(auctex)Commands")?
> Load a tex file, say test.tex. Then give the command "Latex" to produce
> test.dvi. Then run "Latex-View" and the yap window opens. Then
> go back to the emacs window WITHOUT deleting the yap process.
> Then give again the command "Latex" . Now the system asks
>
> Process 'Latex-View' for document 'test' running, kill it? (yes or no)
[...]
> ("LaTex-View" "yap -1 -s%n%b %d" TeX-run-command nil t)
[...]
> ("View" "%V" TeX-run-discard t t :help "Run Viewer")
Your home-brewn "LaTex-View" (sic!) command uses the wrong process
filter. Better delete it, put
(require 'tex-site)
into your init file and use the standard "View" command. If you, for
some reason, need to change that, look at `TeX-output-view-style'.
--
Ralf
_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex