From c3d17961dee7f65a338f5161f62d4949a19daecf Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 10 Dec 2007 13:57:34 +0000 Subject: Enable invisible font lock property for Emacs now, reveal invisible seems to work OK. --- x-symbol/lisp/x-symbol-emacs.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x-symbol/lisp/x-symbol-emacs.el b/x-symbol/lisp/x-symbol-emacs.el index 382fc263..18212be3 100644 --- a/x-symbol/lisp/x-symbol-emacs.el +++ b/x-symbol/lisp/x-symbol-emacs.el @@ -71,8 +71,13 @@ test." (fboundp 'copy-tree) (locate-library "font-core") (locate-library "syntax"))) + ;; with the following line, "reveal invisible around point" won't work: -;; (setq x-symbol-emacs-has-font-lock-with-props 'invisible) +(setq x-symbol-emacs-has-font-lock-with-props 'invisible) +;; da: above seems no longer true with, e.g., Emacs 22.1.1. +;; So enable this by default now since it results in better +;; display, no space between text and sub/superscripts. + ;; lisp/warnings.el,v 1.6(new): recommended (condition-case nil (require 'warnings) (error)) -- cgit v1.2.3