emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23.0 is much slower starting than Emacs 22.3


From: Richard M. Stallman
Subject: Re: Emacs 23.0 is much slower starting than Emacs 22.3
Date: Fri, 24 Oct 2008 22:01:19 -0400

    OTOH the normal-mode call is noticeably slower for emacs23 (though
    not as pronounced as on your w32 - of course, the emacs23 normal-mode 
    code path includes more file attribute usage due to the .dir.settings.el 
    stuff...)

Does `normal-mode' look for the that file more than once in a given
directory?  If so, that is an easy optimization: record the directories
in which it has looked for that file, and don't look again.




reply via email to

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