all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* AucTeX: TeX-master in verbatim environment
@ 2003-01-16 14:40 duinhir.imf.au.dk:0
  0 siblings, 0 replies; 2+ messages in thread
From: duinhir.imf.au.dk:0 @ 2003-01-16 14:40 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2003-01-02 on radagast
configured using `configure  --prefix=/home/daleif/bin/emacs-21.2'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I'm using AucTeX 11.13.

If one has the following code in a LaTeX file, presses C-c C-n
(by accident) then Emacs actually think that by C-c C-c RET it should
run latex on a (non-existent) masterfile named master-name-tex.

\begin{verbatim}
%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "master-name"
\end{verbatim}

Isn't there any rule on where to place the lines 

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "master-name"
??

/Lars Madsen (aka daleif)





Recent input:
<mouse-movement> <mouse-1> C-x 1 <menu-bar> <Command> 
<Command on> <Buffer> C-c C-c C-g C-c C-n C-c C-c <return> 
C-u C-c C-n C-c C-c <return> C-c ` <down-mouse-1> <mouse-movement> 
<mouse-1> C-x 1 <menu-bar> <Command> <Command on> <Master 
File> C-c C-c <return> C-x C-w <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
t m p / h e s t . t e x <return> C-c C-c l a t e x 
<return> M-x a u c <tab> <backspace> <backspace> <backspace> 
b u <tab> <backspace> <backspace> r e <tab> p <tab> 
o <tab> r t <tab> <return>

Recent messages:
Next command will be on the master file
Type `C-c C-l' to display results of compilation.
LaTeX errors in `*~/work/Sekr-kursus/master-name output*'. Use C-c ` to display.
Wrote /home/daleif/tmp/hest.tex
Type `C-c C-l' to display results of compilation.
LaTeX errors in `*~/tmp/master-name output*'. Use C-c ` to display.
Making completion list...
Loading view...done
Making completion list... [3 times]
Loading emacsbug...done

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: AucTeX: TeX-master in verbatim environment
       [not found] <mailman.376.1042728496.21513.bug-gnu-emacs@gnu.org>
@ 2003-01-16 15:01 ` David Kastrup
  0 siblings, 0 replies; 2+ messages in thread
From: David Kastrup @ 2003-01-16 15:01 UTC (permalink / raw)


"duinhir.imf.au.dk:0" <daleif@imf.au.dk> writes:

> This bug report will be sent to the Free Software Foundation,
> not to your local site managers!
> Please write in English, because the Emacs maintainers do not have
> translators to read other languages for them.
> 
> Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
> and to the gnu.emacs.bug news group.
> 
> In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>  of 2003-01-02 on radagast
> configured using `configure  --prefix=/home/daleif/bin/emacs-21.2'
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: en_US
>   locale-coding-system: iso-latin-1
>   default-enable-multibyte-characters: t
> 
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
> 
> I'm using AucTeX 11.13.
> 
> If one has the following code in a LaTeX file, presses C-c C-n
> (by accident) then Emacs actually think that by C-c C-c RET it should
> run latex on a (non-existent) masterfile named master-name-tex.
> 
> \begin{verbatim}
> %%% Local Variables: 
> %%% mode: latex
> %%% TeX-master: "master-name"
> \end{verbatim}
> 
> Isn't there any rule on where to place the lines 
> 
> %%% Local Variables: 
> %%% mode: latex
> %%% TeX-master: "master-name"
> ??

Near the end of the file.  This is a feature, not a bug.  If you
really need to have something that looks like a local variables
section in your file, you can always make do by adding a _real_ local
variables section that is empty right to the end of the file.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-16 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.376.1042728496.21513.bug-gnu-emacs@gnu.org>
2003-01-16 15:01 ` AucTeX: TeX-master in verbatim environment David Kastrup
2003-01-16 14:40 duinhir.imf.au.dk:0

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.