[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"Emacs Lisp Packages" chapter in the Emacs manual
From: |
Jean-Christophe Helary |
Subject: |
"Emacs Lisp Packages" chapter in the Emacs manual |
Date: |
Sun, 10 May 2020 00:02:36 +0900 |
I guess I've been using package.el too much and was not able to remember how to
install code not found in ?elpa repositories (help-fns+.el, for one).
So I checked the manual for "install" and found that the section about "Emacs
Lisp Packages" did not give information about installing code that was not in
the repositories handled by package.el
I seemed to remember that there was something about that in the Elisp
Introduction. So here again, I searched for "install", found "Install a
function definition" that linked to "Installing code permanently" that lead to
"Loading files", where I got enough hints to go back the emacs manual.
So I go back to the Emacs manual, search for "load" and find, under "Compiling
and Testing Code" the "Libraries of Lisp Code for Emacs" section where the
information I'm looking for is written.
Would it be acceptable to have a shortcut to that section in the "Package"
chapter ? Something like:
===============================
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index db3cf317ff..21ebeb829b 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -13,6 +13,9 @@ Packages
separate Emacs Lisp program, sometimes including other components such
as an Info manual.
+ Emacs Lisp programs that are not available through this facility can
+still be loaded by installing them in the Emacs Lisp @dfn{load path}.
@xref{Lisp Libraries}.
+
@kbd{M-x list-packages} brings up a buffer named @file{*Packages*}
with a list of all packages. You can install or uninstall packages
via this buffer. @xref{Package Menu}.
===============================
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune
- "Emacs Lisp Packages" chapter in the Emacs manual,
Jean-Christophe Helary <=
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Stefan Kangas, 2020/05/09
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/09
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/09
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Stefan Monnier, 2020/05/10
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/10
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Stefan Monnier, 2020/05/10
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/10
- RE: "Emacs Lisp Packages" chapter in the Emacs manual, Drew Adams, 2020/05/10
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Jean-Christophe Helary, 2020/05/10
- Re: "Emacs Lisp Packages" chapter in the Emacs manual, Stefan Monnier, 2020/05/10