auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Problem?


From: David Kastrup
Subject: [AUCTeX-devel] Problem?
Date: Sun, 03 Jul 2005 01:29:16 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

I see

    @defopt font-latex-fontify-script
    If non-nil, fontify subscript and superscript strings.

    Note that this feature is not available on XEmacs, for which it is
    disabled per default.  In GNU Emacs raising and lowering is not enabled
    for versions 21.3 and before due to it working not properly.
    @end defopt

in auctex.texi, but font-latex.el contains

(defcustom font-latex-fontify-script (not (featurep 'xemacs))
  "If non-nil, fontify subscript and superscript strings.
This feature does not work in XEmacs."
  :type 'boolean
  :group 'font-latex)

So just _how_ is this disabled per default on Emacs 21.3 and before?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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