From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: multi-occur-in-matching-buffers Date: Fri, 15 Jan 2010 23:38:47 +0200 Organization: JURTA Message-ID: <87eilrf3q0.fsf@mail.jurta.org> References: <87zl4ff7td.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263591727 3847 80.91.229.12 (15 Jan 2010 21:42:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jan 2010 21:42:07 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 15 22:42:00 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NVtvb-0001lM-It for ged-emacs-devel@m.gmane.org; Fri, 15 Jan 2010 22:41:59 +0100 Original-Received: from localhost ([127.0.0.1]:54287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVtvc-0002JS-5J for ged-emacs-devel@m.gmane.org; Fri, 15 Jan 2010 16:42:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVtvW-0002GW-A6 for emacs-devel@gnu.org; Fri, 15 Jan 2010 16:41:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVtvR-00023c-3o for emacs-devel@gnu.org; Fri, 15 Jan 2010 16:41:53 -0500 Original-Received: from [199.232.76.173] (port=36908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVtvQ-000239-V1 for emacs-devel@gnu.org; Fri, 15 Jan 2010 16:41:48 -0500 Original-Received: from smtp-out4.starman.ee ([85.253.0.6]:48014 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVtvQ-0006t8-GL for emacs-devel@gnu.org; Fri, 15 Jan 2010 16:41:48 -0500 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.97.147.cable.starman.ee [82.131.97.147]) by mx2.starman.ee (Postfix) with ESMTP id D7B113F40B3; Fri, 15 Jan 2010 23:41:40 +0200 (EET) In-Reply-To: (Lennart Borgman's message of "Fri, 15 Jan 2010 21:28:42 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120069 Archived-At: >>> multi-occur-in-matching-buffers said to me that it wanted a place in >>> the menus (and since this does not seem to be regarded a feature at >>> all that it can't be to late). >> >> Did it say to you where it wants to be placed in the menu? >> In the same submenu with `occur'? > > Yes, it is very fond of occur. But where does occur want to be? In the same place with grep? >>> It also wanted a bit better argument guessing. >> >> Does it want a better default like a buffer name in `multi-occur'? > > It asked if it is too much to hope for ".*\.el". Eh, no wait, > (concat ".*" (file-name-extension (buffer-file-name)). I see, this is like rgrep using grep-read-files. -- Juri Linkov http://www.jurta.org/emacs/