unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs 22.0.50, AucTeX, and Gnuserv problems
@ 2006-09-13 17:12 Robert McDonald
  2006-09-13 19:26 ` reproducing the crash Robert McDonald
  0 siblings, 1 reply; 12+ messages in thread
From: Robert McDonald @ 2006-09-13 17:12 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-09-14 21:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-13 17:12 Emacs 22.0.50, AucTeX, and Gnuserv problems Robert McDonald
2006-09-13 19:26 ` reproducing the crash Robert McDonald
2006-09-13 20:18   ` Peter Dyballa
2006-09-13 20:26   ` Reiner Steib
2006-09-13 21:56     ` Robert McDonald
     [not found]   ` <mailman.6897.1158178724.9609.help-gnu-emacs@gnu.org>
2006-09-13 20:41     ` Robert McDonald
2006-09-13 21:56       ` Peter Dyballa
     [not found]       ` <mailman.6900.1158184619.9609.help-gnu-emacs@gnu.org>
2006-09-14  3:38         ` Robert McDonald
2006-09-14 16:41   ` Ralf Angeli
2006-09-14 17:01     ` David Kastrup
2006-09-14 17:19       ` Ralf Angeli
2006-09-14 21:32     ` Robert McDonald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).