[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fine.
|
From: |
jronald |
|
Subject: |
Fine. |
|
Date: |
Sat, 16 Sep 2006 02:27:19 +0800 |
BTW, I put all the file in one dir like "elisp manual" for clarity, so I
added the following in ".emacs":
(add-to-list 'Info-default-directory-list "/path/to/elisp manual/dir")
"Skull" <address@hidden> ??????:address@hidden
> "jronald" <address@hidden> writes:
>
>> I'v downloaded the lastest elisp manual, whose version is 21-2.8.
>> I'm using emacs 21.3 on windows xp.
>> I want to use C-h i m elisp to view the elisp manual.
>> How may I install it?
>> Thanks.
>>
>>
>
> First, copy all necessary info files to youremacs/info. and then
> modifiy youremacs/info/dir, putting following line into bottom of this
> file.
>
> * Elisp: (elisp). The Emacs Lisp Reference Manual.
>
> --
> - Skull