gpt4 book ai didi

emacs - 防止 emacs 完成后自动关闭窗口

转载 作者:行者123 更新时间:2023-12-04 19:14:18 25 4
gpt4 key购买 nike

这是已经提到的问题的一些变体,但我无法弄清楚究竟是什么。

我的框架分为三个窗口:

----------------
| | |
| |------|
| |shell |
----------------

当我输入 shell 时,我会执行“tab”来完成。它们出现在左侧的窗口中。然后 emacs 不会关闭缓冲区,而是关闭整个窗口,我只剩下一个水平分割的屏幕:
----------------
| |
|--------------|
| shell |
----------------

我不确定我是否了解如何阻止这种情况发生,而且我记得这不是问题。我的拙劣尝试设法达到了 emacs 根本不会关闭完成建议缓冲区的状态,但这也不理想。

我该怎么做才能让 emacs 通常关闭完成缓冲区,但不要理会我的窗口?

最佳答案

M-x dedicated-mode

;; This minor mode allows you to toggle a window's "dedicated" flag.
;; When a window is "dedicated", Emacs will not select files into that
;; window. This can be quite handy since many commands will use
;; another window to show results (e.g., compilation mode, starting
;; info, etc.) A dedicated window won't be used for such a purpose.
;;
;; Dedicated buffers will have "D" shown in the mode line.

关于emacs - 防止 emacs 完成后自动关闭窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11705318/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com