AUCTeX and overlays-at

Ralf Angeli dev.null at iwi.uni-sb.de
Wed Sep 22 03:48:49 EDT 2004


* Jerry James (2004-09-22) writes:

> I am running with the packages in CVS.  I am getting undefined function
> errors from the use of overlays-at in LaTeX-indent-line (latex.el).
> This function is defined in overlay.el in the fsf-compat package, but
> that is apparently not being (require)d.

That's a known bug which is already fixed in AUCTeX's CVS repository.
AUCTeX 11.54 will not suffer from this problem.

BTW, the code which triggers the error was introduced to avoid a bug
in XEmacs which inserts whitespace in front of invisible extents
covering more than one line when the second or any following line
inside such an extent is being indented.

Of course it was a silly idea to use GNU Emacs functions for this, but
`(overlays-at (line-beginning-position))' is just so much easier than
`(extent-list nil (line-beginning-position) (line-beginning-position)
'all-extents-closed-open 'overlay)'. (c;

-- 
Ralf




More information about the XEmacs-Beta mailing list