all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Shiyuan <gshy2014@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Subject: Re: info node missing(auctex-devel)
Date: Fri, 9 Sep 2011 19:12:45 -0500	[thread overview]
Message-ID: <CAOm4EMvOd_V5LyDZs=997wht6JA0ykjX7_bwij19xoYLVZAhJg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]

Thanks for reply.
I am using the CVS version.  But when I try
(add-to-list 'Info-directory-list "~/repos/el/auctex/doc")
emacs complaints
Symbol's value as variable is void: Info-directory-list
What could go wrong? Thanks.
Shiyuan

------------------------------------------------
Message: 7
Date: Tue, 06 Sep 2011 08:37:19 +0200
From: Tassilo Horn <tassilo@member.fsf.org>
To: help-gnu-emacs@gnu.org
Subject: Re: info node missing(auctex-devel)
Message-ID: <87y5y2tbvk.fsf@thinkpad.tsdh.de>
Content-Type: text/plain

Shiyuan <gshy2014@gmail.com> writes:

Hi Shiyuan,

>      I installed a library (auctex-devel). However I cannot  see the info
> node when I use C-h i. The information may be missing in the package or I
> did something wrong when I installed the package.
> How does a library usually insert its info node into emacs such that users
> can browse it by C-h i m? How can I identify the problem and fix it?
Thanks.

You have to add the directory containing the info file (or to be more
precise, the dir [directory index] file) to `Info-directory-list'.
That's what I do for AUCTeX from CVS:

--8<---------------cut here---------------start------
------->8---
(add-to-list 'Info-directory-list "~/repos/el/auctex/doc")
--8<---------------cut here---------------end--------------->8---

For generating the info docs, you have to run

 $ make docs

in the auctex checkout (probably, "make all" also creates the docs).  In
addition, you have to create a directory index in doc/ that lists the 2
manuals (auctex itself plus the preview-latex docs).  This can be done
easily like so:

 $ pwd
 /path/to/auctex
 $ cd docs
 $ install-info auctex.info dir
 $ install-info preview-latex.info dir

HTH,
Tassilo

[-- Attachment #2: Type: text/html, Size: 2443 bytes --]

             reply	other threads:[~2011-09-10  0:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-10  0:12 Shiyuan [this message]
2011-09-10  7:56 ` Subject: Re: info node missing(auctex-devel) suvayu ali
2011-09-10 15:14   ` Shiyuan
2011-09-10 16:51     ` suvayu ali
2011-09-10 22:32       ` Shiyuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOm4EMvOd_V5LyDZs=997wht6JA0ykjX7_bwij19xoYLVZAhJg@mail.gmail.com' \
    --to=gshy2014@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.