From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Rempe Newsgroups: gmane.emacs.help Subject: Re: File variables in tex-site.el Date: 07 May 2003 18:45:53 +0200 Organization: test Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <65fef11f.0305010200.54e2d8f2@posting.google.com> <65fef11f.0305050036.27ae8d34@posting.google.com> <65fef11f.0305052141.298c20fe@posting.google.com> <65fef11f.0305070328.310a4f69@posting.google.com> Reply-To: Matthias Rempe NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052326027 4884 80.91.224.249 (7 May 2003 16:47:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 16:47:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed May 07 18:46:59 2003 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 19DRzD-0000ep-00 for ; Wed, 07 May 2003 18:41:43 +0200 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 19DRy8-0002cG-00 for gnu-help-gnu-emacs@m.gmane.org; Wed, 07 May 2003 12:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!skynet.be!fu-berlin.de!uni-berlin.de!145.253.152.130!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 145.253.152.130 Original-X-Trace: fu-berlin.de 1052325500 18627764 145.253.152.130 (16 [82224]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:112897 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:9392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9392 >>>>> "FFC" == F C Caner writes: > In the subsequent compilations the Reader will > automatically redisplay the resulting pdf file (like the dvi > viewers). Sounds good. However, I only get a message "file not found" from Acrobat Reader. It seems to me that acrobat-open-doc needs to wait until TeX-run-LaTeX is finished and actually does not do it. Any hints? Versions: Acrobat Reader: 5.1.0 17.09.2002 Emacs: GNU Emacs 21.3.50.1 (i386-mingw-nt5.0.2195) of 2003-03-31 on ISMN3677 Windows: Win2K ,---- | (defun TeX-run-pdfLaTeX (name command file) | "Create a process for NAME using COMMAND to format FILE with pdfLaTeX." | (acrobat-close-all-docs) | (TeX-run-LaTeX name command file) | ;; (acrobat-open-doc file) | ) `---- -- Matthias