all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18346: Missing feature; smart contextual documentation (help buffers)
@ 2014-08-28 17:50 user3341592
  0 siblings, 0 replies; only message in thread
From: user3341592 @ 2014-08-28 17:50 UTC (permalink / raw
  To: 18346-ubl+/3LiMTaZdePnXv/OxA

Here is a missing feature which Stefan asked to report.

See http://stackoverflow.com/questions/25551120/bind-f1-to-smart-contextual-documentation-help-buffers.

--8<---------------cut here---------------start------------->8---
Is there a function which I could bind on F1 in Emacs, which would give
me (in a temporary or persistent buffer) contextual documentation on the
"symbol" under point?

IIUC, that'd give the same results as:

- C-c C-v RET in ESS buffers (= ess-display-help-on-object)
- C-h f/v RET in Emacs Lisp buffers (= describe-function/variable)
- C-h S in Shell buffers (= info-lookup-symbol) + M-x man-follow?
- ??? in AWK, C, Java
- ??? in AUCTeX buffers (well, that may be a big dream ;-))
- ...

Somehow, Auto-Complete does that job (at least in ESS and Emacs Lisp
buffers), as it displays the right help (on functions, on variables,
etc.) in its "quick help" tooltip. Though, it's only displayed in the
completion process, not after.

I first thought that info-lookup-symbol would be (part of) the solution,
but it already does NOT work in ESS, so it's pretty very limited...

What should I bind onto F1, then?
--8<---------------cut here---------------end--------------->8---





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-28 17:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 17:50 bug#18346: Missing feature; smart contextual documentation (help buffers) user3341592

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.