X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=474eee1c9f00700d424410d86525b92f0388cafc;hp=06c669ec7d745c7a11141bd4077f8e63623b5d74;hb=c9175aedfaf3daeca6b2414f74ef703f2f6cbc1f;hpb=12629c283e0e3e62561d1456a2f8842b3524df57 diff --git a/elpher.el b/elpher.el index 06c669e..474eee1 100644 --- a/elpher.el +++ b/elpher.el @@ -619,9 +619,10 @@ If ADDRESS is not supplied or nil the record is rendered as an (if type-map-entry (let* ((margin-code (elt type-map-entry 2)) (face (elt type-map-entry 3)) - (page (elpher-make-page display-string address))) + (filtered-display-string (ansi-color-filter-apply display-string)) + (page (elpher-make-page filtered-display-string address))) (elpher-insert-margin margin-code) - (insert-text-button display-string + (insert-text-button filtered-display-string 'face face 'elpher-page page 'action #'elpher-click-link