William Xu <[EMAIL PROTECTED]> writes:

> If no resistance, i'll add the following.
>
> (defvar emms-playlist-window-width -25
>   "Window width for the emms-playlist window when it's popuped.")
>
> (defun emms-playlist-mode-go-popup (&optional window-width)
>   "Popup emms-playlist buffer as a side window. Default value for
> WINDOW-WIDTH is `emms-playlist-window-width'."
>   (interactive)
>   (setq emms-playlist-window-width
>       (or window-width emms-playlist-window-width))
>   (split-window-horizontally emms-playlist-window-width)
>   (other-window 1)
>   (emms-playlist-mode-go))

Go right ahead.

-- 
"Cut your own wood and it will warm you twice"


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

Reply via email to