Next: 在 defun 中计算单词数, Previous: 正则表达式搜索, Up: Emacs Lisp 编程简介 [Contents][Index]
defun
重复和正则表达式搜索是在编写Emacs Lisp代码时经常使用的强大工具。本章通过使用 while 循环和递归构建单词计数命令来说明正则表达式搜索的使用。
while
count-words-example