emms-help
[Top][All Lists]
Advanced

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

[emms-help] Re: emms-info-get missing


From: leon
Subject: [emms-help] Re: emms-info-get missing
Date: Sat, 17 Dec 2005 22:39:18 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

It seems I got a similar problem. Looking forward to the answer!

Dieter Deyke <address@hidden> writes:

 | I'm using emms from
 | http://www.kollektiv-hamburg.de/~forcer/darcs/emms.  When I try to do
 | a emms-playlist-save-as-m3u I get:
 | 
 | let: Symbol's function definition is void: emms-info-get
 | 
 | My setup is:
 | 
 | ; ---------- EMMS2 ----------
 | 
 | (defface emms-playlist-track-face
 |   '(
 |     (((type tty) (class mono))
 |      :inverse-video t)
 |     (t :foreground "red"))
 |   "Face for the tracks in a playlist buffer."
 |   :group 'emms-playlist-mode)
 | 
 | (defface emms-playlist-selected-face
 |   '(
 |     (((class color) (background light))
 |      (:foreground "blue" :weight bold))
 |     (((class color) (background dark))
 |      (:foreground "yellow" :weight bold))
 |     (((type tty) (class mono))
 |      :inverse-video t)
 |     (t :background "blue3"))
 |   "Face for highlighting the selected track."
 |   :group 'emms-playlist-mode)
 | 
 | (add-to-list 'load-path (concat elisp-dir "emms-darcs"))
 | 
 | (require 'emms-setup)
 | (emms-all)
 | 
 | (define-emms-simple-player gplay
 |   '(file) (regexp-opt '(".au" ".mid" ".midi" ".mp2" ".mp3" ".ogg" ".wav" 
".wma")) "gplay")
 | 
 | (if (eq system-type 'windows-nt)
 |     (setq emms-player-list '(emms-player-gplay))
 |   (emms-default-players))
 | 
 | (add-hook 'emms-player-started-hook 'emms-show)
 | 
 | (global-set-key (kbd "<pause>") '(lambda ()
 |                                    (interactive)
 |                                    (if emms-player-playing-p
 |                                        (emms-stop)
 |                                      (emms-start))))
 | 
 | (global-set-key (kbd "C-<pause>") 'emms-next)
 | (global-set-key (kbd "S-<pause>") 'emms-playlist-mode-go)
 | 
 | --
 | Dieter Deyke
 | mailto:address@hidden mailto:address@hidden mailto:address@hidden
 | Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.
 | 
 | 
 | 

-- 
.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:. 
.     *                               . 
.    /.\        Merry Christmas       . 
.   /..'\                             . 
.   /'.'\                  -- Leon    . 
.  /.''.'\                            . 
.  /.'.'.\                            . 
. /'.''.'.\                           . 
. ^^^[_]^^^                           . 
.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:. 





reply via email to

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