Mike Kazantsev <[email protected]> writes: > Hi, > > Somewhat randomly bumped into the problem that emms-playlist-new > initializes new playlist buffers with ibuffer-mode here, which seem to > be due to this definition in emms.el: > > (defcustom emms-playlist-default-major-mode major-mode > "*The default major mode for EMMS playlist." > :type 'function > :group 'emms) > > I see that (emms-all) seem to sets that to a 'emms-playlist-mode, > but shouldn't that be a default instead of an arbitrary mode which > happened to be active when (require 'emms) was invoked? > > Or if not 'emms-playlist-mode, why not nil or 'fundamental-mode? > > Thought to ask here because I don't understand rationale behind that > strange default, so probably just don't get the purpose behind it.
That code is probably a decade old. I've changed it to 'emms-playlist-mode. thanks -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
