docs: mention that doing a full-buffer operation wipes away all anchors
parent
4bdd6013b0
commit
af062af490
|
@ -612,8 +612,11 @@ at the current line. With @kbd{M-PgUp} and @kbd{M-PgDn} you can jump
|
||||||
to an anchor in the backward/forward direction. This jumping wraps
|
to an anchor in the backward/forward direction. This jumping wraps
|
||||||
around at the top and bottom.
|
around at the top and bottom.
|
||||||
|
|
||||||
When a line with an anchor is deleted or cut, the line where the cursor
|
When a line with an anchor is removed, the line where the cursor ends up
|
||||||
ends up inherits the anchor. When you close the buffer, any anchors disappear.
|
inherits the anchor. After performing an operation on the entire buffer
|
||||||
|
(like formatting it, piping it through a command, or doing an external
|
||||||
|
spell check on it), any anchors that were present are gone. And when
|
||||||
|
you close the buffer, all its anchors simply disappear; they are not saved.
|
||||||
|
|
||||||
@node Limitations
|
@node Limitations
|
||||||
@section Limitations
|
@section Limitations
|
||||||
|
|
Loading…
Reference in New Issue