Package: emms
Version: 1.1-1
Severity: normal

Hello,

I have put these lines in my emacs configuration for emms :
(require 'emms)
(require 'emms-default)
(global-set-key [?\C-x ?m] 'emms-pbi)
(emms-setup 'cvs "/src/data/mp3")
(emms-pbi-open-playlist "/share/emms-list.m3u")))

However, when i did :
M-x emms-add-directory-tree (or M-x emms-add-directory)

I have had this error :
list: Symbol's function definition is void: read-directory-name

There is already a thread about this problem on :
http://lists.gnu.org/archive/html/emms-help/2005-06/msg00014.html

I solve this issue by adding to my emacs configuration this line
(following the previous URL, only CVS Emacs has this 
read-directory-name function) :
(defalias 'read-directory-name 'read-file-name)

I have tried the patch given in the thread but it does nothing at all, 
maybe there is a better solution to this problem ?

Thanks for your answer,
Arnaud Fontaine

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'hoary-security'), (500, 'hoary'), (500, 
'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc5-d500
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages emms depends on:
ii  emacs21                       21.4a-1    The GNU Emacs editor

Versions of packages emms recommends:
ii  mpg321                        0.2.10.3   A Free command-line mp3 player, co
ii  vorbis-tools                  1.0.1-1.4  Several Ogg Vorbis Tools

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to