From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: integrating PDFLaTeX with emacs? Date: Fri, 18 Mar 2005 11:30:34 -0500 Organization: Bell Sympatico Message-ID: <87ekec535i.fsf-monnier+gnu.emacs.help@gnu.org> References: <87zmx160qb.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111164821 28478 80.91.229.2 (18 Mar 2005 16:53:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2005 16:53:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 18 17:53:40 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCKeu-0004ku-NF for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Mar 2005 17:49:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCKvR-00029t-6P for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Mar 2005 12:06:17 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!sjc-c01.usenetserver.com!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:0fg1TeCjCqCH8JbmbEKH/1Dbh2c= Original-Lines: 17 Original-NNTP-Posting-Host: 67.68.217.141 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1111163435 67.68.217.141 (Fri, 18 Mar 2005 11:30:35 EST) Original-NNTP-Posting-Date: Fri, 18 Mar 2005 11:30:35 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:129366 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24921 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24921 >>> I'm trying to get PDFLaTeX to play nicely with emacs. I'm using Linux >>> Suse 9.1 with Emacs-21.3. I would like to edit my ~/.gnu-emacs-custom >>> such that I can rebind the keys: >> >>> Ctrl-c Ctrl-f to "pdflatex" my .tex file, and >>> Ctrl-c Ctrl-v to launch xpdf to view the resulting .pdf file >> >> Have you tried C-c C-c ? > With Emacs-21.3? Duh! You're right, tex-compile didn't make it to 21.3. Oh well, in that case, either install AUCTeX or install Emacs-CVS and try C-c C-c again, Stefan