From: "Eli Zaretskii" <eliz@elta.co.il>
Subject: Re: C help reference within Emacs
Date: Tue, 29 Apr 2003 07:14:54 +0300 [thread overview]
Message-ID: <7263-Tue29Apr2003071454+0300-eliz@elta.co.il> (raw)
In-Reply-To: <3EAD738B.9020808@libero.itNOSPAM> (message from Tom on Mon, 28 Apr 2003 18:32:33 GMT)
> From: Tom <libero_s@libero.itNOSPAM>
> Newsgroups: gnu.emacs.help
> Date: Mon, 28 Apr 2003 18:32:33 GMT
>
> Hi. I was wondering if there's some lisp package that implements a
> browsable C reference manual. For instance when I'm editing some C files
> I need to remember the syntax of some function and I'd like to reach the
> definition in the manual maybe with some convienient shortcut.
This is already done, but the feature needs some setup if you use
some OS other than GNU/Linux.
The command is `info-lookup-symbol', by default bound to "C-h TAB".
It looks at the symbol at point and then displays the appropriate
documentation from the Info manual which describes that symbol.
The data structures that tell Emacs where to look for manuals for
various programming languages are set up for GNU/Linux systems. If
you use something else, you will have to use
`info-lookup-maybe-add-help' (in your ~/.emacs init file) to add
information about the documentation on your system.
In addition, you will have to install the Info manuals themselves, if
they aren't installed already. For example, for C symbols, you will
need to install the C library manual. Again, for GNU/Linux, this is
already installed by default.
next prev parent reply other threads:[~2003-04-29 4:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-28 18:32 C help reference within Emacs Tom
2003-04-29 4:14 ` Eli Zaretskii [this message]
[not found] ` <mailman.5336.1051589897.21513.help-gnu-emacs@gnu.org>
2003-04-29 16:46 ` Tom
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=7263-Tue29Apr2003071454+0300-eliz@elta.co.il \
--to=eliz@elta.co.il \
/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.