Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 emacs paredit-mode 中,可以通过点击杀死当前行内的所有以下表达式Ctrl+k:
Ctrl+k
(1 |(2 3) 4 5) (1)
你怎么能做同样的事情,但只是影响下一个表达式:
(1 |(2 3) 4 5) (1 4 5)
试试CMk (ctrl+alt+k) 不是paredit功能,而是emacs原生编辑功能:
http://www.cliki.net/Editing+Lisp+Code+with+Emacs