public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: NCurses + acs_map + profile
  2001-11-18 17:11 NCurses + acs_map + profile Igor Bujna
@ 2001-11-18 17:11 ` egor duda
  2001-11-28  3:59   ` egor duda
  2001-11-19  2:02 ` Charles Wilson
  2001-11-28  3:23 ` Igor Bujna
  2 siblings, 1 reply; 6+ messages in thread
From: egor duda @ 2001-11-18 17:11 UTC (permalink / raw)
  To: Igor Bujna; +Cc: cygwin

Hi!

Wednesday, 28 November, 2001 Igor Bujna igor.bujna@maxi-tip.cz wrote:

IB> Hi,
IB> I had problem with visulation acs_map and curses under cygwin.
IB> Question and answer is on this 
IB> site:http://sources.redhat.com/ml/cygwin/2001-09/msg01053.html
IB> I want you ask , can you put this:
IB> #------------------------------------
IB> export CYGWIN=codepage:oem
IB> #------------------------------------
IB> to /etc/profile automaticaly after instalation cygwin.
IB> Thank you for your answer

CYGWIN environment variable should be set _before_ cygwin
application is started. setting CYGWIN variable from inside of cygwin
application, such as setting it from bash's /etc/profile, may lead to
_unpredictable_ and _disastrous_ results.

you should tweak setting of CYGWIN variable in autoexec.bat (w9x) or
from control panel yourself.

making codepage to be oem by default is, i believe, wrong. i doubt
all or majority of cygwin users prefer it as default.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


--
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/

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

* NCurses + acs_map + profile
@ 2001-11-18 17:11 Igor Bujna
  2001-11-18 17:11 ` egor duda
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Igor Bujna @ 2001-11-18 17:11 UTC (permalink / raw)
  To: cygwin

Hi,
I had problem with visulation acs_map and curses under cygwin.
Question and answer is on this 
site:http://sources.redhat.com/ml/cygwin/2001-09/msg01053.html
I want you ask , can you put this:
#------------------------------------
export CYGWIN=codepage:oem
#------------------------------------
to /etc/profile automaticaly after instalation cygwin.
Thank you for your answer



--
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/

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

* Re: NCurses + acs_map + profile
  2001-11-18 17:11 NCurses + acs_map + profile Igor Bujna
  2001-11-18 17:11 ` egor duda
@ 2001-11-19  2:02 ` Charles Wilson
  2001-11-28 10:26   ` Charles Wilson
  2001-11-28  3:23 ` Igor Bujna
  2 siblings, 1 reply; 6+ messages in thread
From: Charles Wilson @ 2001-11-19  2:02 UTC (permalink / raw)
  To: Igor Bujna; +Cc: cygwin

Igor Bujna wrote:

> Hi,
> I had problem with visulation acs_map and curses under cygwin.
> Question and answer is on this 
> site:http://sources.redhat.com/ml/cygwin/2001-09/msg01053.html
> I want you ask , can you put this:
> #------------------------------------
> export CYGWIN=codepage:oem
> #------------------------------------
> to /etc/profile automaticaly after instalation cygwin.
> Thank you for your answer


Nah, that would really hurt the non-US folks.  I'll put a big notice 
about codepage:oem in a more prominent place within 
/usr/doc/Cygwin/ncurses.README

--Chuck



--
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/

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

* NCurses + acs_map + profile
  2001-11-18 17:11 NCurses + acs_map + profile Igor Bujna
  2001-11-18 17:11 ` egor duda
  2001-11-19  2:02 ` Charles Wilson
@ 2001-11-28  3:23 ` Igor Bujna
  2 siblings, 0 replies; 6+ messages in thread
From: Igor Bujna @ 2001-11-28  3:23 UTC (permalink / raw)
  To: cygwin

Hi,
I had problem with visulation acs_map and curses under cygwin.
Question and answer is on this 
site: http://sources.redhat.com/ml/cygwin/2001-09/msg01053.html
I want you ask , can you put this:
#------------------------------------
export CYGWIN=codepage:oem
#------------------------------------
to /etc/profile automaticaly after instalation cygwin.
Thank you for your answer



--
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/

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

* Re: NCurses + acs_map + profile
  2001-11-18 17:11 ` egor duda
@ 2001-11-28  3:59   ` egor duda
  0 siblings, 0 replies; 6+ messages in thread
From: egor duda @ 2001-11-28  3:59 UTC (permalink / raw)
  To: Igor Bujna; +Cc: cygwin

Hi!

Wednesday, 28 November, 2001 Igor Bujna igor.bujna@maxi-tip.cz wrote:

IB> Hi,
IB> I had problem with visulation acs_map and curses under cygwin.
IB> Question and answer is on this 
IB> site: http://sources.redhat.com/ml/cygwin/2001-09/msg01053.html
IB> I want you ask , can you put this:
IB> #------------------------------------
IB> export CYGWIN=codepage:oem
IB> #------------------------------------
IB> to /etc/profile automaticaly after instalation cygwin.
IB> Thank you for your answer

CYGWIN environment variable should be set _before_ cygwin
application is started. setting CYGWIN variable from inside of cygwin
application, such as setting it from bash's /etc/profile, may lead to
_unpredictable_ and _disastrous_ results.

you should tweak setting of CYGWIN variable in autoexec.bat (w9x) or
from control panel yourself.

making codepage to be oem by default is, i believe, wrong. i doubt
all or majority of cygwin users prefer it as default.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


--
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/

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

* Re: NCurses + acs_map + profile
  2001-11-19  2:02 ` Charles Wilson
@ 2001-11-28 10:26   ` Charles Wilson
  0 siblings, 0 replies; 6+ messages in thread
From: Charles Wilson @ 2001-11-28 10:26 UTC (permalink / raw)
  To: Igor Bujna; +Cc: cygwin

Igor Bujna wrote:

> Hi,
> I had problem with visulation acs_map and curses under cygwin.
> Question and answer is on this 
> site: http://sources.redhat.com/ml/cygwin/2001-09/msg01053.html
> I want you ask , can you put this:
> #------------------------------------
> export CYGWIN=codepage:oem
> #------------------------------------
> to /etc/profile automaticaly after instalation cygwin.
> Thank you for your answer


Nah, that would really hurt the non-US folks.  I'll put a big notice 
about codepage:oem in a more prominent place within 
/usr/doc/Cygwin/ncurses.README

--Chuck



--
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/

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

end of thread, other threads:[~2001-11-28 18:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-18 17:11 NCurses + acs_map + profile Igor Bujna
2001-11-18 17:11 ` egor duda
2001-11-28  3:59   ` egor duda
2001-11-19  2:02 ` Charles Wilson
2001-11-28 10:26   ` Charles Wilson
2001-11-28  3:23 ` Igor Bujna

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