help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking up the source of a builtin function (subroutine)


From: Paul R
Subject: Re: Looking up the source of a builtin function (subroutine)
Date: Mon, 03 Nov 2008 16:59:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Nordlöw> How do I lookup the C source file for a builtin function
Nordlöw> (sub-routine) like symbol-file() does for emacs lisp?

I assume you want to do so interactively, then :

C-h f your-function-name RET

You will need to have emacs sources installed, obviously. If you did not
build emacs from source, you probably have to find a package that
provides them.

-- 
  Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]