[AUCTeX-commit] auctex tex.el

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 07:23:53

Modified files:
.  : tex.el 

Log message:
(TeX-insert-dollar): Show matching start only if
`blink-matching-paren' is non-nil.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/tex.el?cvsroot=auctexr1=5.608r2=5.609


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-diffs] Changes to auctex/ChangeLog,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 07:24:26

Index: ChangeLog
===
RCS file: /cvsroot/auctex/auctex/ChangeLog,v
retrieving revision 5.1523
retrieving revision 5.1524
diff -u -b -r5.1523 -r5.1524
--- ChangeLog   20 Jun 2007 21:02:46 -  5.1523
+++ ChangeLog   1 Jul 2007 07:24:25 -   5.1524
@@ -1,3 +1,8 @@
+2007-07-01  Ralf Angeli  [EMAIL PROTECTED]
+
+   * tex.el (TeX-insert-dollar): Show matching start only if
+   `blink-matching-paren' is non-nil.
+
 2007-06-20  Ralf Angeli  [EMAIL PROTECTED]
 
* latex.el (LaTeX-common-initialization): Turn TeX PDF mode on


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-commit] auctex ChangeLog

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 07:24:26

Modified files:
.  : ChangeLog 

Log message:
*** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/ChangeLog?cvsroot=auctexr1=5.1523r2=5.1524


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-commit] auctex latex.el

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 09:54:31

Modified files:
.  : latex.el 

Log message:
(LaTeX-auto-minimal-regexp-list): Match optional
arguments of document style or class macro even if they contain
periods, e.g. in case of BCOR8.25mm in KOMA Script classes.  Get
rid of superfluous escapes in complemented character alternatives.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/latex.el?cvsroot=auctexr1=5.437r2=5.438


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-diffs] Changes to auctex/latex.el,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 09:54:31

