emms-help
[Top][All Lists]
Advanced

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

[PATCH] Allow invoking 'emms-streams' as the "first" EMMS command of the


From: Daniel Semyonov
Subject: [PATCH] Allow invoking 'emms-streams' as the "first" EMMS command of the session
Date: Mon, 24 Jul 2023 15:18:13 +0300
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

The 'emms-streams' command currently fails when invoked right after
starting Emacs since along the way it calls
'emms-source-playlist-parse-native' which tries to call
'emms-cache-set-function'.
'emms-cache-set-function' is nil at that point, causing the command to
fail.

Attached is a very simple patch which just requires 'emms-cache' when
loading 'emms-streams', fixing this issue.

Regards,
Daniel

Attachment: 0001-emms-streams.el-Require-emms-cache.patch
Description: patch


reply via email to

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