0

Windows 10 (64 bit), Emacs 25.1, Helm package.

Suppose I has some text that has word test. And I run command "helm-occur" to find this word. Here result: enter image description here

So, now I want to save result to buffer hmoccur. I use C-x C-s. So here result. enter image description here

As you can see this buffer is read only. So I use command read-only-mode to disable read only. Here result: enter image description here

And now I want to edit this buffer(add letter "a"). But I get the next strange message (a is undefined). And as result not print letter "a" :enter image description here

Community
  • 1
  • 1
Alexei
  • 14,350
  • 37
  • 121
  • 240
  • Why I can't edit text in buffer *hmoccur* ? – Alexei May 23 '17 at 07:28
  • Emacs seems to make a distinction between: "Buffer is read only" vs. "text is read-only." See: https://stackoverflow.com/questions/24565068/emacs-text-is-read-only#30906336 – AAAfarmclub Jun 14 '17 at 06:49

0 Answers0