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

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

RE: Function menu missing from top window bar!!


From: Drew Adams
Subject: RE: Function menu missing from top window bar!!
Date: Fri, 15 Jul 2016 06:44:34 -0700 (PDT)

> 1.  A top bar menu button that shows the function declarations for
> various languages.  Click on a desired function and point goes there.

Imenu - `imenu-add-menubar-index'.

See these nodes in the Emacs and Elisp manuals:

http://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html

http://www.gnu.org/software/emacs/manual/html_node/elisp/Imenu.html

> 2.  A submenu item that sorts selected text in a buffer.

Not clear what you mean.  Sort selected text in what way?
What kind of selection?

There are several commands and other functions for sorting the
text in the region.  See these sections of the Emacs and Elisp
manual:

http://www.gnu.org/software/emacs/manual/html_node/emacs/Sorting.html

http://www.gnu.org/software/emacs/manual/html_node/elisp/Sorting.html

If you know the name or some other words that can help you find
the info you want then visit the manuals and use `i' to find
what you need.  In this case, without knowing "imenu" you might
not have found the first easily.  But `i sort TAB' finds the
second easily.



reply via email to

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