emacs-devel
[Top][All Lists]
Advanced

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

Re: Has eval-and-compile changed in emacs 27?


From: Richard Stallman
Subject: Re: Has eval-and-compile changed in emacs 27?
Date: Fri, 26 Feb 2021 01:36:52 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Oh, I see: it's the (eval-when-compile (require 'url-parse)) because
  > apparently `url-parse` now ends up loading `json` somehow.

It's not a good thing for a package to load more other packages
unnecessarily.  If it happens just once, it is not a big deal.
But if many libraries do it, it could lead to a cascade of bloat.

Does url-parse need json all the time, or only in rare special cases?

-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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