From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.help Subject: Re: a minor problem with AUCTEX. Please help. Date: Thu, 21 Jan 2010 20:03:19 +0000 Organization: University of Cambridge Message-ID: References: <3fc3ea80-b05a-4607-8c2e-502661b97e60@k22g2000vbp.googlegroups.com> <23248816-d346-433f-a7db-8c66ed971ebc@l30g2000yqb.googlegroups.com> <48d53857-c40b-42db-8bec-1f2e4e25489f@p16g2000vbe.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264104269 29249 80.91.229.12 (21 Jan 2010 20:04:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jan 2010 20:04:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 21 21:04:20 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NY3GO-000837-9Y for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jan 2010 21:04:20 +0100 Original-Received: from localhost ([127.0.0.1]:49573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY3GP-0004mH-8o for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jan 2010 15:04:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NY3Fx-0004hS-51 for help-gnu-emacs@gnu.org; Thu, 21 Jan 2010 15:03:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NY3Fq-0004SD-NH for help-gnu-emacs@gnu.org; Thu, 21 Jan 2010 15:03:51 -0500 Original-Received: from [199.232.76.173] (port=44416 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY3Fo-0004Rv-TQ for help-gnu-emacs@gnu.org; Thu, 21 Jan 2010 15:03:45 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:49525) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NY3Fo-0002jX-D3 for help-gnu-emacs@gnu.org; Thu, 21 Jan 2010 15:03:44 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NY3Fk-0007lo-EK for help-gnu-emacs@gnu.org; Thu, 21 Jan 2010 21:03:40 +0100 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jan 2010 21:03:40 +0100 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jan 2010 21:03:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:waiioanjSC3ySG+lGo1lq641M5M= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:71354 Archived-At: On 2010-01-21 01:55 +0000, Porky Pig wrote: > Hello, the version of AUTEX we've been using is 11.85.e-23.1, that's > the latest precompliled version for Windows. I guess the only thing I > can find on CVS is the source code, and I can't compile, since I don't > have a compiler for Windows. Is there a precompiled development > version for Windows somewhere? If not, I guess I'll have to wait till > the next release is available. I checked the ChangeLog and found this: 2009-09-13 Ralf Angeli * TeX-buf.el (TeX-error): Cater for case of file:line:error messages without ConTeXt. (TeX-parse-error): Add support for quoted file names with backslashes as path separators. Those might be emitted by MiKTeX 2.8. which I think may help your problem. I don't use windows so I have little idea how you can get an updated precompiled AUCTeX. But I believe compiling AUCTeX on windows is not too difficult. Leo