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


View this message in rfc822 format

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