unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* searching text only in particular blocks of text is possible?
@ 2022-09-13 18:46 Michelangelo Rodriguez
  2022-09-15  6:41 ` Juri Linkov
  0 siblings, 1 reply; 3+ messages in thread
From: Michelangelo Rodriguez @ 2022-09-13 18:46 UTC (permalink / raw)
  To: emacs-devel

Hi All,
I wish to search some text but only, for example, inside a let in all
files of a project.
Is it possible?

Best regards,
Michelangelo Rodriguez.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: searching text only in particular blocks of text is possible?
  2022-09-13 18:46 searching text only in particular blocks of text is possible? Michelangelo Rodriguez
@ 2022-09-15  6:41 ` Juri Linkov
  2022-09-15 13:21   ` Michelangelo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Juri Linkov @ 2022-09-15  6:41 UTC (permalink / raw)
  To: Michelangelo Rodriguez; +Cc: emacs-devel

> I wish to search some text but only, for example, inside a let in all
> files of a project.
> Is it possible?

Implementing this is possible for isearch by customizing isearch-filter-predicate.
But it seems everything you need is already implemented by the package
'el-search'.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: searching text only in particular blocks of text is possible?
  2022-09-15  6:41 ` Juri Linkov
@ 2022-09-15 13:21   ` Michelangelo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Michelangelo Rodriguez @ 2022-09-15 13:21 UTC (permalink / raw)
  To: Juri Linkov; +Cc: emacs-devel

Juri Linkov <juri@linkov.net> writes:


>
> Implementing this is possible for isearch by customizing isearch-filter-predicate.
> But it seems everything you need is already implemented by the package
> 'el-search'.
Many thanks.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-15 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 18:46 searching text only in particular blocks of text is possible? Michelangelo Rodriguez
2022-09-15  6:41 ` Juri Linkov
2022-09-15 13:21   ` Michelangelo Rodriguez

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).