Re: bug#79229: 30.1; `emms-add-native-playlist' error when cache is disabled
Yoni Rabkin <[email protected]> Mon, 01 Sep 2025 12:05:42 -0400
| Newsgroups | gmane.emacs.emms.user |
|---|---|
| Message-ID | <[email protected]> |
fixed in the main git repo and will be included in the next release thank you Eli Zaretskii <[email protected]> writes: > Ping! Yoni, could you please chime in? > >> Cc: [email protected] >> Date: Sat, 16 Aug 2025 10:14:17 +0300 >> From: Eli Zaretskii <[email protected]> >> >> > From: lorniu <[email protected]> >> > 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"