[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 1d93540: * lisp/comint.el: Fix understickiness of non-comint
From: |
Stefan Monnier |
Subject: |
Re: master 1d93540: * lisp/comint.el: Fix understickiness of non-comint properties |
Date: |
Mon, 12 Apr 2021 22:50:21 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
I believe this is now fixed,
Stefan
Basil L. Contovounesios [2021-04-11 15:03:54] wrote:
> monnier@iro.umontreal.ca (Stefan Monnier) writes:
>
>> branch: master
>> commit 1d93540371aadec8f877bd781267d38d411c40a0
>> Author: Stefan Monnier <monnier@iro.umontreal.ca>
>> Commit: Stefan Monnier <monnier@iro.umontreal.ca>
>>
>> * lisp/comint.el: Fix understickiness of non-comint properties
>
> This seems to cause the following:
>
> 0. emacs -Q
> 1. M-x ielm RET
> 2. (message
>
> The comint-highlight-prompt face bleeds onto the user input.
>
> I don't know if this relates to bug#47603 or preceding discussion.
>
> Thanks,