emms-help
[Top][All Lists]
Advanced

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

Re: [emms-help] emms-playlist-mode.el work


From: Yoni Rabkin Katzenell
Subject: Re: [emms-help] emms-playlist-mode.el work
Date: Sat, 19 Nov 2005 19:00:37 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

William Xu <address@hidden> 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"




reply via email to

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