Re: tex-fold & preview-latex
Ralf Angeli <[email protected]> Fri, 11 Mar 2005 08:09:52 +0100
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* Masayuki Ataka (2005-03-09) writes: > --- prv-emacs.el 04 3 2005 01:51:05 +0900 1.61 > +++ prv-emacs.el 09 3 2005 21:46:20 +0900 [...] > @@ -233,6 +235,7 @@ > (unless (re-search-forward preview-dump-threshold nil t) > (error "Can't find preamble of `%s'" file)) > (setq ov (make-overlay (point-min) (point))) > + (overlay-put ov 'priority (TeX-fold-prioritize (point-min) (point))) Why is a priority needed here? AFAICS this overlay won't get a 'display property. -- Ralf