all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.