help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Interactive hexcode for glasses-separator


From: uzibalqa
Subject: Interactive hexcode for glasses-separator
Date: Thu, 06 Oct 2022 01:03:57 +0000

I am using this interactive function for the user to input a utf8 hex code, but
the separator is not getting inserted.

(defun camelsens (hexcode)

(interactive 
  
  (list ("utfcode" (string-to-char (read-string "hex: "))))
 
  (setq glasses-separator hexcode)

  (glasses-set-overlay-properties))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]