delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/03/24/14:54:33

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <42431AC9.2070602@buddydog.org>
Date: Thu, 24 Mar 2005 14:53:45 -0500
From: Jonathan Arnold <jdarnold AT buddydog DOT org>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050202 MultiZilla/1.7.0.2d
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: rxvt problem: Prompt doesn't look very nice
References: <d1v41l$kii$1 AT sea DOT gmane DOT org> <4243160C DOT 7040503 AT buddydog DOT org> <d1v5e8$p5i$1 AT sea DOT gmane DOT org>
In-Reply-To: <d1v5e8$p5i$1@sea.gmane.org>
X-IsSubscribed: yes

Mikael wrote:
> "Jonathan Arnold" wrote:
> 
>>Mikael wrote:
>>
>>>It looks similar, if not the same, as the result when I tried to set bash 
>>>as the default shell for a native Windows Emacs cvs version. I guess the 
>>>\[\033]0;\w\007
>>>\033[32m\]\u@\h \[\033[33m\w\033[0m\] should display the cwd if it was 
>>>working correctly, yes?
>>
>>These are ansi escape sequences, which won't work "inside" emacs, because
>>it isn't an ANSI terminal.
> 
> I really really hope that someone makes it work some day (I wish I had the 
> knowledge to contribute), because it's on my top-three list of outstanding 

Well, you aren't going to get a colored prompt from within Emacs, but you
can set it up in your .bashrc so it is usable.  I have this code in my .bashrc:

if [ "$EMACS" == "t" ]
then
     export PS1="*** \@ *** \w  ***\n\r"
else
     export PS1="*** $LCYAN\@$WHITE *** $YELLOW\w$WHITE  ***\n\r$NEUTRAL"
fi

So while it isn't colored, it gives me the info anyway.

> Thanks for the link, now it looks much better. Now I just need to find a 
> font I like. Thanks for replying so quickly Jonathan with such excellent 

I checked the man page just sent out, and noticed the Shift-Keyboard-+ and -
shortcut that steps through the various possible fonts.  I'm not sure how
you find out *what* font is selected, but it seems to work.

-- 
Jonathan Arnold     (mailto:jdarnold AT buddydog DOT org)
Amazing Developments       http://www.buddydog.org

I feel like a fugitive from the law of averages. -
  William H. Mauldin


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019