Sélectionnez * Aide * tampon de fenêtre après Ch f

14

Je fais beaucoup "Ch f" pour les fonctions emacs lisp. Je préfère que la fenêtre affichant le tampon d' aide soit sélectionnée (juste après Ch f), puis appuyez sur "q" lorsque j'ai terminé pour fermer la fenêtre. Y a-t-il un moyen d'y parvenir?

Matthias
la source
Légèrement lié: vous pouvez utiliser github.com/abo-abo/ace-link pour naviguer dans le *Help*tampon une fois que vous y êtes.
abo-abo

Réponses:

19

Essayer

(setq help-window-select t)

ou personnalisez cette variable. La documentation complète indique:

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.
Constantine
la source
1
Bon à savoir, c'est une fonctionnalité intégrée "maintenant"! Pendant des siècles, j'ai utilisé un conseil pour les différentes fonctions d'aide pour ce faire.
paprika