gpt4 book ai didi

emacs - 在 Emacs 中动态显示/隐藏菜单栏

转载 作者:行者123 更新时间:2023-12-01 08:35:32 27 4
gpt4 key购买 nike

我有 menu-bar-open绑定(bind) f11 并关闭菜单栏,因此,f11 调用 tmm-menubar ,这很不方便,并且由于某种原因没有特定于模式的菜单项(例如 org-mode 中的 org 和 tbl )。我希望它以这种方式运行:使菜单栏可见,使用户能够选择菜单项,然后再次使菜单栏不可见。

最惯用和最优雅的方式是什么?

我考虑过编写建议,但 Emacs 开发人员通常不建议这样做,因为它会导致调试问题,而且标准 Emacs 代码不包含建议。

我在 GUI 中使用 Emacs 24.1。

最佳答案

在 Emacs-24 中,您可以简单地这样做:

(global-set-key [f9] 'toggle-menu-bar-mode-from-frame)
  • 不确定 Emacs 24 之前的版本。
  • 请确保 f9 在您的安装中确实可用。
  • 关于emacs - 在 Emacs 中动态显示/隐藏菜单栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11176138/

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