[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Requiring elisp that comes with Emacs
From: |
Skip Montanaro |
Subject: |
Re: Requiring elisp that comes with Emacs |
Date: |
Tue, 31 Jan 2017 12:06:16 -0600 |
On Tue, Jan 31, 2017 at 8:39 AM, Óscar Fuentes <ofv@wanadoo.es> wrote:
> Type
>
> C-h f require [ENTER]
>
> A *Help* buffer will popup with the docstring for `require'. There it is
> explained that the file for the require-d package is inferred from the
> package name.
>
Thanks. When I said "this is all speculation", I meant how it works under
the covers (how it compares semantically to Python's import statement or
C++'s namespace statement), not how it locates a file to load. I realize
that require uses the argument symbol name as the basename of the source
file.
Skip