all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* every release of emacs, i have to fix comint
@ 2019-05-01 22:03 Samuel Wales
  2019-05-03  5:56 ` Andreas Seltenreich
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Samuel Wales @ 2019-05-01 22:03 UTC (permalink / raw)
  To: help-gnu-emacs

a few releases ago, like 23 or 24, shell mode prompts stopped showing
the beautiful colors set up in .bashrc or .profile or wherever they
are set.

instead, the prompt was set to a new face, in a single color.

to fix it, i have to copy comint.el and quote out a couple of lines,
which i do haphazardly but works.

for example:

              ;; alpha
	      '(add-text-properties prompt-start (point) '(rear-nonsticky t)))

is there a variable someplace that says "please don't chnge my bash prompt"?

thanks.

-- 
The Kafka Pandemic

What is misopathy?
https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html

The disease DOES progress. MANY people have died from it. And ANYBODY
can get it at any time.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-06  7:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-01 22:03 every release of emacs, i have to fix comint Samuel Wales
2019-05-03  5:56 ` Andreas Seltenreich
2019-05-03 23:40 ` Samuel Wales
2019-05-06  7:03   ` Tadeus Prastowo
2019-05-04 10:14 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.