![]() |
1
66
从 documentation : (get-buffer name) Return the buffer named name (a string). If there is no live buffer named name, return nil. name may also be a buffer; if so, the value is that buffer. (get-buffer-create name) Return the buffer named name, or create such a buffer and return it. A new buffer is created if there is no live buffer named name. If name starts with a space, the new buffer does not keep undo information. If name is a buffer instead of a string, then it is the value returned. The value is never nil. |
![]() |
2
8
这就是我所做的:
这将检查缓冲区是否有划痕。如果有这样的事,杀了它。 如果没有,什么也不做。 |
![]() |
3
6
不确定这个谓词出现的版本,但现在Emacs已经出现了
|
![]() |
4
5
如果您想如上所述定义您的假设函数,可以这样做:
|
![]() |
Community wiki · 进程。退出(0):输出消失? 1 年前 |
![]() |
Rorschach · cl循环破坏性修改cons单元 7 年前 |
![]() |
Rorschach · 宏在定义时将关键帧视为true 7 年前 |
![]() |
Manoel Vilela · 有没有办法检查是否引用了符号? 7 年前 |
![]() |
hw9527 · Elisp变量绑定到自身 7 年前 |
![]() |
Aquaactress · 在视觉模式下自动输入Beg End参数 7 年前 |
![]() |
Color · emacs解释器如何计算表达式? 8 年前 |
![]() |
David S. · 如何在elisp的表达式中传递运算符? 8 年前 |
![]() |
jppower175 · eLisp递归函数 8 年前 |