From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Thilo A. Coblenzer" Newsgroups: gmane.emacs.help Subject: Re: set tex-dvi-view-command under windows Date: Tue, 10 Dec 2002 07:30:11 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1039502249 4081 80.91.224.249 (10 Dec 2002 06:37:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 06:37:29 +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 18Le1I-00013h-00 for ; Tue, 10 Dec 2002 07:37:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ldzd-0007vd-00 for gnu-help-gnu-emacs@m.gmane.org; Tue, 10 Dec 2002 01:35:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!fu-berlin.de!uni-berlin.de!pd4b9e805.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Original-NNTP-Posting-Host: pd4b9e805.dip.t-dialin.net (212.185.232.5) Original-X-Trace: fu-berlin.de 1039501816 33760323 212.185.232.5 (16 [130404]) X-Newsreader: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Original-Xref: shelby.stanford.edu gnu.emacs.help:107917 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4463 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4463 "Eli Zaretskii" schrieb: > > From: "Thilo A. Coblenzer" > > Date: Fri, 6 Dec 2002 19:26:10 +0100 > > > > I just try to get GNU Emacs working with LaTeX under Windows 2000. I use > > MiKTeX as LaTeX-Distribution. My problem is setting the > > tex-dvi-view-command. I tried the following line in my .emacs-file: > > (setq tex-dvi-view-command "yap") > > The program yap is in the path. But I think the problem is the "\" from > > Windows and the "/" from Unix and of course the "&". When I do an "C-c C-v" > > I get this message from yap: > > "c:\AllgA.dvi: DVI file does not exist." But the file I want to open is: > > C:\AllgA Formalesammlung\AllgA.dvi > > > > Can you tell me the correct syntax? > > Try using the short 8+3 alias of "AllgA Formalesammlung", probably > something like "allgaf~1". > > And no, forward slashes have nothing to do with your trouble, Windows > supports them just as well as it does backslashes. It's the blank in > the file name that causes it to fail. OK, your right. It works when there are no blanks in the absolut filename. Now, I use a file in c:\AllgAFormelsammlung. After C-c C-v I get this in the shell-buffer: c:\AllgAFormelsammlung>yap c:/AllgAFormelsammlung/AllgA.dvi& yap c:/AllgAFormelsammlung/AllgA.dvi& But yap doesn't start direktly. First I have to close emcas - then yap starts! How can I solve this Problem? Is there something loke the "&" for Windows? Thanks Thilo