emacs-devel
[Top][All Lists]
Advanced

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

RE: "Emacs Lisp Packages" chapter in the Emacs manual


From: Drew Adams
Subject: RE: "Emacs Lisp Packages" chapter in the Emacs manual
Date: Mon, 11 May 2020 08:13:13 -0700 (PDT)

In my opinion (just one user), a user's notion of
"installing" is one thing.  Loading a Lisp file
is another thing.  There's some overlap, but the
Elisp, and even the Emacs, manual should at least
present _loading_ Lisp code (byte-compiled or not).

And in that context, `require', `provide', and
"features" are important constructs to document.
There's no wall between Elisp programmers and
Emacs users.  Many users are lispers, and many who
are not could be, to everyone's advantage.

I don't think the Emacs doc should tell users not
to use `require'.  It can certainly tell them how
convenient it may be to use the package system.
But package installing is not exactly the same
thing as loading Lisp files, and yes, each can be
useful for Emacs users - at least some users.

Just one opinion.



reply via email to

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