Variable: hfy-ignored-properties

hfy-ignored-properties is a customizable variable defined in htmlfontify.el.gz.

Value

(read-only intangible modification-hooks insert-in-front-hooks insert-behind-hooks point-entered point-left)

Documentation

Properties to omit when copying a fontified buffer for HTML transformation.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-ignored-properties '(read-only
                                    intangible
                                    modification-hooks
                                    insert-in-front-hooks
                                    insert-behind-hooks
                                    point-entered
                                    point-left)
  "Properties to omit when copying a fontified buffer for HTML transformation."
  :tag   "ignored-properties"
  :type '(repeat symbol))