emacs - 如何在emacs中设置缓冲区局部变量

标签 emacs

我想将缓冲区局部变量(特别是标记环)设置为默认值(nil)。我怎样才能完成这项任务?是创建某些函数并将其绑定(bind)到 init.el 文件中的键序列的唯一选项吗?

最佳答案

M-x eval-expression (setq mark-ring nil) (还有 M-: (setq mark-ring nil) )

关于emacs - 如何在emacs中设置缓冲区局部变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18451727/

相关文章:

Emacs - 用字符 X 填充一行直到 Y 列

debugging - 在 Emacs 和 SLIME 中调试 Common Lisp 的有效方法是什么?

python - emacs 上的 IPython 阻止键绑定(bind)

macos - OS X 上的直接排序错误

emacs - 在 emacs 中写博客

emacs 口齿不清 : how to add to link/hyperlink to another file just like that in *H e l p*

emacs - 配置 Emacs FlyMake 以使用 Rakefile 和 Makefile

google-chrome - 从 Emacs 远程控制 Chrome/Chromium 浏览器?

sorting - 如何对emacs中的文件进行排序?

emacs - 如何使用 org-export 生成索引?