Hi Matthieu, Quoth [email protected]: > I am currently trying eap, which seems a good idea of how to play music with > emacs (I especially like the dired integration, and the use of symlinks for > playlists).
Thanks. > However I stumbled upon the following problem: M-p s in dired does not work > (fails with message Autoloading failed to define function > dired-eap-symlink-to-playdir). The function dired-eap-symlink-to-playdir is > not defined... How can this be solved? Well spotted. At some point I decided that I didn't like the word 'playdir' so I changed the name of this function to 'dired-eap-symlink-to-playlist-library', but forgot to update eap-autoloads.el & eap-dired-keybindings.el. Either make these two simple edits yourself or check out eap using anonymous SVN: $ svn co http://svn.gna.org/svn/eap/trunk (If you obtained eap by SVN in the first place you just need to run 'svn update'). Due to the way autoloading works, you may need to restart Emacs for the changes to have an effect. Let me know how you get on, and once again, thanks for the bug report. Regards, Sebastian _______________________________________________ Eap-dev mailing list [email protected] https://mail.gna.org/listinfo/eap-dev
