From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: M-x compile Date: Fri, 07 Feb 2003 19:13:49 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7458-Fri07Feb2003191348+0200-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044638571 5743 80.91.224.249 (7 Feb 2003 17:22:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 17:22:51 +0000 (UTC) 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 18hCDC-0001UT-00 for ; Fri, 07 Feb 2003 18:22:50 +0100 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 18hC9U-0008Qv-0A for gnu-help-gnu-emacs@m.gmane.org; Fri, 07 Feb 2003 12:19:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hC8w-0008IQ-00 for help-gnu-emacs@gnu.org; Fri, 07 Feb 2003 12:18:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hC8p-0008FF-00 for help-gnu-emacs@gnu.org; Fri, 07 Feb 2003 12:18:20 -0500 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hC7E-0007Sj-00 for help-gnu-emacs@gnu.org; Fri, 07 Feb 2003 12:16:41 -0500 Original-Received: from zaretsky (adsl-ayalon-pc-129-189.inter.net.il [213.8.129.189]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id CDL50065; Fri, 7 Feb 2003 19:16:38 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Glenn Hancock on Fri, 07 Feb 2003 11:28:53 -0500) 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:6422 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6422 > From: Glenn Hancock > Newsgroups: gnu.emacs.help > Date: Fri, 07 Feb 2003 11:28:53 -0500 > > Is there a quicker way to execute the compile process than to have to hit > Alt X and then manually type out the word compile? Of course, there is: this is Emacs! It goes like this: - first time you compile, type "M-x compile RET" and then type the compilation command - second time you compile, type "M-x recompile RET" - thereafter, "M-x" followed by enough up-arrow keys to get to the "recompile" command will do