emacs - 删除 Emacs 突出显示

标签 emacs syntax-highlighting

我使用 emacs 命令“highlight-compare-buffers”来查看两个文件之间的变化。但我不知道如何关闭突出显示。看起来应该很容易,但我似乎无法弄清楚即使使用大量谷歌搜索和搜索 emacs 帮助文件。

最佳答案

尝试:

C-u -1 M-x 高亮比较缓冲区

global-highlight-changes is an interactive autoloaded Lisp function in `hilit-chg'.

(global-highlight-changes &optional arg)

Turn on or off global Highlight Changes mode.

When called interactively:

  • if no prefix, toggle global Highlight Changes mode on or off

  • if called with a positive prefix (or just C-u) turn it on in active mode

  • if called with a zero prefix turn it on in passive mode

  • if called with a negative prefix turn it off

关于emacs - 删除 Emacs 突出显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3950242/

相关文章:

file - Emacs-Lisp 中的异步复制文件和复制目录?

markdown - 如何修改 ATOM 编辑器的 Markdown 语法?

Eclipse CDT : Disable red underlining

objective-c - 有没有办法获取另一个 NSString 中出现的 NSString 的 NSRanges 的 NSArray?

syntax-highlighting - 持久:set syntax for a given filetype?

javascript - 使用 Javascript 的语法高亮代码

html - Emacs:yasnippet 在代码片段中插入空格的问题

emacs - 在Emacs中定义新语法

Emacs, describe-key 命令, C-h k

emacs - SLIME、SBCL 和 EMACS 设置未产生预期的输出