emacs-devel
[Top][All Lists]
Advanced

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

Re: cursor-intangible and rear-nonsticky t


From: JD Smith
Subject: Re: cursor-intangible and rear-nonsticky t
Date: Mon, 5 Apr 2021 14:02:06 -0400


> On Apr 5, 2021, at 1:01 PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> 
>> I believe `comint-output-filter` is the one responsible for setting
>> `rear-nonsticky t` across the entire prompt:
>> 
>>          (let ((prompt-start (save-excursion (forward-line 0) (point)))
>>                (inhibit-read-only t))
>>             ...
>>            (add-text-properties prompt-start (point) '(rear-nonsticky t)))
> 
> That's unfortunate.  Deserves a bug report, methinks.


Will do.  Between that and the focus-grabbing on MacOS ports, plain old 
‘intangible is looking better and better.  It also doesn’t seem to care about 
over-generous application of ‘rear-nonsticky t. 


reply via email to

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