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.
Windows 10(64 位)、Emacs 25.1、Helm 包。
假设我有一些包含单词test的文本。我运行命令“helm-occur”来找到这个词。这里的结果:
所以,现在我想将结果保存到缓冲区hmoccur。我使用Cx Cs。所以这里的结果。
如您所见,此缓冲区是只读的。所以我使用命令只读模式来禁用只读。这里的结果:
现在我想编辑这个缓冲区(添加字母“a”)。但我收到下一条奇怪的消息(a 未定义)。结果不打印字母“a”: