【问题标题】:Scroll bars are turned off and have an empty face, yet still display?滚动条已关闭且面无表情,但仍显示?
【发布时间】:2013-12-30 23:18:45
【问题描述】:

请注意我的自定义设置的这张图片:

您可以清楚地看到左侧的滚动条(也在屏幕右侧),尽管有指示设置。此外,我的 .emacs 中有这个:

(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(blink-cursor-mode nil)
 '(custom-enabled-themes (quote (solarized-light)))
 '(custom-safe-themes (quote ("fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" "e16a771a13a202ee6e276d06098bc77f008b73bbac4d526f160faa2d76c1dd0e" "1e7e097ec8cb1f8c3a912d7e1e0331caeed49fef6cff220be63bd2a6ba4cc365" default)))
 '(menu-bar-mode t)
 '(package-archives (quote (("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))))
 '(scroll-bar-mode nil)
 '(tool-bar-mode nil))

注意滚动条模式设置为 nil 的那一行。

为什么左边有那个丑陋的酒吧?

【问题讨论】:

    标签: emacs emacs-faces


    【解决方案1】:

    那不是滚动条,那是边缘。您可以通过自定义fringe-mode 变量来控制它。如果您不想手动执行此操作,请执行 Mx customize-variable RET fringe-mode RET,从值菜单并保存。

    更多关于窗边的信息here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-08-20
      • 2019-04-21
      • 2020-10-13
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多