gpt4 book ai didi

Emacs lisp 分号字符?

转载 作者:行者123 更新时间:2023-12-02 07:35:07 25 4
gpt4 key购买 nike

这是一个愚蠢的问题,真的。
我想要做

(position ?; "This is a test; or is it?")

不幸的是,字体锁是基于正则表达式的,
因此它将代码的一部分突出显示为注释。

处理这个问题的最佳方法是什么?目前,我有
(defconst semicolon (aref ";" 0))
(position semicolon "This is a test; or is it?")

或者
(position 59 "This is a test; or is it?")

最佳答案

你应该用反斜杠转义分号:

(position ?\; "This is a test; or is it?")

关于Emacs lisp 分号字符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17390381/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com