help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: replace-regexp


From: Emanuel Berg
Subject: Re: replace-regexp
Date: Sun, 09 May 2021 00:25:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Tassilo Horn wrote:

>> What does it do to end that makes it work?
>
> The t in (copy-marker end t) says that the marked should
> stay after inserted text, i.e., it automatically moves
> backwards if text is inserted before it. With your original
> example, end was just a position (integer) which did not
> change and the last replacement made point move beyond it.

Yes, I suspected something to that "end", but how can it work
if just done once? It enables some function that will
update end every time mark is, perhaps...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]