Leon <[EMAIL PROTECTED]> writes:

> When emms2 is playing, the message caused by emms-shuffle is:
> ,--------
> | emms-playlist-delete-track: Buffer is read-only: #<buffer *Music*>
> `--------
> Otherwise it is:
> ,--------
> | emms-shuffle: Buffer is read-only: #<buffer *Music*>
> `--------

Could you edit emms.el, changing lines 864, 865 and 866 in emms.el
from

  (emms-playlist-ensure-playlist-buffer)
  (let ((current nil))
    (widen)

to

  (emms-playlist-ensure-playlist-buffer)
  (let ((current nil)
        (inhibit-read-only t))
    (widen)

and see whether the error persists?

Thanks.

Regards,
        -- Jorgen

-- 
((email . "[EMAIL PROTECTED]") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))


_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to