emacs-devel
[Top][All Lists]
Advanced

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

Re: Refactoring of emacs-lisp/autoload.el


From: Stefan Monnier
Subject: Re: Refactoring of emacs-lisp/autoload.el
Date: Thu, 14 Aug 2008 13:52:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> Yes, that sounds fine.

> What I'll be doing is sorting the "no-autoloads" list so that it's in the
> same order as the file entries.  I can then loop through all the files,
> testing in turn whether the file was a "no-autoload" or had its own
> section, and take the appropriate action.  That will mean never having to
> search loaddefs.el for an entry, and not having to use `member' in the
> "no-autoloads" list, since I will be stepping through both from start to
> finish.

Sounds fine.  Tho using member hasn't been a problem until now (even
with its O(n^2) behavior), so I wouldn't waste any time trying to avoid it.


        Stefan




reply via email to

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