[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-AUCTeX] Problem with source-specials
From: |
Erik Frisk |
Subject: |
[Bug-AUCTeX] Problem with source-specials |
Date: |
Sat, 17 Jan 2009 21:09:27 +0100 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20090105) |
Hi,
I have turned on source-correlation using source specials by default. My
problem is that when I load a tex-file it tries to use synctex instead
of source specials.
That is, the first time I run LaTeX I get
Running `LaTeX' on `test' with ``latex --synctex=1
-interaction=nonstopmode "\input" test.tex''
If I turn on and off source correlation by pressing
C-c C-t C-s twice, I get the correct result
Running `LaTeX' on `test' with ``latex -src-specials
-interaction=nonstopmode "\input" test.tex''
Relevant lines in custom-set-variables are
'(TeX-source-correlate-method (quote source-specials))
'(TeX-source-correlate-mode t)
I have also tried to let AucTeX guess the correlate method but with no
difference.
Anyone know what may be the problem?
regards,
Erik
Emacs : GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
of 2009-01-17 on kerosene
Package: 2009-01-14
current state:
==============
(setq
AUCTeX-date "2009-01-14"
window-system 'x
LaTeX-version "2e"
TeX-style-path '("/sw/emacs/22.3/share/emacs/site-lisp/auto"
"/sw/emacs/22.3/share/emacs/site-lisp/auctex/style"
"/home/frisk/.emacs.d/auctex/auto"
"/home/frisk/.emacs.d/auctex/style" "auto" "style")
TeX-auto-save t
TeX-parse-self t
TeX-master t
TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil
(plain-tex-mode ams-tex-mode texinfo-mode) :help
"Run plain TeX")
("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
(latex-mode doctex-mode) :help "Run LaTeX")
("Makeinfo" "makeinfo %t" TeX-run-compile nil
(texinfo-mode) :help "Run Makeinfo with Info output")
("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
(texinfo-mode) :help "Run Makeinfo with HTML output")
("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
("ConTeXt" "texexec --once --texutil %(execopts)%t"
TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
(context-mode) :help "Run ConTeXt until completion")
("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help
"Run BibTeX")
("View" "%V" TeX-run-discard t t :help "Run Viewer")
("Print" "%p" TeX-run-command t t :help "Print the file")
("Queue" "%q" TeX-run-background nil t :help
"View the printer queue" :visible TeX-queue-command)
("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
"Generate PostScript file")
("Index" "makeindex %s" TeX-run-command nil t :help
"Create index file")
("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
:help "Check LaTeX file for correctness")
("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
t :help "Spell-check the document")
("Clean" "TeX-clean" TeX-run-function nil t :help
"Delete generated intermediate files")
("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
"Delete generated intermediate and output files")
("Other" "" TeX-run-command t t :help
"Run an arbitrary command")
("Make" "make" TeX-run-command nil nil))
)
--
---------------------------------------------------------------------
Erik Frisk email: address@hidden
Dept. of Electrical Engineering tel: +46 13 285714
Linköping University fax: +46 13 282035
S-581 83 Linköping
SWEDEN http://www.fs.isy.liu.se/~frisk/
- [Bug-AUCTeX] Problem with source-specials,
Erik Frisk <=