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

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

bug#20658: 24.4 comint.el obscures prompt faces


From: Samuel Wales
Subject: bug#20658: 24.4 comint.el obscures prompt faces
Date: Mon, 25 May 2015 20:32:39 -0700

prompts in shells often have useful colors.  this code in 24.4
comint.el obscures those faces.

this was not the case in some older emacs versions.

(add-text-properties prompt-start (point)
                                   '(rear-nonsticky t
                                     font-lock-face comint-highlight-prompt))

perhaps it can be conditionalized.

thanks.





reply via email to

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