emacs-devel
[Top][All Lists]
Advanced

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

Re: master 370d403: Explain in the manual how to make `cursor-intangible


From: Lars Ingebrigtsen
Subject: Re: master 370d403: Explain in the manual how to make `cursor-intangible' work
Date: Sun, 14 Nov 2021 17:09:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Then again, you can also do:
>
>     (insert
>      (propertize "xxxx" 'cursor-intangible t)
>      (propertize "x"))

Sure, but I thought it was more pedagogical with the rear-nonsticky.

> or
>
>     (insert
>      (propertize "xxxxx" 'cursor-intangible t 'rear-nonsticky t))

Nope; doesn't work.

> or even
>
>     (insert
>      (propertize "xxxxx" 'cursor-intangible t 'rear-nonsticky 
> '(cursor-intangible)))

That one either.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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