help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: is there C-h help for a "require" feature?


From: Robert P. J. Day
Subject: Re: is there C-h help for a "require" feature?
Date: Sat, 28 Sep 2002 19:54:42 -0400 (EDT)

On Sat, 28 Sep 2002, Michael J. Barillier wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> >>>>> "rd" == Robert P J Day <rpjday@mindspring.com> writes:
> 
>     rd>   looking at someone else's elisp load file, and for the line
>     rd> (require 'cl), is there any C-h help for "cl"?  given that
>     rd> it's not a function or variable, is there another C-h key
>     rd> sequence that would give help for that, perhaps from embedded
>     rd> documentation in the corresponding file?
> 
> `(require 'cl)' makes sure cl.el (Common Lisp-like functions) are
> loaded.  `cl' is just a symbol, and if it's not in the `features' list
> then the corresponding file is loaded.

that part i had pretty much figured out.

> Are you looking for some
> method of attaching per-file documentation?  Sounds like a slick idea,
> but not supported by the current `require'/`provide' mechanism

that's what i was asking about, kind of like the DOCSTRING part of
a "defvar".  ah well, it was a shot in the dark.

rday





reply via email to

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