unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Secondary filtering with occur
@ 2022-07-13 17:51 Archmux
  2022-07-13 20:22 ` Fwd: " Archmux
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Archmux @ 2022-07-13 17:51 UTC (permalink / raw)
  To: help-gnu-emacs

Dear Emacs Help,

I need to filter the results of `find-name-dired' programmatically.

I am attempting it with this command-prototype:

"""""

(with-current-buffer (find-name-dired "~/Musica/" "*.flac")
   (occur "Hunter")
)

"""""

It returns:

"""""

(wrong-type-argument stringp (":%s"))

set-buffer((":%s"))

...

"""""


1. How do I troubleshoot/discover the issue causing, `set-buffer((":%s"))' ?


2.  What function do I need to use instead of `with-current-buffer'?


Thank you,

Arch Mux




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

end of thread, other threads:[~2022-07-23 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13 17:51 Secondary filtering with occur Archmux
2022-07-13 20:22 ` Fwd: " Archmux
2022-07-14 22:32 ` Stephen Berman
2022-07-15  4:54   ` tomas
2022-07-19 15:23 ` Michael Heerdegen
2022-07-23 13:32   ` Arch Mux

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).