emms-patches
[Top][All Lists]
Advanced

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

[Emms-patches] EMMS Score


From: Ian D
Subject: [Emms-patches] EMMS Score
Date: Fri, 16 Aug 2013 12:36:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

EMMS Developers,

     I noticed that after I updated EMMS from the package lists, I had
     to go in and remove the `(emms-score 1)' command from
     emms-setup.el, since I run `(emms-devel)' from my .emacs file.  It
     kept throwing an `End of file during parsing' error, so I looked
     into emms-score.el to see what the problem was.  I found that in
     `emms-score-load-hash' it was attempting to read from the score
     file, but the score file was empty.  Then, without checking such a
     possibility, it continued attempting to process it.  I've attached
     a patch that should fix this.  It simply reads the score file into
     a string, then only proceeds if the string is not empty.  I ran it
     myself, and appears to be working correctly.

Ian D

Attachment: emms-score.el.diff
Description: Text document


reply via email to

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