auctex
[Top][All Lists]
Advanced

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

[AUCTeX] Waiting for moderator approval... since Friday.


From: Franz Haeuslschmid
Subject: [AUCTeX] Waiting for moderator approval... since Friday.
Date: Tue, 21 Jun 2005 19:47:22 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.10 (usg-unix-v)

Dear developers of AUCTeX,

it may be your policy to cease accepting bug reports in the
run-up to AUCTeX's new version.  Or it may be a spam detector
killing my messages.  Or it may be that email is an unreliable
service.  But this doesn't matter, anyway.  I decided to attach
the bug report that I created last Friday to the bottom of this
list.

Regards,
Franz.

From: Franz Haeuslschmid
Subject: 2005-06-16; `TeX-ispell-document' does not check included files
 residing in subdirectories
To: bug-auctex <at> gnu <dot> org
Date: Fri, 17 Jun 2005 21:39:31 +0200
Organization: University of Passau
User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp,
 windows-nt)

Dear bug-fixing team,

excuse me for coming up with a cumbersome bug report that seems
to repeat itself.  I'm referring to
<URL:news:address@hidden>,
where I reported a similar issue for multi-file documents.  The
way to reproduce (for me) is as follows:

  * Create a multi-file TeX document with the included file
    residing in a different directory.  For example:

,----[ master.tex ]
| \documentclass{article}
| 
| \begin{document}
| 
| blafasel
| 
| \include{subdir/servant}
| 
| \end{document}
| 
| %%% Local Variables:
| %%% mode: latex
| %%% TeX-master: t
| %%% End:
`----

,----[ subdir/servant.tex ]
| blub
| 
| %%% Local Variables:
| %%% mode: latex
| %%% TeX-master: "../master"
| %%% End:
`----

  * Start a vanilla'd XEmacs.  I had to additionally activate
    ispell on my system by evaluating

  (setq exec-path (cons "D:\\cygwin\\usr\\X11R6\\bin" exec-path))
  (setq exec-path (cons "D:\\cygwin\\bin\\" exec-path))
  (setq exec-path (cons "D:\\cygwin\\usr\\bin\\" exec-path))
  (setq exec-path (cons "D:\\cygwin\\usr\\local\\bin\\" exec-path))
  (setenv "PATH"
          (concat "D:\\cygwin\\usr\\X11R6\\bin;" (getenv "PATH")))
  (setenv "PATH"
          (concat "D:\\cygwin\\usr\\bin;D:\\cygwin\\bin;" (getenv "PATH")))
  (setenv "PATH"
          (concat "D:\\cygwin\\usr\\local\\bin;D:\\cygwin\\usr\\bin;"
                  (getenv "PATH")))
  (setq-default ispell-program-name "aspell")


  * Now open _both_ files and visit `master.tex' _or_
    `servant.tex'.

  * Try to check the spelling of the document:

      `M-x TeX-ispell-document RET'

  * The outcome is that in both cases, the currently open buffer
    is checked.  It even ignores files included from the same
    directory as the master.

Franz.



Emacs  : XEmacs 21.4 (patch 17) "Jumbo Shrimp" [Lucid] (i586-pc-win32) of Fri 
Apr 22 2005 on PAN
Package: 2005-06-16

current state:
==============
(setq
 AUCTeX-date "2005-06-16"
 window-system 'mswindows
 LaTeX-version "2e"
 TeX-style-path '("style" "auto"
                  "d:\\Src\\Build\\XEmacs\\site-packages\\etc\\auctex\\style"
                  "d:\\Src\\Build\\XEmacs\\var\\auctex\\")
 TeX-auto-save nil
 TeX-parse-self nil
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %S%(PDFout) \"%(mode)\\input %t\""
                     TeX-run-TeX nil
                     (plain-tex-mode ams-tex-mode texinfo-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%l \"%(mode)\\input{%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)\\input %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")
                    ("ConTeXt Clean" "texutil --purgeall" TeX-run-interactive
                     nil (context-mode) :help "Clean temporary ConTeXt files")
                    ("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" "<ignored>" TeX-run-ispell-on-document nil t
                     :help "Spell-check the document")
                    ("Other" "" TeX-run-command t t :help
                     "Run an arbitrary command")
                    )
 )






reply via email to

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