X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elopher.el;h=0dab9d37a3341e3f76db2db821113fcda84267a0;hp=88bb24d2dcf77507e005979a2c615f9797ece624;hb=656ccc1872169c9a8de6870a075ae5865f1725ef;hpb=13586c86f64fcae309d4afc8b4b14b7e7e009f69 diff --git a/elopher.el b/elopher.el index 88bb24d..0dab9d3 100644 --- a/elopher.el +++ b/elopher.el @@ -433,7 +433,8 @@ The result is stored as a string in the variable elopher-selector-string." (lambda (proc event) (unless (string-prefix-p "deleted" event) (let ((image (create-image - (string-as-unibyte elopher-selector-string) + (encode-coding-string elopher-selector-string + 'no-conversion) nil t))) (elopher-with-clean-buffer (insert-image image))