Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Created October 22, 2014 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wilfred/f7d61b7cdf9fdbb1d11c to your computer and use it in GitHub Desktop.
Save Wilfred/f7d61b7cdf9fdbb1d11c to your computer and use it in GitHub Desktop.
(defun get-faces (pos)
"Get the font faces at POS."
(remq nil
(list
(get-char-property pos 'read-face-name)
(get-char-property pos 'face)
(plist-get (text-properties-at pos) 'face))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment