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: Show all lines in marked buffers matching a regexp (with patch) Date: Thu, 20 Jun 2013 00:37:09 +0300 Organization: JURTA Message-ID: <87fvwd4wai.fsf@mail.jurta.org> References: <20130618.092933.35336000126336498.kazu@iij.ad.jp> <20130618.112719.2252126271017151770.kazu@iij.ad.jp> <8338sfs5ct.fsf@gnu.org> <20130619.064010.988324446963344956.kazu@iij.ad.jp> <87a9mn0vxh.fsf_-_@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371678017 13208 80.91.229.3 (19 Jun 2013 21:40:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 21:40:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Matthias Meulien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 23:40:18 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UpQ6y-0004wc-75 for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 23:40:16 +0200 Original-Received: from localhost ([::1]:60516 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpQ6x-00051b-Jd for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 17:40:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpQ6u-0004zz-1b for emacs-devel@gnu.org; Wed, 19 Jun 2013 17:40:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpQ6t-00018c-4H for emacs-devel@gnu.org; Wed, 19 Jun 2013 17:40:11 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:56282 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpQ6s-00018Q-Ul for emacs-devel@gnu.org; Wed, 19 Jun 2013 17:40:11 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 41DDE258B9E91C; Wed, 19 Jun 2013 14:40:09 -0700 (PDT) In-Reply-To: <87a9mn0vxh.fsf_-_@gmail.com> (Matthias Meulien's message of "Wed, 19 Jun 2013 02:46:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.218.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160709 Archived-At: > Don't you think the Buffer List should have a command to show all lines in > marked buffers matching a regexp? > > An analog of `M-s a C-s' and `M-s a M-C-s' but using Multi Occur in place > of ISearch. Thanks, I think this is a good idea. And ibuffer.el should provide the same feature as well. > Here is a patch to lisp/buff-menu.el that adds such a command with key > binding `M-s a C-o'. Please send your patches to the tracker at bug-gnu-emacs@gnu.org with the first two lines of the message body being Severity: wishlist Tags: patch so your patch gets an assigned number to not be forgotten.