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 #11 received at 79229 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: yrk <at> gnu.org
Cc: lorniu <at> gmail.com, 79229 <at> debbugs.gnu.org
Subject: Re: bug#79229: 30.1;
 `emms-add-native-playlist' error when cache is disabled
Date: Sat, 30 Aug 2025 10:42:26 +0300
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?
> 
> 
> 
> 




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.