From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Add M-x occur to the menu-bar Date: Fri, 19 Sep 2003 02:27:56 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030919.022756.41641409.jet@gyve.org> References: <3F69E6FF.9050702@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063906303 17044 80.91.224.253 (18 Sep 2003 17:31:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2003 17:31:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 18 19:31:41 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A02d3-0007Ng-00 for ; Thu, 18 Sep 2003 19:31:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A02h9-0007wm-00 for ; Thu, 18 Sep 2003 19:35:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A02cl-0000Gx-UF for emacs-devel@quimby.gnus.org; Thu, 18 Sep 2003 13:31:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A02aO-0008BF-Bs for emacs-devel@gnu.org; Thu, 18 Sep 2003 13:28:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A02Zo-0007WA-OM for emacs-devel@gnu.org; Thu, 18 Sep 2003 13:28:21 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A02ZU-0007C8-RJ for emacs-devel@gnu.org; Thu, 18 Sep 2003 13:28:01 -0400 Original-Received: from localhost (h219-110-074-009.catv01.itscom.jp [219.110.74.9]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id h8IHRu821071; Fri, 19 Sep 2003 02:27:56 +0900 (JST) Original-To: ihs_4664@yahoo.com In-Reply-To: <3F69E6FF.9050702@yahoo.com> X-Mailer: Mew version 3.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) 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:16467 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16467 > Marshall, Simon wrote: > > > I think M-x grep and M-x occur should have as similar a UI as possible. I approve this idea. > I'm not sure I agree: grep is for searching many files (external to > Emacs) and occur is for searching a single buffer (internal to Emacs). M-x multi-occur runs `occur' on the multiple buffers. So C-x ` might be useful. I think `tags-apropos' should have similar UI... Masatake YAMATO