GNU bug report logs - #79229
30.1; `emms-add-native-playlist' error when cache is disabled

Previous Next

Package: emacs;

Reported by: lorniu <lorniu <at> gmail.com>

Date: Wed, 13 Aug 2025 02:17:02 UTC

Severity: normal

Found in version 30.1

Done: Eli Zaretskii <eliz <at> gnu.org>

Full log


Message #14 received at 79229 <at> debbugs.gnu.org (full text, mbox):

From: Yoni Rabkin <yoni <at> rabkins.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: lorniu <at> gmail.com, 79229 <at> debbugs.gnu.org, emms-help
 mailing list <emms-help <at> gnu.org>
Subject: Re: bug#79229: 30.1; `emms-add-native-playlist' error when cache is
 disabled
Date: Mon, 01 Sep 2025 12:05:42 -0400
fixed in the main git repo and will be included in the next release

thank you


Eli Zaretskii <eliz <at> gnu.org> writes:

> Ping!  Yoni, could you please chime in?
>
>> Cc: 79229 <at> debbugs.gnu.org
>> Date: Sat, 16 Aug 2025 10:14:17 +0300
>> From: Eli Zaretskii <eliz <at> gnu.org>
>> 
>> > From: lorniu <lorniu <at> gmail.com>
>> > Date: Wed, 13 Aug 2025 09:16:42 +0800
>> > 
>> > 
>> > I disable cache with `(emms-cache -1)'. Then when invoke
>> > `emms-add-native-playlist', error occurred:
>> > 
>> >   Symbol's function definition is void: nil
>> > 
>> > I read the source, maybe the BUG is in function `emms-source-playlist-parse-native':
>> > 
>> >   (defun emms-source-playlist-parse-native (file)
>> >       ;; ...
>> >       (mapc (lambda (track)
>> >               (funcall emms-cache-set-function ;; <=== here
>> >                        (emms-track-type track)
>> >                        (emms-track-name track)
>> >                        track))
>> >             tracks)
>> >       tracks))
>> > 
>> > Please check.
>> 
>> Thanks.  Yoni, could you please look into this?
>> 
>> 
>> 
>> 
>

-- 
   "Cut your own wood and it will warm you twice"




This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.