unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* listing functions
@ 2014-11-28 14:41 Ken
  2014-11-28 15:01 ` Aurélien Aptel
  0 siblings, 1 reply; 3+ messages in thread
From: Ken @ 2014-11-28 14:41 UTC (permalink / raw)
  To: help-gnu-emacs


Hi all,

Is there a way to list functions within different procedures? For
example, list all the functions with text-mode, or python-mode or
whatever. 

Thank you,
Ken

-- 
You love your home and want it to be beautiful.



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

* Re: listing functions
  2014-11-28 14:41 listing functions Ken
@ 2014-11-28 15:01 ` Aurélien Aptel
  2014-11-28 15:50   ` Ken
  0 siblings, 1 reply; 3+ messages in thread
From: Aurélien Aptel @ 2014-11-28 15:01 UTC (permalink / raw)
  To: Ken; +Cc: help-gnu-emacs

You can do C-h m to get a list of available keybindings (and associated
functions) for the current buffer.

You can also do C-h f <your mode>- TAB which will show you a list of all
the function starting with <your mode>.
Since all mode prefix their function you get what you want. Pressing RET
will show the documentation of the function.


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

* Re: listing functions
  2014-11-28 15:01 ` Aurélien Aptel
@ 2014-11-28 15:50   ` Ken
  0 siblings, 0 replies; 3+ messages in thread
From: Ken @ 2014-11-28 15:50 UTC (permalink / raw)
  To: Aurélien Aptel; +Cc: help-gnu-emacs

Aurélien Aptel <aurelien.aptel@gmail.com> writes:

> You can do C-h m to get a list of available keybindings (and
> associated functions) for the current buffer.
>
> You can also do C-h f <your mode>- TAB which will show you a list of
> all the function starting with <your mode>.
> Since all mode prefix their function you get what you want. Pressing
> RET will show the documentation of the function.
>
>
>
Thank you very much.

Ken

--
I do desire we may be better strangers.
		-- William Shakespeare, "As You Like It"



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

end of thread, other threads:[~2014-11-28 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28 14:41 listing functions Ken
2014-11-28 15:01 ` Aurélien Aptel
2014-11-28 15:50   ` Ken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).