vote up 3 vote down star

I used to remember a key combination in c-mode to select a C function (i mean select the text between start and end of function for copying/killing etc) but i've since forgotten it and can't seem to find it anywhere. Does anyone remember what this key combination is?

flag

1 Answer

vote up 8 vote down check

In Emacs 23, it appears to be bound to:

C-M-h           c-mark-function

FWIW, I found this by listing all the commands for the mode C-h b, and searching for 'mark'.

link|flag
thanks! im not yet so proficient with the emacs help system, but ill work on it :) – banister Aug 12 at 21:08
2  
It's all a learning process, that's why I added how I got the answer - the whole give a man a fish or teach him how. – Trey Jackson Aug 12 at 23:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.