Wybierz bufor okna * Pomoc * po Ch f

14

Często używam „Ch f” dla funkcji emacs lisp. Wolę, aby okno zawierające bufor pomocy zostało wybrane (zaraz po Ch f), a następnie naciśnij „q”, gdy skończysz, aby zamknąć okno. Czy istnieje sposób na osiągnięcie tego?

Matthias
źródło
Łagodnie powiązane: możesz użyć github.com/abo-abo/ace-link, aby poruszać się po *Help*buforze, gdy tam jesteś.
abo-abo

Odpowiedzi:

19

Próbować

(setq help-window-select t)

lub dostosuj tę zmienną. Pełna dokumentacja stanowi:

Documentation:
Non-nil means select help window for viewing.
Choices are:
 never (nil) Select help window only if there is no other window
             on its frame.
 other       Select help window unless the selected window is the
             only other window on the help window's frame.
 always (t)  Always select the help window.

This option has effect if and only if the help window was created
by `with-help-window'

You can customize this variable.

This variable was introduced, or its default value was changed, in
version 23.1 of Emacs.
Konstantyn
źródło
1
Dobrze wiedzieć, że jest to wbudowana funkcja „teraz”! Od wieków korzystałem z porad dotyczących różnych funkcji pomocy, aby to zrobić.
papryka