From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Paminu" Newsgroups: gmane.emacs.help Subject: change the way emacs executes xdvi? Date: Wed, 19 Oct 2005 15:40:25 +0200 Organization: UNI-C Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1129739195 17455 80.91.229.2 (19 Oct 2005 16:26:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2005 16:26:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 19 18:26:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESGiA-0001fc-JK for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Oct 2005 18:22:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESGiA-00016t-07 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Oct 2005 12:22:42 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1129729272 28735 130.225.245.182 (19 Oct 2005 13:41:12 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Wed, 19 Oct 2005 13:41:12 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Original-Xref: shelby.stanford.edu gnu.emacs.help:134793 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:30376 Archived-At: I have installed emacs,xdvi, tex and auctex under cygwin for winXP. I would like to change the way that emacs executes xdvi. Right now it does: c:\cygwin\home\diku>bash --login -e xdvi c:/cygwin/home/diku/haps.dvi& bash --login -e xdvi c:/cygwin/home/diku/haps.dvi& xdvi-xaw.bin: Fatal error: Could not open `c:/cygwin/home/diku/haps.dvi': No such file or directory. But if I in run just type: bash --login -e xdvi /home/diku/haps.dvi it work! How do I make emacs "drop" "c:/cygwin"?