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 lisp 模式派生的还是在 slime 中定义的?还是它们是特定于实现的?
根据哪些规则突出显示某些符号而某些不突出?
谢谢
马图斯
您应该查看slime-fontifying-fu.elSLIME 发行版以及lisp-mode.elEmacs 发行版附带的内容。开头是slime-fontifying-fu.el这样写的:
slime-fontifying-fu.el
lisp-mode.el
(:on-load (font-lock-add-keywords 'lisp-mode slime-additional-font-lock-keywords)