Richard Stallman <[EMAIL PROTECTED]> writes: > I wonder if the slowness is due to an increasing number of markers > or overlays in the buffer. Maybe goto-address is making them and > never getting rid of them.
If that were the case, then one symptom might be that performance improves when setting gc-cons-threshold to a _smaller_ value, such as 1000. Then Emacs would collect garbage (and consequently unused markers slowing down the operation) quite more often. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel