Emacs-gather:在缓冲区中收集字符串

时间:2021-06-24 03:37:52
【文件属性】:
文件名称:Emacs-gather:在缓冲区中收集字符串
文件大小:7KB
文件格式:ZIP
更新时间:2021-06-24 03:37:52
EmacsLisp 收集文件 gather.el 提供搜索正则表达式和终止文本。 这不是替换或修改 Emacs 终止kill-ring机制。 您必须了解 elisp 正则表达式。 有类似的概念occur 。 如果我认为occur具有面向行的功能,则gather.el 具有面向列表的功能。 您可以处理列表,只要您可以处理 Emacs-Lisp 列表对象。 安装: 将此文件放入加载路径的目录中,并根据需要对其进行字节编译。 并将以下表达式放入您的 ~/.emacs 中。 (require 'gather) (define-key ctl-x-r-map "\M-w" 'gather-matching-kill-save) (define-key ctl-x-r-map "\C-w" 'gather-matching-kill) (define-key ctl-x-r-map "\M-y" 'gather-m
【文件预览】:
Emacs-gather-master
----.travis.yml(296B)
----DEVEL(44B)
----gather-test.el(1KB)
----gather.el(14KB)
----.gitignore(6B)
----Makefile(366B)
----README.md(2KB)

网友评论