bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14518: abbrev edits - delay when saving


From: Andreas Röhler
Subject: bug#14518: abbrev edits - delay when saving
Date: Sat, 01 Jun 2013 07:52:42 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Am 01.06.2013 05:01, schrieb Leo Liu:
On 2013-05-31 17:30 +0800, Andreas Röhler wrote:
With more than thousand abbrevs in Emacs Lisp mode, saving it after
edits causes a delay of several seconds where Emacs looks blocked.

Thanks all,

Andreas

GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 2.24.14) of 2013-03-05

Would be nice to have the data to test out the slowdown. At the minimal
maybe give the result from elp-instrument-package.

Leo


Hi Leo,

I'll look for that, thanks taking care.

Also the size of abbrev-file might be of interest, it's above 600Kb.

Last time looked into, Emacs would re-compose all abbrev-tables, thus the slow.

Solution might be a kind of abbrev-edits-change watch, which would re-calculate 
only the table(s) which need this.

Cheers,

Andreas





reply via email to

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