* bug#20658: 24.4 comint.el obscures prompt faces
@ 2015-05-26 3:32 Samuel Wales
2015-05-26 5:31 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Samuel Wales @ 2015-05-26 3:32 UTC (permalink / raw)
To: 20658
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#20658: 24.4 comint.el obscures prompt faces
2015-05-26 3:32 bug#20658: 24.4 comint.el obscures prompt faces Samuel Wales
@ 2015-05-26 5:31 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2015-05-26 5:31 UTC (permalink / raw)
To: Samuel Wales; +Cc: 20658
Samuel Wales wrote:
> prompts in shells often have useful colors. this code in 24.4
> comint.el obscures those faces.
Thanks; I believe this was already fixed for the next release in
http://debbugs.gnu.org/20084 .
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-26 5:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 3:32 bug#20658: 24.4 comint.el obscures prompt faces Samuel Wales
2015-05-26 5:31 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).