Stefan Kangas writes: > Matthieu Lemerre writes: > >> While discovering MPC I customized the MPC host variable, started MPC, >> clicked on the Menu to "Add a new browser", then selected Directory. >> If I click on one of my directories (that mostly contain >> subdirectories), I get the following error: >> >> cl--assertion-failed: Assertion failed: (or (null alist) (memq (caar >> alist) mpc--proc-alist-to-alists-starters)) > > Copying in the maintainer of mpd.el here. Any ideas? The attached patch fixes it for me. The cause seems to be that the returned alist for a directory browser has entries for (directory ...) and (Last-Modified ...) and the code was only getting rid of the former only. That leftover (Last-Modified ...) would then trip up the assert in mpc--proc-alist-to-alists when it checks with mpc--proc-alist-to-alists-starters.