Epsilon User's Manual and Reference >
Command Reference >
narrow-to-region
Temporarily restrict editing to between point and mark.
This command temporarily restricts your access to the current buffer.
Point can only vary between the values point and mark had when you
invoked narrow-to-region. The commands that go to the beginning and
end of the buffer will instead go to the beginning and end of this
region. Searches will only operate within the region. However, the
commands that write the buffer to a file will write the entire buffer,
not just the constricted region. See also the widen-buffer
command.
More info:
Miscellaneous
widen-buffer
Epsilon Programmer's Editor 14.06 manual. Copyright (C) 1984, 2024 by Lugaru Software Ltd. All rights reserved.
|