From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: isearch multiple buffers Date: Sun, 07 Oct 2007 08:37:47 -0700 Message-ID: <200710071537.l97Fbl1F000590@oogie-boogie.ics.uci.edu> References: <87odfcggvl.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191771627 5239 80.91.229.12 (7 Oct 2007 15:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 15:40:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 07 17:40:23 2007 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 1IeYEw-0004X1-Mp for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2007 17:40:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeYEr-0004Jt-Fw for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2007 11:40:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeYEo-0004Je-CO for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:40:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeYEn-0004JP-1V for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:40:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeYEm-0004JL-Qa for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:40:12 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeYEm-00047f-I7 for emacs-devel@gnu.org; Sun, 07 Oct 2007 11:40:12 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l97Fbl1F000590; Sun, 7 Oct 2007 08:37:47 -0700 (PDT) In-Reply-To: <87odfcggvl.fsf@jurta.org> (Juri Linkov's message of "Sat\, 06 Oct 2007 22\:52\:46 +0300") Original-Lines: 12 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_72 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:80382 Archived-At: Juri Linkov writes: > Below is a patch that implements a feature allowing isearch to search > multiple files/buffers. I wrote documentation strings and comments > in every new function, so for details please look there. > > This general feature is implemented in isearch.el and can be used by other > packages. add-log.el is the first package that uses it, and below is also > a patch for add-log.el that allows C-s to search through a set of all > ChangeLog files in one directory: This is great, thanks for doing this!