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: Add M-x occur to the menu-bar Date: Thu, 04 Mar 2004 11:41:41 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3F69E6FF.9050702@yahoo.com> <4n8yjto16h.fsf@collins.bwh.harvard.edu> <4nisixjibl.fsf@collins.bwh.harvard.edu> <20040127230323.GB5407@fencepost> <4n7jzc919v.fsf@collins.bwh.harvard.edu> <4nn085i7nl.fsf@collins.bwh.harvard.edu> <4noese37h0.fsf@collins.bwh.harvard.edu> <4nbrodxwqm.fsf@collins.bwh.harvard.edu> <4n8yjcccvj.fsf@collins.bwh.harvard.edu> <4nwu6sp7ni.fsf@collins.bwh.harvard.edu> Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B05eL-0004CK-00 for ; Sun, 07 Mar 2004 22:17:29 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B05eK-0005vU-01 for ; Sun, 07 Mar 2004 22:17:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B05YQ-0004oc-RD for emacs-devel@quimby.gnus.org; Sun, 07 Mar 2004 16:11:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Ayw3A-0007aY-3z for emacs-devel@gnu.org; Thu, 04 Mar 2004 11:50:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Ayvwo-0006ZO-Va for emacs-devel@gnu.org; Thu, 04 Mar 2004 11:44:19 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Ayvwn-0006WA-AP for emacs-devel@gnu.org; Thu, 04 Mar 2004 11:43:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1Ayvun-0004u1-Kj; Thu, 04 Mar 2004 11:41:41 -0500 Original-To: Kevin Rodgers In-reply-to: <404517D7.7010808@yahoo.com> (message from Kevin Rodgers on Tue, 02 Mar 2004 16:25:11 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:20259 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20259 But I would like to give the user some control over that. For instance, if next-error-last-buffer were a list with the most recently created buffer at the front (like a stack), the user could go back to his/her previous next-error task simply by killing the most recent compile/grep/occur buffer. (Those buffers should remove themselves from the list when they're killed, so that next-error doesn't have to check for a dead buffer.) Making it a stack of buffers sounds good to me. Explicit use of a buffer would move it to the front.