Daniel Brockman <[EMAIL PROTECTED]> writes:

> Dieter Deyke <[EMAIL PROTECTED]> writes:
>
>> Sometimes I want to listen to a song or group of songs
>> where the filename contains a certain substring, or
>> multiple substrings.  I have written a function called
>> bongo-locate which does that for me.
>
> Cool!  That's a useful feature.  Thanks.
>
> It would make sense to have this command on `i l', but then
> `bongo-insert-playlist-contents' would have to move to `i p'.
> (At least I think that's where we'd want to move it.)
>
> Objections?  Agreements?
>
> --
> Daniel Brockman <[EMAIL PROTECTED]>

I don't think that an "insert" keybinding is needed, because that
function does not insert into a buffer, but creates a new one.

I also noticed an error in the function I sent:

 (shell-command (concat bongo-locate-command args " > " m3u-file))

should be

 (shell-command (concat bongo-locate-command " " args " > " m3u-file))

-- 
Dieter Deyke
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.



_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to