summaryrefslogtreecommitdiff
path: root/helm-font.el
diff options
context:
space:
mode:
authorTitus von der Malsburg <malsburg@posteo.de>2015-02-27 09:58:07 -0800
committerTitus von der Malsburg <malsburg@posteo.de>2015-02-27 09:58:07 -0800
commitdb55080767030cfdf78f1ae06171274b7f67c3f7 (patch)
tree11d715ad1231e413ab6f9bcc40437ec8e7b7760b /helm-font.el
parent9259197df74631198282037cb2c9e48aebc0b10a (diff)
Show codepoint in hex with description and char.
Diffstat (limited to 'helm-font.el')
-rw-r--r--helm-font.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-font.el b/helm-font.el
index 446880e0..1273126e 100644
--- a/helm-font.el
+++ b/helm-font.el
@@ -96,6 +96,7 @@ Only math* symbols are collected."
;; call `insert-char' with nil nil
;; to shutup byte compiler in 24.1.
(insert-char v nil nil))
+ (insert (format " #x%x" v))
(insert "\n")))))
(defun helm-ucs-forward-char (_candidate)