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: 06 May 2003 00:30:56 +0200 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> 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 1052173539 11678 80.91.224.249 (5 May 2003 22:25:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 5 May 2003 22:25:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 06 00:25:33 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 19CoOr-00031h-00 for ; Tue, 06 May 2003 00:25:33 +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 19CoP0-00052Z-0A for gnu-help-gnu-emacs@m.gmane.org; Mon, 05 May 2003 18:25:42 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!newsswitch.lcs.mit.edu!newsfeed.mathworks.com.MISMATCH!newsfeed!fu-berlin.de!uni-berlin.de!145.253.152.130!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 145.253.152.130 Original-X-Trace: fu-berlin.de 1052173407 16711561 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:112808 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:9303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9303 >>>>> "FCC" == F C Caner writes: > This is just great, but I could not get it working. I am not > getting any error messages either. Actually, I cannot see any > buffer named *ddeclient* at all. When I eval > (acrobat-close-all-docs) in the *scratch* buffer, the function > returns t and Acrobat reader does nothing. Any idea what is > happening? Sorry, no. However, these tests work in the *scratch* buffer: * eval (get-buffer-create " *ddeclient*") This produced '#' in the *Message* buffer. Since " *ddeclient*" contains a leading blank, it is not shown in the *Buffer List*. Try C-x b, then space, *, dde, tab --> this should show you the buffer. * open a file in Acroread * eval the (save-excursion ...) or eval (defun acrobat-close-all-docs ...) and then eval (acrobat-close-all-docs) --> Acroread should close the file. What version of Emacs and which versions of Acrobat Reader are you using? acrobat-close-all-dos worked for version 4 of Acrobat Reader and works for version 5 for me. -- Matthias