From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: multi-occur-in-matching-buffers Date: Fri, 15 Jan 2010 23:36:43 +0100 Message-ID: References: <87zl4ff7td.fsf@mail.jurta.org> <87eilrf3q0.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263595041 15602 80.91.229.12 (15 Jan 2010 22:37:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jan 2010 22:37:21 +0000 (UTC) Cc: Emacs-Devel devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 15 23:37:14 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 1NVun3-0007az-GN for ged-emacs-devel@m.gmane.org; Fri, 15 Jan 2010 23:37:13 +0100 Original-Received: from localhost ([127.0.0.1]:37980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVun4-00066j-69 for ged-emacs-devel@m.gmane.org; Fri, 15 Jan 2010 17:37:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVumz-00066M-55 for emacs-devel@gnu.org; Fri, 15 Jan 2010 17:37:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVumu-00065m-PB for emacs-devel@gnu.org; Fri, 15 Jan 2010 17:37:08 -0500 Original-Received: from [199.232.76.173] (port=56841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVumu-00065j-Jb for emacs-devel@gnu.org; Fri, 15 Jan 2010 17:37:04 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:57665) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVumu-0006gB-3F for emacs-devel@gnu.org; Fri, 15 Jan 2010 17:37:04 -0500 Original-Received: by fxm28 with SMTP id 28so217075fxm.26 for ; Fri, 15 Jan 2010 14:37:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=FuNC15OJ/dPRy9YY85ZrVnqP5DmCVbOTALpWLfSO/AQ=; b=hQxit3MaCm143Rsf0zb0HOVYNumoLB9kSth5u+vqxMlb3YLjnDcauCaNQ+DvitNIk6 CTtuI3s0vbCOV6gjekXqF25BcuVFWtTJQy+4nI6QPgCndZOkXEQntF0tT/va7zuhkOoE e7N/5speUnGEiKaffGADlH5YneExNp0PUotVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=YCF8G03hjBZVm8KnV3h7WXwa57nCtK4b7sBmhpSncKMZkTuSUn8CqioscVlBMNzz27 RSXlU9tJt4l5dgqhkufnvRiELWNlsdAbATQfMEpw1tVTjFEh30RmY8MNKO4TPupyoQyQ RX9jQlotBcNbwyhW1YbBS3gVetED0SCn+O0Mc= Original-Received: by 10.239.190.66 with SMTP id w2mr332946hbh.61.1263595023105; Fri, 15 Jan 2010 14:37:03 -0800 (PST) In-Reply-To: <87eilrf3q0.fsf@mail.jurta.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:120073 Archived-At: On Fri, Jan 15, 2010 at 10:38 PM, Juri Linkov wrote: >>>> 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? =C2=A0In the same place with grep? Yes, but remember that occur is married to query-replace. She will feel quite lonely and useless without him. I think they all feel they are a big family. And I know they have a couple of friends that perhaps want to move in this spring: ldir-query-replace rdir-query-replace grep-query-replace >>>> 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. Yes, that is how I feel too. > -- > Juri Linkov > http://www.jurta.org/emacs/ >