[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.
- RE: "Emacs Lisp Packages" chapter in the Emacs manual, (continued)
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Stefan Monnier, 2020/05/12
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/12
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Eli Zaretskii, 2020/05/16
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/16
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Eli Zaretskii, 2020/05/16
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/16
- RE: "Emacs Lisp Packages" chapter in the Emacs manual, Drew Adams, 2020/05/12
- RE: "Emacs Lisp Packages" chapter in the Emacs manual,
Drew Adams <=
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Richard Stallman, 2020/05/11