all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* C help reference within Emacs
@ 2003-04-28 18:32 Tom
  2003-04-29  4:14 ` Eli Zaretskii
       [not found] ` <mailman.5336.1051589897.21513.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Tom @ 2003-04-28 18:32 UTC (permalink / raw)


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.

Btw Emacs is just wonderful.

Bye.

Libe

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

* Re: C help reference within Emacs
  2003-04-28 18:32 C help reference within Emacs Tom
@ 2003-04-29  4:14 ` Eli Zaretskii
       [not found] ` <mailman.5336.1051589897.21513.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2003-04-29  4:14 UTC (permalink / raw)


> 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.

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

* Re: C help reference within Emacs
       [not found] ` <mailman.5336.1051589897.21513.help-gnu-emacs@gnu.org>
@ 2003-04-29 16:46   ` Tom
  0 siblings, 0 replies; 3+ messages in thread
From: Tom @ 2003-04-29 16:46 UTC (permalink / raw)


Thank you: that's exactly what I was looking for!!!!!!!!!!!

Libe

Eli Zaretskii wrote:
>>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.
> 
> 

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

end of thread, other threads:[~2003-04-29 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-28 18:32 C help reference within Emacs Tom
2003-04-29  4:14 ` Eli Zaretskii
     [not found] ` <mailman.5336.1051589897.21513.help-gnu-emacs@gnu.org>
2003-04-29 16:46   ` Tom

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.