When a new user types M-x narrow-to-region
, Emacs will prompt for a query:
Please type y, n, ! or SPC (the space bar): _
where the _
stands for a cursor.
Thus, Emacs only accepts these 4 character inputs: y
, n
, !
and SPC
.
It refused most other commands and caused some troubles so that I:
cannot move the cursor so that I cannot copy the prompt-string to this question.
cannot
C-x o
to the*Disabled Command*
buffer (because of the first trouble), which shows some helpful information about the disabled commandnarrow-to-region
.
In other words, I cannot do anything in that buffer.cannot click on the hyperlink
save-restriction
in the buffer*Disabled Command*
.
It makes the usage of hyperlink in the sentence:See also
save-restriction
.meaningless.
How to avoid the trouble described by the question title?
emacs-version: 28.2; system-configuration: x86_64-w64-mingw32