unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to install elisp manual to emacs?
@ 2006-09-15 14:31 jronald
  2006-09-15 15:25 ` Skull
  0 siblings, 1 reply; 4+ messages in thread
From: jronald @ 2006-09-15 14:31 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to install elisp manual to emacs?
  2006-09-15 14:31 How to install elisp manual to emacs? jronald
@ 2006-09-15 15:25 ` Skull
  2006-09-15 15:55   ` robert.thorpe
  2006-09-15 18:27   ` Fine jronald
  0 siblings, 2 replies; 4+ messages in thread
From: Skull @ 2006-09-15 15:25 UTC (permalink / raw)


"jronald" <followait@163.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to install elisp manual to emacs?
  2006-09-15 15:25 ` Skull
@ 2006-09-15 15:55   ` robert.thorpe
  2006-09-15 18:27   ` Fine jronald
  1 sibling, 0 replies; 4+ messages in thread
From: robert.thorpe @ 2006-09-15 15:55 UTC (permalink / raw)


Skull wrote:
> "jronald" <followait@163.com> 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.

Yes.

Normally you have to unpack the manual with:-
tar -xvzf elisp-info.tar.gz
Then you will have the info file.

After that you can do what skull says above.

Regarding the last step of editing the dir file, there is another way
of doing it is:
* Copy info file to the right place as described above
* Open a shell in that directory
* type "install-info elisp.info"
And install-info will modify the dir file itself.

(When the next version of Emacs is released it will come with the Elisp
manual I think.)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Fine.
  2006-09-15 15:25 ` Skull
  2006-09-15 15:55   ` robert.thorpe
@ 2006-09-15 18:27   ` jronald
  1 sibling, 0 replies; 4+ messages in thread
From: jronald @ 2006-09-15 18:27 UTC (permalink / raw)


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" <skull@tuyasoft.com> ??????:uvenpqhii.fsf@tuyasoft.com...
> "jronald" <followait@163.com> 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 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-15 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-15 14:31 How to install elisp manual to emacs? jronald
2006-09-15 15:25 ` Skull
2006-09-15 15:55   ` robert.thorpe
2006-09-15 18:27   ` Fine jronald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).