Re: configure rxvt on cygwin 1.7.5

2010-07-09 Thread philippe
Andy Koppe a écrit : > > If you invoke it from there, you'll need to precede it with the 'start' > command: > > start mintty -t myminty - OK, thank's for all, Philippe. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: configure rxvt on cygwin 1.7.5

2010-07-09 Thread Andy Koppe
On 9 July 2010 08:51, philippe wrote: >>> For your -e option, simply run mintty with a single "-" as the only >>> option, i.e. "mintty -".  That will tell mintty to run an interactive >>> login shell for your user as specified in /etc/passwd. > > if i add in the Cygwin.bat the line > > mintty -t my

Re: configure rxvt on cygwin 1.7.5

2010-07-09 Thread philippe
Andy Koppe a écrit : >> >> For your -e option, simply run mintty with a single "-" as the only >> option, i.e. "mintty -". That will tell mintty to run an interactive >> login shell for your user as specified in /etc/passwd. if i add in the Cygwin.bat the line mintty -t myminty - mintty is la

Re: configure rxvt on cygwin 1.7.5

2010-07-09 Thread philippe
Csaba Raduly a écrit : > > That's because you need to translate them from bash syntax to cmd.exe syntax: > > set LANG=C.ISO-8859-1 > set LC_CTIME=C OK, it was so simple :-) Philippe. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

Re: configure rxvt on cygwin 1.7.5

2010-07-09 Thread Csaba Raduly
On Fri, Jul 9, 2010 at 9:08 AM, philippe wrote: > adding > > export LANG=C.ISO-8859-1 > export LC_TIME=C > > in Cygwin.bat has no effect That's because you need to translate them from bash syntax to cmd.exe syntax: set LANG=C.ISO-8859-1 set LC_CTIME=C -- Life is complex, with real and imaginary

Re: configure rxvt on cygwin 1.7.5

2010-07-09 Thread philippe
Andy Koppe a écrit : > On 9 July 2010 00:01 lemkemch wrote: >> If you want to continue with rxvt and want to keep it as close >> as possible to the old behavior set >> >> export LANG=C.ISO-8859-1 >> export LC_TIME=C >> >> in .profile this change modify only output display. > > Setting LANG in .p

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread Andy Koppe
On 8 July 2010 23:41, Jeremy Bopp wrote: > As Jason already informed you, mintty has an options dialog you can use > to configure it.  The equivalents of your rxvt options, except for the > -e option, can be configured there and saved automatically to > ~/.minttyrc so that future runs of mintty aut

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread Andy Koppe
On 9 July 2010 00:01 lemkemch wrote: > If you want to continue with rxvt and want to keep it as close > as possible to the old behavior set > > export LANG=C.ISO-8859-1 > export LC_TIME=C > > in .profile Setting LANG in .profile is too late for bash itself, because that will continue to operate in

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread lemkemch
On Fri, 09 Jul 2010 00:41:25 +0200, Jeremy Bopp wrote: On 7/8/2010 4:22 PM, philippe wrote: Jeremy Bopp a écrit : [...] However, if rxvt used to work for you under Cygwin 1.5, you might be able to make it happy again by changing your LANG setting to LANG=C. No, i don't know where to modif

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread Jeremy Bopp
On 7/8/2010 4:22 PM, philippe wrote: > Jeremy Bopp a écrit : >> [...] However, if rxvt used to work for you under Cygwin 1.5, you might be >> able to make it happy again by changing your LANG setting to LANG=C. > > No, i don't know where to modify this option LANG :-) LANG is an environment varia

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread DePriest, Jason R.
On Thu, Jul 8, 2010 at 4:22 PM, philippe <> wrote: > Jeremy Bopp a écrit : >> [...] However, if rxvt used to work for you under Cygwin 1.5, you might be >> able to make it happy again by changing your LANG setting to LANG=C. > > No, i don't know where to modify this option LANG :-) > >> I highly re

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread philippe
Jeremy Bopp a écrit : > [...] However, if rxvt used to work for you under Cygwin 1.5, you might be > able to make it happy again by changing your LANG setting to LANG=C. No, i don't know where to modify this option LANG :-) > I highly recommend mintty. ok, mintty is distributed with cygwin and s

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread Jeremy Bopp
On 7/8/2010 2:44 PM, philippe wrote: > I've together the contains of /etc/bashrc and ~/.bash into a single file > ~/.profile and now it's ok for my prompt and aliases ! But I've still > some problems with special characters (é à ç ...), how can I change > default encoding to avoid errors like below

Re: configure rxvt on cygwin 1.7.5

2010-07-08 Thread philippe
Andy Koppe a écrit : > > Setting termName to "xterm" in rxvt is a bad idea, because the two > terminals diverge in various ways, for example regarding keycodes for > modifier key combinations. Better stick with TERM=rxvt. ok > > Have a look at > http://www.gnu.org/software/bash/manual/bashref.

Re: configure rxvt on cygwin 1.7.5

2010-07-07 Thread Andy Koppe
On 6 July 2010 22:22, philippe wrote: > -  /cygwin.bat to replace basic console by rxvt with the line > > rxvt -fn "-*-Courier-medium-r-*-18-*-*-*-*-iso8859-1" -geometry 80x30 > -sr -bg "#d5" -fg "black" -sl 2000 -termName xterm -e /usr/bin/bash > --login -i Setting termName to "xterm" in rxvt

Re: configure rxvt on cygwin 1.7.5

2010-07-07 Thread philippe
Csaba Raduly a écrit : > On Tue, Jul 6, 2010 at 11:22 PM, philippe wrote: >> so where should i place the /etc/bashrc > > In the file /etc/bash.bashrc the change bashrc->basch.barchrc doesn't solve the problem. Philippe. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: configure rxvt on cygwin 1.7.5

2010-07-07 Thread Csaba Raduly
On Tue, Jul 6, 2010 at 11:22 PM, philippe wrote: > so where should i place the /etc/bashrc In the file /etc/bash.bashrc -- Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them.

configure rxvt on cygwin 1.7.5

2010-07-06 Thread philippe
Hi, after upgrading cygwin, I fail to customize my rxvt terminal. I've changed the files - /cygwin.bat to replace basic console by rxvt with the line rxvt -fn "-*-Courier-medium-r-*-18-*-*-*-*-iso8859-1" -geometry 80x30 -sr -bg "#d5" -fg "black" -sl 2000 -termName xterm -e /usr/bin/bash --l