Dieter Deyke <[EMAIL PROTECTED]> writes: >> 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.) > > I don't think that an "insert" keybinding is needed, because that > function does not insert into a buffer, but creates a new one.
Right, but we could write `bongo-insert-located-files'. The `bongo-locate' command would still create a new buffer. Sorry I was unclear. > 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)) I saw this too. Thanks. -- Daniel Brockman <[EMAIL PROTECTED]> _______________________________________________ bongo-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bongo-devel
