From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stephan Stahl" Newsgroups: gmane.emacs.devel Subject: recompile uses wrong buffer Date: Thu, 3 Jun 2004 08:37:56 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <51914.217.194.34.123.1086244676.squirrel@wwws.franken.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1086244799 1490 80.91.224.253 (3 Jun 2004 06:39:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2004 06:39:59 +0000 (UTC) Cc: Stefan Monnier Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 03 08:39:50 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 1BVltG-0007DZ-00 for ; Thu, 03 Jun 2004 08:39:50 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVltG-0006dG-00 for ; Thu, 03 Jun 2004 08:39:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVlta-0008Od-9G for emacs-devel@quimby.gnus.org; Thu, 03 Jun 2004 02:40:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVltW-0008Lw-Sg for emacs-devel@gnu.org; Thu, 03 Jun 2004 02:40:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVltU-0008JQ-Rp for emacs-devel@gnu.org; Thu, 03 Jun 2004 02:40:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVltU-0008JL-O9 for emacs-devel@gnu.org; Thu, 03 Jun 2004 02:40:04 -0400 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BVlsu-0002oW-JG for emacs-devel@gnu.org; Thu, 03 Jun 2004 02:39:28 -0400 Original-Received: from wwws.franken.de (mail-n.franken.de [193.175.24.27]) by ilsa.franken.de (Postfix) with SMTP id 4A59F245CB; Thu, 3 Jun 2004 08:37:56 +0200 (CEST) Original-Received: from 217.194.34.123 (SquirrelMail authenticated user eos) by wwws.franken.de with HTTP; Thu, 3 Jun 2004 08:37:56 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal 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:24448 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24448 Hi. (Stefan i CCed you because you seem to know compile.el very well :) M-x recompile from cvs emacs only uses *compile*, *grep*, ... buffers. I often use M-x compile, M-x rename-uniquely, M-x compile, M-x rename-uniquely to be able to (re)recompile two things. With cvs emacs that does no longer work right. M-x recompile in one of those buffers does not recompile in that buffer but creates a new (or reuses) *compile* Buffer. For grep it does so with the *grep* buffer. I am not sure what other modes are affected too. This differs from emacs 21.3 behavior and seems wrong too. Stephan -- Stephan Stahl