It seems I got a similar problem. Looking forward to the answer! Dieter Deyke <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] | Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr. | | | -- .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:. . * . . /.\ Merry Christmas . . /..'\ . . /'.'\ -- Leon . . /.''.'\ . . /.'.'.\ . . /'.''.'.\ . . ^^^[_]^^^ . .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:. _______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
