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: next-error-last-buffer Date: Sun, 09 May 2004 14:47:36 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <871xluig40.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084128836 19193 80.91.224.253 (9 May 2004 18:53:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 May 2004 18:53:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 09 20:53: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 1BMtQs-00068S-00 for ; Sun, 09 May 2004 20:53:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMtQs-0001mt-00 for ; Sun, 09 May 2004 20:53:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMtNg-00085e-Nw for emacs-devel@quimby.gnus.org; Sun, 09 May 2004 14:50:32 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMtMA-0007Ux-11 for emacs-devel@gnu.org; Sun, 09 May 2004 14:48:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMtLA-0006JB-TT for emacs-devel@gnu.org; Sun, 09 May 2004 14:48:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMtKq-0005yi-Kr for emacs-devel@gnu.org; Sun, 09 May 2004 14:47:36 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.33) id 1BMtKq-0001wb-3I; Sun, 09 May 2004 14:47:36 -0400 Original-To: Juri Linkov In-reply-to: <871xluig40.fsf@mail.jurta.org> (message from Juri Linkov on Sun, 09 May 2004 03:44:31 +0300) 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:22985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22985 I think that `next-error-last-buffer' should be set buffer-locally in the compilation buffer Isn't next-error in a compilation buffer already supposed to operate on the current buffer? If so, this change would be a no-op. It might be that this is a cleaner way to implement that feature than the code that currently implements it. as well as in every source file visited from that compilation buffer. That is an interesting idea, but I think it will screw up the interaction between compilation and occur, which was the whole point of the recent changes.