X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=lurk.el;h=a8f8a7a468278430af574ffa7ee13c39a1f38eb2;hb=028a407ca8feb38940a17e7d9dc44affddf92bfb;hp=fb1c25841efe43b44525ee490cc1b568b150cef9;hpb=28a02ce6c1e937ad829a844a007ed10d1e177aed;p=lurk.git diff --git a/lurk.el b/lurk.el index fb1c258..a8f8a7a 100644 --- a/lurk.el +++ b/lurk.el @@ -442,11 +442,13 @@ portion of the source component of the message, as LURK doesn't use this.") (if (equal to lurk-nick) from to)))) (lurk-display-string context - (pcase (lurk-get-context-type to) - ('channel (concat to " <" from ">")) - ('nick (concat "[" from " -> " to "]")) - (_ - (error "Unsupported context type"))) + (propertize + (pcase (lurk-get-context-type to) + ('channel (concat to " <" from ">")) + ('nick (concat "[" from " -> " to "]")) + (_ + (error "Unsupported context type"))) + 'face (lurk-get-context-facelist context)) text))) (defun lurk-display-action (from to action-text)