Jorgen Schaefer <[EMAIL PROTECTED]> writes: > One suggestion: info support should probably be in standard.
Done. I'm still unsure about all the rest of the packages considering `emms-all' and `emms-devel' since I'm not familiar with the stability of the mode-line, lyrics and playing-time modules. Whould the authors of these modules please place them the in the appropriate catagories based on their stability in `emms-setup.el' (this is now very easy to do)? I've decieded that whatever packages are stable enough to be included in the `emms-all' level will also get documented in the manual. > I'm looking forward to the patch to replace the old emms-setup.el :-) Sent. Let the breakage begin! So the function `emms-setup' is now gone. I have added a convenience function called `emms-default-players' which sets `emms-player-list' to be the default list which came with the old `emms-setup.el' (now a M-x customizable variable). Since I define my own players I have no idea if this is useful or not. Setting up Emms hands-off can now look like: (require 'emms-setup) (emms-standard) (emms-default-players) I don't think that `emms-setup' should force an implicit default list of players. Therefore the seperate explicit `emms-default-players' command. -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
