From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: Run shell command from latex? Date: Fri, 11 Apr 2008 15:00:08 +0200 Message-ID: References: <47fd14c5$0$90263$14726298@news.sunsite.dk> <47fd2948$0$90264$14726298@news.sunsite.dk> <87ve2q2ok4.fsf@localhorst.mine.nu> <873aptq0i9.fsf@W0053328.mgh.harvard.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207918876 1638 80.91.229.12 (11 Apr 2008 13:01:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 13:01:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: jadamson@partners.org (Joel J. Adamson) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 11 15:01:47 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JkIsw-0003Xy-52 for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Apr 2008 15:01:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkIsI-00078J-AI for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Apr 2008 09:01:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkIrV-00077X-8i for help-gnu-emacs@gnu.org; Fri, 11 Apr 2008 09:00:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkIrT-00076P-4j for help-gnu-emacs@gnu.org; Fri, 11 Apr 2008 09:00:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkIrS-000769-KQ for help-gnu-emacs@gnu.org; Fri, 11 Apr 2008 09:00:10 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JkIrS-00025o-4R for help-gnu-emacs@gnu.org; Fri, 11 Apr 2008 09:00:10 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id 2E43CD876AC0; Fri, 11 Apr 2008 15:00:09 +0200 (CEST) Original-Received: from [77.135.40.61] (helo=thursday) by smtp08.web.de with asmtp (WEB.DE 4.109 #226) id 1JkIrR-0006r0-00; Fri, 11 Apr 2008 15:00:09 +0200 In-Reply-To: <873aptq0i9.fsf@W0053328.mgh.harvard.edu> (Joel J. Adamson's message of "Thu\, 10 Apr 2008 09\:53\:50 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-Sender: n_schumacher@web.de X-Provags-ID: V01U2FsdGVkX1+NNpVrHGBoNEyd0j6+b7QP4cNkdk5IEyFM/zvg LkQM+EyKEqqfoa8tSMHm/uEFL5LhT8hkWiOYEsMlzvG2HvJbeA kFamxL7Xecu+QO3mSW7w== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:53242 Archived-At: jadamson@partners.org (Joel J. Adamson) wrote: > David Hansen writes: > > As for not wanting to type "make" every time, (1) you don't: the default > compile-command comes up in the minibuffer and you hit RET; and Ever better, bind `recompile' to a key, and you won't have to hit RET at all. > (2) get > real: yes you can skip that extra keystroke but do you want to deal with > the crap you're going to get from skipping it? What happens if you > change your mind about which command to run? What should happen? Unless you're using `compile' for "rm -rf ~/", it doesn't strike me as the kind of command that requires you to think twice about using it. regards, Nikolaj Schumacher