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

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

Re: How to find lisp code for standard emacs functions? How to find func


From: Friedrich Dominicus
Subject: Re: How to find lisp code for standard emacs functions? How to find functions bound to keys?
Date: 09 May 2003 09:05:35 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Native Windows TTY Support)

exits funnel <exitsfunnel@yahoo.com> writes:

> Hello,
> 
> I've been using emacs for about a month and love it. 
> Now, I've trying to learn a bit of lisp and I have two
> quick questions:
> 
> 1.  How can I display the code associated with, for
> instance, goto-line?  I think studying this code would
> help me quite a bit.
I'm using find-function-at-point for that, have bound it to a function
key and use it "nearly" all the time.

> 
> 2.  How can I find the name of the function associated
> with a given key-sequence?  For example, I use C-w all
> the time, but I can't figure out what the name of the
> function is.
C-h k 

You should definitly check all the C-h commands you will be suprised.

Regards
Friedrich


reply via email to

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