bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] problem with preview-region and TeX-command-region


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] problem with preview-region and TeX-command-region
Date: Mon, 23 May 2005 10:26:08 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* 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




reply via email to

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