unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* $EMACS, used to be set to "t", now it's set to the path of the emacs binary?
@ 2006-11-26 11:05 Eric Lilja
  2006-11-26 12:59 ` Eric Lilja
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Lilja @ 2006-11-26 11:05 UTC (permalink / raw)


Hi, I used to have this section in my .bashrc-file:
if [ "$EMACS" == "t" ]
then
    PS1='\n\[\033[32m\]\u@\h \[\033[33m\w\033[0m\]\n$ '
fi

in order to get a good looking prompt in shell mode under cygwin
(otherwise it would contain ugly control chars). Now I noticed it
doesn't work anymore and it seems that $EMACS no longer contains t (for
true I guess), but instead it contains the path of the emacs binary
used to start this invocation of emacs. When was this changed?
I changed my .bashrc to if [ "$EMACS" != "" ] and that seems to work.
Is there a better way?

/ E

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

end of thread, other threads:[~2006-11-26 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-26 11:05 $EMACS, used to be set to "t", now it's set to the path of the emacs binary? Eric Lilja
2006-11-26 12:59 ` Eric Lilja
2006-11-26 14:10   ` Markus Triska

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).