From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Add M-x occur to the menu-bar Date: 25 Mar 2004 11:24:36 -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 1B6lUI-0008Sg-00 for ; Fri, 26 Mar 2004 08:10:42 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6lUE-0008Df-00 for ; Fri, 26 Mar 2004 08:10:42 +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 1B6lTv-0008N5-5d for emacs-devel@quimby.gnus.org; Fri, 26 Mar 2004 02:10:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6lTR-0008MO-SC for emacs-devel@gnu.org; Fri, 26 Mar 2004 02:09:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6lSv-0008AP-Jy for emacs-devel@gnu.org; Fri, 26 Mar 2004 02:09:48 -0500 Original-Received: from [206.47.199.153] (helo=simq3-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6lSv-0008A8-Ap for emacs-devel@gnu.org; Fri, 26 Mar 2004 02:09:17 -0500 Original-Received: from empanada.local ([67.68.218.170]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040325162436.ZMFQ21884.simmts5-srv.bellnexxia.net@empanada.local>; Thu, 25 Mar 2004 11:24:36 -0500 Original-Received: by empanada.local (Postfix, from userid 502) id ABC1F142760; Thu, 25 Mar 2004 11:24:36 -0500 (EST) Original-To: Ted Zlatanov In-Reply-To: <4nbrmlfq5w.fsf@lifelogs.com> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:20951 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20951 >> IMHO, we should just try this without the stack approach. >> If it turns out to work sub-optimal, we can improve it later. > Sorry I couldn't write back sooner. If everyone is OK with trying > out the patch I submitted, it can be comitted on a trial basis. > Please let me know if I need to correct any problems in the > next-error patch. As Kim mentioned, compile.el has changed significantly. This should not have much impact on your code, tho, since compile.le's internals have changed, but the UI aspects like next-error and compilation-last-buffer are left untouched. Nothing to be scared of. Stefan