Fran Burstall <[email protected]> writes: > I do M-x emms-show-all, inspect the data about the playing > track and hit 'q'. > > What I expected: to quit the buffer. > > What happens: nothing except a "buffer read-only error". > > Reason: emms-show-all-mode-map is never set because it is > defvar'd after emms-mode is defined using > define-derived-mode which already populates > emms-show-all-mode-map from text-mode-map. > > Solution: put the defvar form _before_ the > define-derived-mode form.
done and pushed to the git repo thanks for the bug report -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
