From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: compile and the current directory Date: Sun, 18 Jan 2004 18:12:41 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87ptdh41va.fsf@emptyhost.emptydomain.de> References: <87isjcchlo.fsf@emptyhost.emptydomain.de> <200401161122.i0GBM817012684@hamberg.it.uu.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074446086 14619 80.91.224.253 (18 Jan 2004 17:14:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jan 2004 17:14:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 18 18:14:42 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AiGVW-0007mc-00 for ; Sun, 18 Jan 2004 18:14:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AiGUL-0004Cp-SV for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jan 2004 12:13:29 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AiGTy-0004Bu-Dz for help-gnu-emacs@gnu.org; Sun, 18 Jan 2004 12:13:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AiGTS-00042D-Nu for help-gnu-emacs@gnu.org; Sun, 18 Jan 2004 12:13:05 -0500 Original-Received: from [213.203.244.156] (helo=mail.emptydomain.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AiGTS-00041u-E0 for help-gnu-emacs@gnu.org; Sun, 18 Jan 2004 12:12:34 -0500 Original-Received: by mail.emptydomain.de (Postfix, from userid 1000) id EA44E1B801; Sun, 18 Jan 2004 18:12:41 +0100 (CET) Original-To: "Alfred M. Szmidt" In-Reply-To: <200401161122.i0GBM817012684@hamberg.it.uu.se> (Alfred M. Szmidt's message of "Fri, 16 Jan 2004 12:22:08 +0100 (MET)") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16142 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16142 "Alfred M. Szmidt" writes: > I have been meaning to implement something like that, but for > `recompile' instead. Make more sense to have `compile' record the > directory one compiles in, and then have `recompile' restore it. Interesting approach. This reminds me that it is probably possible to go to the *compilation* buffer and do `g' or `M-x revert-buffer RET'. That might be rather convenient. Hm. Yeah, why not make a private keybinding that pops me into the *compilation* buffer. Then I could do C-c c g or somesuch. (C-c c goes to the *compilation* buffer, say.) Kai