From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert McDonald Newsgroups: gmane.emacs.help Subject: Emacs 22.0.50, AucTeX, and Gnuserv problems Date: Wed, 13 Sep 2006 17:12:20 GMT Organization: SBC http://yahoo.sbc.com Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158169324 1785 80.91.229.2 (13 Sep 2006 17:42:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Sep 2006 17:42:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 13 19:42:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNYju-0005c8-CQ for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Sep 2006 19:41:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNYjt-000490-VY for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Sep 2006 13:41:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newscon04.news.prodigy.net!prodigy.net!newsdst01.news.prodigy.net!prodigy.com!postmaster.news.prodigy.com!newssvr12.news.prodigy.com.POSTED!c89820f4!not-for-mail User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: 129.105.201.8 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr12.news.prodigy.com 1158167540 ST000 129.105.201.8 (Wed, 13 Sep 2006 13:12:20 EDT) Original-NNTP-Posting-Date: Wed, 13 Sep 2006 13:12:20 EDT X-UserInfo1: TSU[@I_AOPRKRPDYJZHX_VDAQJT@QDDMEPWXODMMHXMTWA]EPMS[AACY@TZZXQ[KS^ESKCJLOF_J_NGAWNTG^_XGTNTAHULK[X[NRTC@G\P^PLT_OCBRHUO@@TBQZDZMHD[YZ@NLXQXIWMOSXT_KOLK^^CXFF\WHMI^C@EGA_[FXAQ@E^TGNMUXGYNS[QQVL Original-Xref: shelby.stanford.edu gnu.emacs.help:141718 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37340 Archived-At: 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