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

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

Re: Emacs Modular Configuration: the preferable way.


From: Jean Louis
Subject: Re: Emacs Modular Configuration: the preferable way.
Date: Tue, 22 Jun 2021 03:19:24 +0300
User-agent: Mutt/2.0.7+183 (3d24855) (2021-05-28)

* Emanuel Berg via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> [2021-06-22 03:16]:
> Jean Louis wrote:
> 
> > You have many files to load and they are probably in
> > different directories
> 
> That is evident from the code...
> 
> > together with other files which are not to be loaded.
> 
> That doesn't matter since every file that is to be loaded is
> mentioned explicitly.
> 
> > Then instead of having the long list there and updating it
> > each time, I would use this:
> >
> > (mapc 'load-file (directory-files "~/.emacs.d/" t ".el$"))
> 
> But then you can't do binary search on a file basis, like
> I said, which is a huge advantage, especially if you have
> a lot of source.

What is binary search on a file basis?


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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