> Uwe Brauer writes: > The `list' was supposed to go outside the plist-get. Here's a version that > uses `char-to-string', which I think is more explicit: > (defun gnus-registry-article-marks-to-chars (headers) > "Show the marks for an article by the :char property." > (let* ((id (mail-header-message-id headers)) > (marks (when id (gnus-registry-get-id-key id 'mark)))) > (mapconcat (lambda (mark) > (char-to-string > (plist-get > (cdr-safe > (assoc mark gnus-registry-marks)) > :char))) > marks ""))) It seems that my message was not sent (in case of a possible double posting, sorry) Great, thanks!! Very much! Now it works as expected. I suggest to push that change to master! Now I am getting curious and want to try gnorb with the registry but as I said is there is a bug of the sort