| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | "Robert Mark Bram" <relaxedrob AT optushome DOT com DOT au> |
| Cc: | "Cygwin" <cygwin AT cygwin DOT com> |
| Subject: | Re: terminal is not fully functional ***Rootdir problems*** |
| References: | <AHENJAAPGAHKCFPLDPOJMEEMCBAA DOT relaxedrob AT optushome DOT com DOT au> |
| From: | Andrew Markebo <flognat AT flognat DOT myip DOT org> |
| Date: | 18 Mar 2002 13:25:27 +0100 |
| In-Reply-To: | <AHENJAAPGAHKCFPLDPOJMEEMCBAA.relaxedrob@optushome.com.au> |
| Message-ID: | <m3g02yjc5k.fsf@localhost.localdomain> |
| Lines: | 42 |
| User-Agent: | Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
| MIME-Version: | 1.0 |
|
| > Where is your 'homedrive'?
|
| >From the output of set:
| HOME=/cygdrive/c
| HOMEDRIVE=C:
| HOMEPATH='\'
| HOSTNAME=DIJONG
Try to set HOME so it points to the place you want to have 'home'.
Maybe you also need HOMEDRIVE and HOMEPATH set too, but I only think
HOME.
If you unset HOME, I think most cygwin stuff would go for the path in
/etc/passwd
[...]
| > Hmm do a echo $TERM and see what it says..
|
| *** Here is something intereseting:
|
| Robert Mark Bram AT DIJONG ~
| $ echo $TERM
| nutc
Bingo, Rational probably sets the TERM environment variable in the
global environment, either change it in your cygwin.bat (or wherever
you fire up cygwin toold from) or remove the Rational settings.
The problem is that when firing up bash, cygwin notices that TERM is
already set, and therefore defaults to that instead of 'cygwin' as it
wants. unset it in the batch file also..
You might need to finger with TERMCAP and TERMINFO, should be enuff
unsetting them in the batch-file.
/Andy
--
The eye of the beholder rests on the beauty!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |