Jordan Wilson <[email protected]> writes: > Hi, > > it would be good if the various instances of "(thing-at-point > 'filename)" in the package were wrapped in a user variable > conditional. I always end up having to delete a random string (the text > around where ever my cursor happens to be) from the minibuffer when I > change the playlist. > > E.g. > > #+BEGIN_SRC emacs-lisp > ... > (when emms-source-initial-filename > (thing-at-point 'filename)) > ... > #+END_SRC > > where `emms-source-initial-filename' is a boolean that is set by > default to `t'.
(Sorry for taking so long to get to this.) Would you rather the default be like `emms-add-directory;? In fact, does anyone actually end up using the initial string provided by `think-at-point' here? Can we turn that off by default? I would say yes, but please chime in if you know otherwise. -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
