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
기본 제공 기능인 "지금"입니다. 여러 해 동안 저는이를 위해 다양한 도움말 기능에 대한 조언을 사용했습니다.
파프리카
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.