GNU bug report logs - #4725
23.1; doc of misearch-* commands (commands?)

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Wed, 14 Oct 2009 20:55:05 UTC

Severity: normal

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> jurta.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: <4725 <at> debbugs.gnu.org>
Subject: bug#4725: 23.1; doc of misearch-* commands (commands?)
Date: Fri, 16 Oct 2009 01:27:19 +0300
> If the list variable is already populated, then use that value. This lets users
> populate the variable ahead of time and then still use these commands
> interactively.
>
> If the list variable is null, then just have a simple loop for users to enter a
> buffer/file name (e.g. with completion), and end with an empty string. IOW, foo
> RET bar RET RET to give ("foo" "bar").

`multi-isearch' was designed to be similar to `multi-occur'.
Currently we have a set of commands:

  isearch-forward
      search for a string in the current buffer

  isearch-forward-regexp
      search for a regexp in the current buffer

  occur
      search for a regexp in the current buffer

  multi-occur
      search for a regexp through multiple buffers
      where the user specifies the buffer names one by one

  multi-occur-in-matching-buffers
      search for a regexp through multiple buffers
      where the user specifies the buffers to search by a regexp

What is missing now and candidates to be implemented are
8 analogous commands:

  multi-isearch-buffers
      search for a string through multiple buffers
      where the user specifies the buffer names one by one

  multi-isearch-buffers-regexp
      search for a regexp through multiple buffers
      where the user specifies the buffer names one by one

  multi-isearch-buffers-matching
      search for a string through multiple buffers
      where the user specifies the buffers to search by a regexp

  multi-isearch-buffers-regexp-matching
      search for a regexp through multiple buffers
      where the user specifies the buffers to search by a regexp

  multi-isearch-files
      search for a string through multiple files
      where the user specifies the file names one by one

  multi-isearch-files-regexp
      search for a regexp through multiple files
      where the user specifies the file names one by one

  multi-isearch-files-matching
      search for a string through multiple files
      where the user specifies the files to search by a regexp

  multi-isearch-files-regexp-matching
      search for a regexp through multiple files
      where the user specifies the files to search by a regexp

-- 
Juri Linkov
http://www.jurta.org/emacs/



This bug report was last modified 15 years and 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.