From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: recompile uses wrong buffer Date: Sat, 05 Jun 2004 09:48:40 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <51914.217.194.34.123.1086244676.squirrel@wwws.franken.de> <61687.217.194.34.123.1086337036.squirrel@wwws.franken.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086443491 17722 80.91.224.253 (5 Jun 2004 13:51:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Jun 2004 13:51:31 +0000 (UTC) Cc: stahl@eos.franken.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jun 05 15:51:27 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BWba3-0004ng-00 for ; Sat, 05 Jun 2004 15:51:27 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BWba2-0004W4-00 for ; Sat, 05 Jun 2004 15:51:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWbaT-00018v-N7 for emacs-devel@quimby.gnus.org; Sat, 05 Jun 2004 09:51:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWbYT-0006qK-KA for emacs-devel@gnu.org; Sat, 05 Jun 2004 09:49:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWbYQ-0006n3-Fh for emacs-devel@gnu.org; Sat, 05 Jun 2004 09:49:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWbYP-0006lS-QR for emacs-devel@gnu.org; Sat, 05 Jun 2004 09:49:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWbXN-00035U-Cw for emacs-devel@gnu.org; Sat, 05 Jun 2004 09:48:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BWbXM-0004EU-EY; Sat, 05 Jun 2004 09:48:40 -0400 Original-To: "Stephan Stahl" In-reply-to: <61687.217.194.34.123.1086337036.squirrel@wwws.franken.de> (stahl@eos.franken.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24570 I often have to compile two things. Until now i did that by M-x compile "thing a", then M-x rename-uniquely to have a buffer *compilation*<2> and then again did M-x compile "thing b", M-x rename-uniquely to have a buffer *compilation*<3>. Then i could change the code in a, go to buffer *compilation*<2> and do M-x recompile and it got recompiled in buffer *compilation*<2>. The same with b and *compilation*<3>. I think it should still do that now. Did anyone intentionally change this?