bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] delete-process


From: Ekkehard Krüger
Subject: [Bug-AUCTeX] delete-process
Date: Tue, 19 Feb 2008 11:22:32 +0100
User-agent: Opera Mail/9.25 (Win32)

From:  <address@hidden>
To: address@hidden
Subject: 11.84; delete-process
--text follows this line--

Hallo,

working with emacs and auctex, I found that the "Inverse DVI search"
does not work on my system.

I describe a shortened process, perhaps you can reproduce this "bug"
on your machine.

Load a tex file, say test.tex. Then give the command "Latex" to produce
test.dvi. Then run "Latex-View" and the yap window opens. Then
go back to the emacs window WITHOUT deleting the yap process.
Then give again the command "Latex" . Now the system asks

Process 'Latex-View' for document 'test' running, kill it? (yes or no)

When I answer 'yes', emacs hangs. I can stop it only by the
Windows task manager and finally Microsoft asks wether or
not I want to send a problem report (of course, I do not).

The same problem occures with ispell:

I invoke Emacs or, from a command line, emacs -Q.
Then I load some file text.tex and run
ispell. Now, when I want to terminate ispell
before it has proved the whole text, I type the letter q.
The system then asks

Really kill ispell process? (y or n)

I type 'y' and now emacs hangs. I cannot terminate
the program by C-g, even when I type this repeatedly. Again
I can terminate emacs only with the Windows task manager.

I found that emacs hangs when the function ispell-kill-ispell
(in ispell.el) is called and when the command (delete-process
ispell-process) within this function is called.

I have installed Ispell 3.1.20

Gruss Ekkehard Krüger

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.

Be sure to consult the FAQ section in the manual before submitting
a bug report.  If the bug (or problem) is triggered by a specific
(La)TeX file, you should try to produce a minimal sample file
showing the problem and include it in your report.

Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------



Emacs  : GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Package: 11.84

current state:
==============
(setq
 AUCTeX-date "2007-01-12"
 window-system 'w32
 LaTeX-version "2e"
TeX-style-path '("style" "auto" "d:/Programme/emacs/site-lisp/auctex/style"
                  "d:/programme/emacs/var/auctex")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master nil
 TeX-command-list '(("GhostView" "gsview32 %f" TeX-run-command nil t)
                    ("ps2pdf" "ps2pdf  %f %s.pdf " TeX-run-command nil t)
                    ("PostScript" "dvips %d -o %f " TeX-run-command nil t)
                    ("Windvi"
                     "windvi %d -debug 64 -density 20 -gspalette Color
 -nopostscript -bg moccasin" TeX-run-command nil t)
                    ("LaTex-View" "yap -1 -s%n%b %d" TeX-run-command nil t)
                    ("SmallGhostview" "gsview32.exe %s.2.ps" TeX-run-command
                     nil t)
                    ("HalfSize" "psnup -2 %f %s.2.ps" TeX-run-command nil t)
                    ("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")
                    )
 )


--





reply via email to

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