Selezionare * Aiuto * buffer finestra dopo Ch f


14

Faccio molto "Ch f" per le funzioni emacs lisp. Preferisco avere la finestra che visualizza il buffer della Guida selezionato (subito dopo Ch f) e quindi premere "q" quando ho finito per chiudere la finestra. C'è un modo per raggiungere questo obiettivo?


Leggermente correlato: puoi usare github.com/abo-abo/ace-link per navigare nel *Help*buffer una volta che sei lì.
abo-ABO

Risposte:


19

Provare

(setq help-window-select t)

o personalizza questa variabile. La documentazione completa afferma:

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.

1
Buono a sapersi, questa è una funzione integrata "adesso"! Per anni ho usato un consiglio per le varie funzioni di aiuto per farlo.
paprika,
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.