From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: utopia Newsgroups: gmane.emacs.help Subject: Help: how to use emms+mplayer on windows Date: 28 Oct 2004 07:55:26 +0800 Organization: Bentium Ltd. (CN99) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098921749 18461 80.91.229.6 (28 Oct 2004 00:02:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2004 00:02:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 28 02:02:17 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMxk9-0005T5-00 for ; Thu, 28 Oct 2004 02:02:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMxrv-0006As-Ki for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Oct 2004 20:10:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!newsgate.cuhk.edu.hk!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 218.107.4.234 Original-X-Trace: news.yaako.com 1098921330 17215 218.107.4.234 (27 Oct 2004 23:55:30 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Wed, 27 Oct 2004 23:55:30 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:126152 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21532 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21532 I setup .emacs according to the README of emms. (require 'emms) (require 'emms-player-simple) (require 'emms-source-file) (setq emms-player-list '(emms-player-mpg321 emms-player-ogg123 emms-player-mplayer) emms-source-list '((emms-directory-tree "D:/media/"))) but when i call emms-play-file, I get "I can't play ((type . file) (name . d:/Media/abc.wav))!" anyone can help? thanks.