Yoni Rabkin Katzenell <[EMAIL PROTECTED]> writes:

> In my .emacs I use the following to define functions for extending the
> exclude list in emms-source-file-exclude-regexp:
>
> (defmacro emms-with-exclude-regexp (directory-list &rest body)
>   `(let ((emms-source-file-exclude-regexp
>         (concat (or ,emms-source-file-exclude-regexp "")
>                 "\\|\\("
>                 (or (regexp-opt ,directory-list) "")
>                 "\\)")))
>      ,@body))
>
> I'm not sure if this is generally useful or simply has to do with the
> way I store my music.

Can you show an example of this being used?  I don't see why it would
be useful.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC

Attachment: pgpgkohtiaCXV.pgp
Description: PGP signature

_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to