Index: latex.el
===
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.437
retrieving revision 5.438
diff -u -b -r5.437 -r5.438
--- latex.el20 Jun 2007 21:02:19 -  5.437
+++ latex.el1 Jul 2007 09:54:31 -   5.438
@@ -1127,10 +1127,10 @@
 
 (defvar LaTeX-auto-minimal-regexp-list
   '((document\\(style\\|class\\)\
-\\(\\[\\(\\([^#\\.%]\\|%[^\n\r]*[\n\r]\\)*\\)\\]\\)?\
-{\\([^#\\.\n\r]+?\\)}
+\\(\\[\\(\\([^#\\%]\\|%[^\n\r]*[\n\r]\\)*\\)\\]\\)?\
+{\\([^#\\.\n\r]+?\\)}
  (3 5 1) LaTeX-auto-style)
-(use\\(package\\)\\(\\[\\([^\]]*\\)\\]\\)?\
+(use\\(package\\)\\(\\[\\([^\]\\]*\\)\\]\\)?\
 {\\(\\([^#}\\.%]\\|%[^\n\r]*[\n\r]\\)+?\\)}
  (3 4 1) LaTeX-auto-style))
   Minimal list of regular expressions matching LaTeX macro definitions.)


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-commit] auctex ChangeLog

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 09:54:57

Modified files:
.  : ChangeLog 

Log message:
*** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/ChangeLog?cvsroot=auctexr1=5.1524r2=5.1525


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-diffs] Changes to auctex/ChangeLog,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 09:54:57

Index: ChangeLog
===
RCS file: /cvsroot/auctex/auctex/ChangeLog,v
retrieving revision 5.1524
retrieving revision 5.1525
diff -u -b -r5.1524 -r5.1525
--- ChangeLog   1 Jul 2007 07:24:25 -   5.1524
+++ ChangeLog   1 Jul 2007 09:54:57 -   5.1525
@@ -1,5 +1,10 @@
 2007-07-01  Ralf Angeli  [EMAIL PROTECTED]
 
+   * latex.el (LaTeX-auto-minimal-regexp-list): Match optional
+   arguments of document style or class macro even if they contain
+   periods, e.g. in case of BCOR8.25mm in KOMA Script classes.  Get
+   rid of superfluous escapes in complemented character alternatives.
+
* tex.el (TeX-insert-dollar): Show matching start only if
`blink-matching-paren' is non-nil.
 


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-devel] Copyright clean-up

2007-07-01 Thread Ralf Angeli
The release of GPLv3 is probably a good opportunity for looking at the
copyright situation in AUCTeX.  I'd like to start with cleaning up some
low-hanging fruits in the style directory.  So, I guess there are
copyright assignments from Mark Trettin and Reiner Steib?  If this is
the case I can change the copyright notices in file headers mentioning
them to mention the FSF instead.

There are quite some files authored by Carsten Dominik.  Have his papers
arrived in the meantime?

-- 
Ralf



___
auctex-devel mailing list
auctex-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex-devel


Re: [AUCTeX-devel] Copyright clean-up

2007-07-01 Thread David Kastrup
Ralf Angeli [EMAIL PROTECTED] writes:

 The release of GPLv3 is probably a good opportunity for looking at the
 copyright situation in AUCTeX.  I'd like to start with cleaning up some
 low-hanging fruits in the style directory.  So, I guess there are
 copyright assignments from Mark Trettin and Reiner Steib?

Yes.

 If this is the case I can change the copyright notices in file
 headers mentioning them to mention the FSF instead.

Please do so.

 There are quite some files authored by Carsten Dominik.  Have his papers
 arrived in the meantime?

No.  Carsten, any word on this?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


___
auctex-devel mailing list
auctex-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex-devel


[AUCTeX-diffs] Changes to auctex/style/captcont.el,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:10:39

Index: captcont.el
===
RCS file: /cvsroot/auctex/auctex/style/captcont.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- captcont.el 19 Oct 2005 21:19:11 -  1.3
+++ captcont.el 1 Jul 2007 21:10:39 -   1.4
@@ -1,12 +1,30 @@
 ;; captcont.el --- AUCTeX style file for captcont.sty
-;; Copyright (C) 2003 Reiner Steib
-;; Copyright (C) 2005 Free Software Foundation, Inc.
+
+;; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 
 ;; Author: Reiner Steib  [EMAIL PROTECTED]
+;; Maintainer: auctex-devel@gnu.org
 ;; Keywords: tex
 
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
 ;;; Commentary:
-;;
+
 ;; AUCTeX style file for captcont.sty
 
 ;;; Code:


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-diffs] Changes to auctex/style/scrbase.el,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:10:47

Index: scrbase.el
===
RCS file: /cvsroot/auctex/auctex/style/scrbase.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- scrbase.el  13 Apr 2007 21:06:38 -  1.10
+++ scrbase.el  1 Jul 2007 21:10:47 -   1.11
@@ -1,13 +1,27 @@
 ;;; scrbase.el --- AUCTeX style for the KOMA-Script bundle.
 
-;; Copyright (C) 2002 Mark Trettin
-;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Mark Trettin [EMAIL PROTECTED]
 ;; Created: 2002-09-26
-;; Version: $Id: scrbase.el,v 1.10 2007/04/13 21:06:38 angeli Exp $
 ;; Keywords: tex
-;; License: GPL, see the file COPYING in the base directory of AUCTeX
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
 
 ;;; Commentary:
 


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-commit] auctex/style subfigure.el

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:10:54

Modified files:
style  : subfigure.el 

Log message:
Change copyright notice of Reiner Steib to
FSF to reflect the assignment.  Add licence info to header.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/style/subfigure.el?cvsroot=auctexr1=1.3r2=1.4


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-diffs] Changes to auctex/style/subfigure.el,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:10:54

Index: subfigure.el
===
RCS file: /cvsroot/auctex/auctex/style/subfigure.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- subfigure.el19 Oct 2005 21:19:11 -  1.3
+++ subfigure.el1 Jul 2007 21:10:53 -   1.4
@@ -1,11 +1,30 @@
-;; subfigure.el --- AUCTeX style file for subfigure.sty
-;; Copyright (C) 2003, 2005 Reiner Steib
+;;; subfigure.el --- AUCTeX style file for subfigure.sty
+
+;; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 
 ;; Author: Reiner Steib  [EMAIL PROTECTED]
+;; Maintainer: auctex-devel@gnu.org
 ;; Keywords: tex
 
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
 ;;; Commentary:
-;;
+
 ;; AUCTeX style file for subfigure.sty
 
 ;;; Code:
@@ -51,4 +70,4 @@
  TABTOPCAP loose tight)
   Package options for the subfigure package.)
 
-;; subfigure.el ends here
+;;; subfigure.el ends here


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-commit] auctex ChangeLog

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:11:22

Modified files:
.  : ChangeLog 

Log message:


CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/ChangeLog?cvsroot=auctexr1=5.1525r2=5.1526


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-diffs] Changes to auctex/style/verbatim.el,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:33:27

Index: verbatim.el
===
RCS file: /cvsroot/auctex/auctex/style/verbatim.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- verbatim.el 18 Jan 2007 11:13:53 -  1.3
+++ verbatim.el 1 Jul 2007 21:33:26 -   1.4
@@ -1,9 +1,30 @@
 ;;; verbatim.el --- Style hook for the verbatim package.
-;;;
-;;; AUTHOR: Masayuki Ataka [EMAIL PROTECTED]
-;;; CREATED: 2001/05/01
+
+;; Copyright (C) 2001 Free Software Foundation, Inc.
+
+;; Author: Masayuki Ataka [EMAIL PROTECTED]
+;; Maintainer: auctex-devel@gnu.org
+;; Created: 2001/05/01
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
 
 ;;; Commentary:
+
 ;;  M-x TeX-auto-generate verbatim.sty makes garbages.
 
 ;;; Code


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-commit] auctex/style verbatim.el

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:33:27

Modified files:
style  : verbatim.el 

Log message:
Add copyright notice and licence info.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/style/verbatim.el?cvsroot=auctexr1=1.3r2=1.4


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-commit] auctex/style paralist.el

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:33:34

Modified files:
style  : paralist.el 

Log message:
Add copyright notice and licence info.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/style/paralist.el?cvsroot=auctexr1=1.4r2=1.5


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-diffs] Changes to auctex/style/paralist.el,v

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:33:34

Index: paralist.el
===
RCS file: /cvsroot/auctex/auctex/style/paralist.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- paralist.el 23 Oct 2005 10:13:01 -  1.4
+++ paralist.el 1 Jul 2007 21:33:34 -   1.5
@@ -1,10 +1,29 @@
 ;;; paralist.el -- AUCTeX style for paralist.sty
 
-;; License:  GPL, see the file COPYING in the base directory of AUCTeX
+;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+
 ;; Author:   Ralf Angeli [EMAIL PROTECTED]
+;; Maintainer: auctex-devel@gnu.org
 ;; Created:  2003-10-22
 ;; Keywords: tex
 
+;; This file is part of AUCTeX.
+
+;; AUCTeX is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
 ;;; Commentary:
 
 ;; This file adds support for `paralist.sty'.


___
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs


[AUCTeX-commit] auctex/style booktabs.el

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:33:42

Modified files:
style  : booktabs.el 

Log message:
Add copyright notice and licence info.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/style/booktabs.el?cvsroot=auctexr1=1.4r2=1.5


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


[AUCTeX-commit] auctex ChangeLog

2007-07-01 Thread Ralf Angeli
CVSROOT:/cvsroot/auctex
Module name:auctex
Changes by: Ralf Angeli angeli07/07/01 21:34:16

Modified files:
.  : ChangeLog 

Log message:


CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/auctex/ChangeLog?cvsroot=auctexr1=5.1526r2=5.1527


___
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit


Re: [AUCTeX] cursor jumping in auctex

2007-07-01 Thread David Kastrup
Ralf Angeli [EMAIL PROTECTED] writes:

 * David Kastrup (2007-06-30) writes:

 Ralf Angeli [EMAIL PROTECTED] writes:

 We should honor `blink-matching-paren'.

 It would seem reasonable to me to have our own customization variable
 for this, defaulting to the value of blink-matching-paren.

 I don't think we need this extra bit of complexity and therefore checked
 in a change without an additional customization option.

It is rather common in mathematics to have unmatched parens, like with
$[0,\infty)$.  Whether this is enough reason for people to turn off
paren matching, I don't know.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


___
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex


[AUCTeX] debugging of multifile documents with TeX-next-error

2007-07-01 Thread Stefan Vollmar

Dear list members,

I have just started using Aquamax 1.0b (Mac Emacs) with the  
MacTeX-2007 (Feb) package and discovered the beauty, elegance and  
power (and I am sure I have only just scratched the surface) of the  
integrated AucTeX mode.


I have a question regarding the debugging of multifile documents. My  
masterfile something.tex looks like this:


\input{something_style}
\begin{document}
\include{something_title}
\include{something_toc}
\include{something_intro}
...
\include{something_bib}
\end{document}

and all the inluded LaTeX-files end with:

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

Here is my (potentially embarassing question - please bear with me):

when I compile the LaTeX document (from any of the included files;  
as described in the manual, this works as if I compiled the master  
document), a pdf file is created - more or less what I had in mind.  
However, I am looking for an efficient means to step through my files  
from LaTeX error/warning to the next using TeX-next-error (or  
something similar). When using this with my setup, I am indeed  
presented with a succession of error messages (very convenient),  
however, the cursor remains in my master file (see above). Ideally, I  
would like Emacs to display the corresponding latex source file with  
the cursor positioned next to the offending latex command/text.


How can I achieve this? Should I change the structure of my master file?

Many thanks in advance,
 Stefan
--
Dr. Stefan Vollmar, Dipl.-Phys.
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0173-5340707
Email: [EMAIL PROTECTED]   http://www.nf.mpg.de






___
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex


Re: [AUCTeX] debugging of multifile documents with TeX-next-error

2007-07-01 Thread Ralf Angeli
* Stefan Vollmar (2007-07-01) writes:

 I have a question regarding the debugging of multifile documents. My  
 masterfile something.tex looks like this:

 \input{something_style}
 \begin{document}
 \include{something_title}
 \include{something_toc}
 \include{something_intro}
 ...
 \include{something_bib}
 \end{document}

Does the file contain a footer like the following?

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

 when I compile the LaTeX document (from any of the included files;  
 as described in the manual, this works as if I compiled the master  
 document), a pdf file is created - more or less what I had in mind.  
 However, I am looking for an efficient means to step through my files  
 from LaTeX error/warning to the next using TeX-next-error (or  
 something similar). When using this with my setup, I am indeed  
 presented with a succession of error messages (very convenient),  
 however, the cursor remains in my master file (see above). Ideally, I  
 would like Emacs to display the corresponding latex source file with  
 the cursor positioned next to the offending latex command/text.

This is working fine with vanilla Emacs and vanilla AUCTeX (both from
CVS).

I cannot say more about the bug since you did not provide a complete
example for reproducing it, did not use the error reporting
functionality provided by `M-x TeX-submit-bug-report RET' and I do not
have access to Aquamacs.

-- 
Ralf


___
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex


Re: [Bug-AUCTeX] 11.84 syntax highlighting confuses with longline minor mode

2007-07-01 Thread georg grafendorfer

Thank you,
you are right, actually it's an emacs problem, the behauviour in C-Mode is 
the same, i will report it to an appropriate list.

Georg

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




___
bug-auctex mailing list
bug-auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-auctex