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 选定区域中非空白字符的数量。怎么做?我没有找到任何“内置”功能。我想我需要实现我自己的 elisp 函数。我不知道该怎么做。任何帮助或材料表示赞赏。
无需编写自己的代码;已经有功能how-many可以满足您的需求。选择区域后,只需键入M-xhow-manyRET,然后输入\S-要匹配的正则表达式。
how-many
\S-