* Rajneesh Hegde (2005-05-23) writes:

> When I invoke preview-region when no "_region_.tex" file is present
> in the directory, emacs asks for the master file and then
> freezes. (I have to go to the task manager and kill the process.)

I can't reproduce this with a current CVS build of AUCTeX,
preview-latex and a simple file like

\documentclass{article}
\begin{document}
\section{Rhabarber}
\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 

, marking a region from the start of the line with \section to the
start of the line with \end and invoking `C-c C-p C-r'.

Do you see the same problem when you start Emacs from the command line
with

emacs -q -no-site-file

copy the lines

(setq debug-on-error t)
(require 'tex-site)
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)
(global-font-lock-mode 1)

into the *scratch* buffer, type `M-x eval-buffer RET', and repeat the
procedure for provoking the error?

In case you still see it, can you provide an example file and describe
exactly what you are doing?  In case you don't see it, there is some
customization in your init files which triggers the error which you
have to localize.

-- 
Ralf


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to