help-gnu-emacs
[Top][All Lists]
Advanced

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

Emacs 22.0.50, AucTeX, and Gnuserv problems


From: Robert McDonald
Subject: Emacs 22.0.50, AucTeX, and Gnuserv problems
Date: Wed, 13 Sep 2006 17:12:20 GMT
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

I am running David Kastrup's 06/24 build of emacs for Windows (including AucTeX) and using it with MikTeX 2.4 and 2.5 under XP SP2. For the most part it works great -- I can do forward and inverse DVI search with Yap, for example --, but every now and then there is a crash when I invoke an external program such as LaTeX or BibTeX. Most recently I got an error in ntdll.dll (offset 00010f29). After I close the windows error box I get a gnuserv error message "Error 109 when reading from stdin! Aborting." I am using a February 2005 gnuserv (last modified I believe by Lennart Borgman) but I have tried different versions of GnuServ and it doesn't seem to matter. I may have configured things wrong, so any help or advice would be welcomed. This also may be due to emacs 22 still being in beta. The problem does not occur with the same .emacs file using 21.3.

Here are two pieces of my .emacs that may be problematic:

(setq TeX-command-list
  (list (list "TeX" "tex \\nonstopmode\\input %t" 'TeX-run-TeX nil t)
        (list "LaTeX" "latex --src-specials=par \nonstopmode\\input{%t}"
                'TeX-run-LaTeX nil t)
        (list "Yap" "yap -1 -s%n%b %d" 'TeX-run-discard nil nil)
        (list "Print" "gsview32 %f" 'TeX-run-command t nil)
        (list "File" "dvips %d -o %f " 'TeX-run-command t nil)
        (list "BibTeX" "bibtex %s" 'TeX-run-BibTeX nil nil)
        (list "Index" "makeindex %s" 'TeX-run-command nil t)
        (list "Check" "lacheck %s" 'TeX-run-compile nil t)
        (list "Other" "" 'TeX-run-command t t)))


(load "~/util/gnuserv.el")
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame (selected-frame))


Any ideas? Thanks in advance.

Bob


reply via email to

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