From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: Shiyuan <gshy2014@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: info node missing(auctex-devel)
Date: Wed, 14 Sep 2011 02:32:46 +0200 [thread overview]
Message-ID: <20110914023246.0e3f03b8@kuru.homelinux.net> (raw)
In-Reply-To: <CAOm4EMvKXjcWnTr+ndL_QZ2CmdzFjtg93aRmqSeep-rLU=Cm=A@mail.gmail.com>
Hi Shiyuan,
Sorry I forgot to respond to your last post.
On Tue, 13 Sep 2011 19:17:04 -0500
Shiyuan <gshy2014@gmail.com> wrote:
> Hello,
> It seems that simply adding info files to the INFOPATH
> directories is not enough for the info node to show up by C-h i m
> auctex and we need to modify some file to let emacs know there is a
> new info file. I confirm this by cheating emacs by renaming the
> auctex.info-1 to the name of an existing info file which can be
> display correctly by C-h i(for example, ada-mode). If I do that, I
> can see the info of auctex under the original node's name (eg.
> Ada-mode). So when a package is installed, which file does it modify
> to let emacs know a new info filed needed to be added? Thanks.
When an info file is installed, an entry is added to the dir file in
$INFODIR (in your case it is /opt/share/info) and the info file itself
is placed in the same directory (usually after gzipping).
How do you install the info file, do you run install-info? Usually the
Makefile should have a rule like install-info. So you could install the
info files like this:
$ make install-info
If that doesn't work, you can try installing by hand like this:
$ install-info --infodir=/opt/share/info /path/to/auctex.info-1
But please backup before you try this as I have not tried this myself.
GL
--
Suvayu
Open source is the future. It sets us free.
next prev parent reply other threads:[~2011-09-14 0:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-14 0:17 info node missing(auctex-devel) Shiyuan
2011-09-14 0:32 ` Suvayu Ali [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-06 3:35 Shiyuan
2011-09-06 6:37 ` Tassilo Horn
2011-09-06 8:16 ` suvayu ali
2011-09-06 12:32 ` Tassilo Horn
[not found] ` <CAOm4EMv192nPZ4Twuq+YVW7=GzGPAmUWSxK3YcRNbcycz-GXdA@mail.gmail.com>
2011-09-09 21:34 ` Suvayu Ali
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110914023246.0e3f03b8@kuru.homelinux.net \
--to=fatkasuvayu+linux@gmail.com \
--cc=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.
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).