From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Wright Newsgroups: gmane.emacs.help Subject: Re: integrating PDFLaTeX with emacs? Date: Thu, 17 Mar 2005 20:50:08 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111090273 16673 80.91.229.2 (17 Mar 2005 20:11:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 20:11:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 17 21:11:12 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DC1II-000875-7g for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2005 21:08:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DC1Yd-0006V6-Tn for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Mar 2005 15:25:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DC1Q5-000598-Nm for help-gnu-emacs@gnu.org; Thu, 17 Mar 2005 15:16:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DC1Pt-00053k-Lk for help-gnu-emacs@gnu.org; Thu, 17 Mar 2005 15:16:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DC1Pq-0004zX-If for help-gnu-emacs@gnu.org; Thu, 17 Mar 2005 15:16:22 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DC0zX-0005TY-5t for help-gnu-emacs@gnu.org; Thu, 17 Mar 2005 14:49:11 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DC0xo-0004Uy-Io for help-gnu-emacs@gnu.org; Thu, 17 Mar 2005 20:47:24 +0100 Original-Received: from pd9ed5b9a.dip0.t-ipconnect.de ([217.237.91.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Mar 2005 20:47:24 +0100 Original-Received: from daniel.d.wright by pd9ed5b9a.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Mar 2005 20:47:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9ed5b9a.dip0.t-ipconnect.de User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en In-Reply-To: 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:24903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24903 Elvis Chen wrote: > hi all, > > sorry for what may be a trivial question, but please help if it is trivial > nonetheless :) > > 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 > > can someone give me a hint please? > Hi! Are you using AucTeX? It provides the things you'd like to do and a lot, lot more. Greetings, Daniel.