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: 14 Apr 2004 17:57:57 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <877jwi9qmm.fsf-monnier+emacs@gnu.org> 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 1BDsYt-0004z6-00 for ; Thu, 15 Apr 2004 00:08:51 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDsYt-0008AO-00 for ; Thu, 15 Apr 2004 00:08:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDsXZ-0005y2-7S for emacs-devel@quimby.gnus.org; Wed, 14 Apr 2004 18:07:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDsTf-0004AT-1J for emacs-devel@gnu.org; Wed, 14 Apr 2004 18:03:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDsON-0000yH-Eg for emacs-devel@gnu.org; Wed, 14 Apr 2004 17:58:31 -0400 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDsOM-0000xd-K1 for emacs-devel@gnu.org; Wed, 14 Apr 2004 17:57:58 -0400 Original-Received: from alfajor ([67.71.116.109]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040414215757.QWTS11589.tomts10-srv.bellnexxia.net@alfajor>; Wed, 14 Apr 2004 17:57:57 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id B9BFDD7633; Wed, 14 Apr 2004 17:57:57 -0400 (EDT) Original-To: Ted Zlatanov In-Reply-To: <4nzn9ewi47.fsf@lifelogs.com> Original-Lines: 13 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:21643 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21643 >>> + (setq next-error-function 'occur-next-error)) >> This should be placed in occur-mode. > It's in replace.el, where occur-mode is defined. I meant, in the `occur-mode' function. > Thank you very much for the thorough review. All the changes are > in the latest patch I just posted. I'll try to find time to install it soon, Stefan