From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: next-error-last-buffer Date: Tue, 11 May 2004 02:35:16 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8765b3vm0r.fsf@mail.jurta.org> References: <871xluig40.fsf@mail.jurta.org> <873c6983t9.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084238041 14328 80.91.224.253 (11 May 2004 01:14:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 May 2004 01:14:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 11 03:13:55 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 1BNLqE-0002xW-00 for ; Tue, 11 May 2004 03:13:54 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNLqE-0007eB-00 for ; Tue, 11 May 2004 03:13:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNLpm-0006jj-Pt for emacs-devel@quimby.gnus.org; Mon, 10 May 2004 21:13:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNLoS-00065M-0c for emacs-devel@gnu.org; Mon, 10 May 2004 21:12:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNLnT-0005Az-Qi for emacs-devel@gnu.org; Mon, 10 May 2004 21:11:38 -0400 Original-Received: from [66.33.219.19] (helo=spoon.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNLKb-0005Cj-T1; Mon, 10 May 2004 20:41:14 -0400 Original-Received: from mail.jurta.org (80-235-39-207-dsl.mus.estpak.ee [80.235.39.207]) by spoon.dreamhost.com (Postfix) with ESMTP id D613B13D860; Mon, 10 May 2004 17:41:11 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 10 May 2004 13:54:21 -0400") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) 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:23097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23097 Richard Stallman writes: > I tested this change, and it seems to work correctly with occur, > i.e. it allows to continue visiting next occurrences from the same > occur buffer where the current source buffer was visited from, > even if it is not from the last occur/compile/grep. > > If you switch to another source buffer that was last reached > through C-x ` from a compilation error, then C-x ` will get the > next compilation error, rather than the next occurrence. > At least, it sounds like your change would have that result. Exactly. This is the most expected behavior, because the user associates the buffer visited through C-x ` with the compilation buffer from which it was visited, and will expect that next-error will show next compilation errors in the same source buffer. It seems nobody really tried yet to use two or more different compile/grep/occur processes at the same time. Otherwise, it would be apparent that this behavior is the most useful. -- Juri Linkov http://www.jurta.org/emacs/