From: Drew Adams <drew.adams@oracle.com>
To: martin rudalics <rudalics@gmx.at>,
"N. Jackson" <nljlistbox2@gmail.com>,
Eli Zaretskii <eliz@gnu.org>
Cc: 20183@debbugs.gnu.org
Subject: bug#20183: 24.4.91; No resize handle to adjust width of Emacs windows
Date: Thu, 2 Jul 2015 09:49:51 -0700 (PDT) [thread overview]
Message-ID: <5775471c-56b8-4648-b787-6557fd9f327f@default> (raw)
In-Reply-To: <55956382.1020903@gmx.at>
> There seems to be a technical problem with this. Pop-up help
> disappears here as soon as I move the mouse over it.
Oh, right; my bad. Something more than :help-echo is needed for
such a feature, no doubt. Perhaps a key binding. Or a key
binding that acts only when a tooltip is shown (but that won't
help if `tooltip-mode' is turned off).
The general idea would be to provide help on Emacs UI components
- whatever a user sees and might have questions about. How we
might best do that, I don't know.
Long ago I wrote a command, `help-on-click/key' that goes in
that direction somewhat, but it doesn't handle anything Emacs
displays that Lisp cannot perceive or interact with. And I
haven't bothered to update it since 1999 (!), so it obviously
does not reflect the many UI thingies added since then.
You access this command using `C-h RET' or via the Help menu.
You are then prompted to "Click mouse on something or type a
key sequence". From the doc string:
You can do any of the following:
type a key sequence (e.g. `C-M-s')
choose a menu item (e.g. [menu-bar files open-file])
click on a scroll bar
click on the mode line
click in the minibuffer
click on an Emacs-related name in a buffer: apropos is called
click anywhere else in a buffer: its modes are described
Help is generally provided using `describe-key' and the Emacs online
manual (via `Info-goto-emacs-key-command-node'). If no entry is found
in the index of the Emacs manual, then the manual is searched from the
beginning for literal occurrences of KEY.
If you click on a name in a buffer, then `apropos-documentation' and
`apropos' are used to find information on the name. These functions
are not used when you do something besides click on a name.
If you click elsewhere in a buffer other than the minibuffer, then
`describe-mode' is used to describe the buffer's current mode(s).
next prev parent reply other threads:[~2015-07-02 16:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 19:15 bug#20183: 24.4.91; No resize handle to adjust width of Emacs windows N. Jackson
2015-03-23 19:36 ` Eli Zaretskii
2015-03-23 20:57 ` N. Jackson
2015-07-02 13:22 ` martin rudalics
2015-07-02 15:32 ` Drew Adams
2015-07-02 16:14 ` martin rudalics
2015-07-02 16:49 ` Drew Adams [this message]
2015-03-23 19:48 ` Drew Adams
2015-07-02 13:22 ` martin rudalics
2015-07-06 11:08 ` martin rudalics
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5775471c-56b8-4648-b787-6557fd9f327f@default \
--to=drew.adams@oracle.com \
--cc=20183@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=nljlistbox2@gmail.com \
--cc=rudalics@gmx.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.