Ch fの後に* Help *ウィンドウバッファーを選択します


14

emacs lisp関数については、「Ch f」をたくさん実行します。ヘルプバッファを表示するウィンドウを選択し(Ch fの直後)、ウィンドウを閉じるには「q」を押します。これを達成する方法はありますか?


軽度の関連性:github.com/abo-abo/ace-linkを使用して、*Help*バッファに移動できます。
abo-abo

回答:


19

試してみる

(setq help-window-select t)

または、この変数をカスタマイズします。完全なドキュメントの状態:

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
これがビルトイン機能である「今」を知っているのは良いことです!長い間、私はこれを行うためにさまざまなヘルプ機能のアドバイスを使用していました。
パプリカ14年
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.