From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tong Wang Newsgroups: gmane.emacs.help Subject: Problem in using xpdf with auctex Date: Wed, 17 May 2006 21:52:25 -0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1147930713 6920 80.91.229.2 (18 May 2006 05:38:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 May 2006 05:38:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 18 07:38:32 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FgbDR-0001rA-Hs for geh-help-gnu-emacs@m.gmane.org; Thu, 18 May 2006 07:38:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgbDR-0007x6-2s for geh-help-gnu-emacs@m.gmane.org; Thu, 18 May 2006 01:38:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgaUu-00067I-Dv for help-gnu-emacs@gnu.org; Thu, 18 May 2006 00:52:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgaUs-00066c-Bk for help-gnu-emacs@gnu.org; Thu, 18 May 2006 00:52:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgaUs-00066R-67 for help-gnu-emacs@gnu.org; Thu, 18 May 2006 00:52:26 -0400 Original-Received: from [128.125.137.8] (helo=msg-mx3.usc.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgaXs-0004vV-UW for help-gnu-emacs@gnu.org; Thu, 18 May 2006 00:55:33 -0400 Original-Received: from usc.edu ([128.125.137.12]) by msg-mx3.usc.edu (Sun Java System Messaging Server 6.2-5.02 (built Dec 1 2005)) with ESMTP id <0IZG000PZ2VDJLD0@msg-mx3.usc.edu> for help-gnu-emacs@gnu.org; Wed, 17 May 2006 21:52:25 -0700 (PDT) Original-Received: from [128.125.137.4] (Forwarded-For: [128.125.11.200]) by msg-store1.usc.edu (mshttpd); Wed, 17 May 2006 21:52:25 -0700 Original-To: help-gnu-emacs@gnu.org X-Mailer: Sun Java(tm) System Messenger Express 6.2-5.02 (built Dec 1 2005) Content-language: en Content-disposition: inline X-Accept-Language: en Priority: normal X-Mailman-Approved-At: Thu, 18 May 2006 01:38:17 -0400 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:35125 Archived-At: Hi everyone, I am using emacs under windows XP, and also have Cygwin installed. When I call the "View" in auctex to view pdf files, the default command is: xpdf myfile.pdf but this doesn't work and complains that "cygX11-6.dl was not found ". But I am sure the installations are fine, because I have no problem using xpdf to open the same file in Xwin through Cygwin. Does this mean I can't call xpdf from emacs ? in this case , what alternatives do I have to get around this ? Can I associate "View" with other programs , if yes , could someone tell me how to tweak the .emacs file so that I only need to do C-c C-c to view the myfile.pdf as output of "pdflatex myfile.tex" ? Sorry for being greedy, I have spent a lot of time playing with emacs, and really need to get back to my project. thanks a lot for any help tong