From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: j70005t@yahoo.com (j.t.) Newsgroups: gmane.emacs.help Subject: Re: aucTeX and Cygwin Date: 4 Oct 2002 11:22:37 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: <9b8b2035.0210041022.6e10787b@posting.google.com> References: NNTP-Posting-Host: localhost.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1033756000 653 127.0.0.1 (4 Oct 2002 18:26:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2002 18:26:40 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xX9p-0000AK-00 for ; Fri, 04 Oct 2002 20:26:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xX9O-0002p4-00; Fri, 04 Oct 2002 14:26:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 64.124.158.130 Original-X-Trace: posting.google.com 1033755757 24928 127.0.0.1 (4 Oct 2002 18:22:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 4 Oct 2002 18:22:37 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:105722 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2268 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2268 Chris wrote in message news:... > Is there a way to tell AucTeX to not use the Cygwin bash shell environment > when it launches LaTeX, etc? > > After installing Cygwin, the compile command don't work because of path and > quoting issues... and I can't launch PDF files with start file.pdf > either... Some has posted a trick: (setq TeX-shell "C:/mypath_to_emacs_dir/bin/cmdproxy.exe") which will tell TeX to use cmdproxy.exe even your "shell" is cygwin bash. This even works in the cygwin-X11 version of Emacs 21.2. I do have a questions for people who have tried cygwin-X11 version of Emacs out there: Has anyone succeeded in running LaTex-preview with it? I can't even go pass ./configure because the script considers "cygwin" OS type not supporting images. When I just set the preview elisp files in loadpath and load the preview package, it will complain: "error in process sentinel: LaTeX found no preview images" Any clue? Thanks, j.t.