emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] emacs hangs on `describe-mode' in emms-playlist-mode


From: Jorgen Schaefer
Subject: Re: [emms-help] emacs hangs on `describe-mode' in emms-playlist-mode
Date: Thu, 04 May 2006 01:44:56 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

"Vijay Lakshminarayanan" <address@hidden> writes:

> I created a new buffer "emms" (or
> some variants) and M-x emms-playlist-mode in it.  Here I did C-h m
> (describe-mode) and emacs stopped responding.  Completely.  I had to
> kill `pgrep emacs` it :-(
>
> My emacs version is 21.4.1

This is caused by a period following the
\\{emms-playlist-mode-map} in emms-playlist-mode.el - if you
remove the dot, everything should work fine:

 (defun emms-playlist-mode ()
   "A major mode for Emms playlists.
-\\{emms-playlist-mode-map}."

 (defun emms-playlist-mode ()
   "A major mode for Emms playlists.
+\\{emms-playlist-mode-map}"

Thanks for the report, the fix is in the darcs repository now. :-)

> Not knowing how to use playlists

You should be able to just use M-x emms-play-directory-tree or
similar. The playlist buffer will be created automatically.

Have fun with EMMS!

Regards,
        -- Jorgen

-- 
((email . "address@hidden") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]