On 01-08-2022 07:08, Maxim Cournoyer wrote: > (quote > ("/gnu/store/14flr53fr0hs7mzfwn93kmyzrnb3fhjz-dummy-jami-account.gz")) > (quote > (*unspecified*)) > (quote > (*unspecified*)) These lines look suspicious to me -- should they have done (list *unspecified*) instead of '(*unspecified*)? The former uses the actual unspecified object, the latter uses the symbol '*unspecified*' that merely happens to be the name of a variable the unspecified object is bound to. Greetings, Maxime.