Re: Local (polish) characters

2004-02-07 Thread Krzysztof Duleba
Igor Pechtchanski wrote: > > Polish special characters are produced with right alt and a letter key. Is > > Cygwin somehow intercepting such combinations? I suppose so, as right alt + > > a gives (arg: 9) on the display (in cmd.exe such a combination results in > > 'a' with a hook), right alt + l

Re: Local (polish) characters

2004-02-07 Thread Igor Pechtchanski
On Sun, 8 Feb 2004, Krzysztof Duleba wrote: > Igor Pechtchanski wrote: > > >> Is there a way to make Cygwin display polish characters? I see no > >> setconsole, setfont programs, nor /etc/sysconfig directory. Does Cygwin > >> support local character sets at all? > > Cygwin supports local character

'errno' bug in cygwin+samba

2004-02-07 Thread W.J. van der Laan
Hello, Today I stumbled on a really strange bug in Cygwin and Samba: errno 2 is returned when attempting to create a file or directory that already exists. #include #include void main() { if(mkdir("test", 0777) < 0) perror("mkdir1"); if(mkdir("test", 0777) < 0)

Re: Local (polish) characters

2004-02-07 Thread Krzysztof Duleba
Igor Pechtchanski wrote: >> Is there a way to make Cygwin display polish characters? I see no >> setconsole, setfont programs, nor /etc/sysconfig directory. Does Cygwin >> support local character sets at all? > Cygwin supports local character sets only > to the extent that your version of Windows

RE: Root (/) size problem\limitation?

2004-02-07 Thread Mark Ewert
Igor, Will do - now that I've figured out the quota issue I'll see what I can do about mail wrapping. Sorry about the long lines and for not figuring out the problem before posting. Mark -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 20

Re: Root (/) size problem\limitation?

2004-02-07 Thread Igor Pechtchanski
Mark, Please set your mailer to wrap long lines at a reasonable column. Your current setting makes your message very hard to read, especially in the web archives (see ). More below. On Sat, 7 Feb 2004, Mark Ewert wrote: > Greetings, > > I've be

Figure it out: Root (/) size problem\limitation?

2004-02-07 Thread Mark Ewert
Fu**ing Microsoft - I figured it out. I did the installation on Windows 2003 Small Business Server and by default it sets a 1GB quota for each user on the C:\ drive. G In any event - if anyone else is silly enough to use Windows 2003 SBS - definitely add Cygwin to it but disable the mise

Re: Local (polish) characters

2004-02-07 Thread Igor Pechtchanski
On Sat, 7 Feb 2004, Igor Pechtchanski wrote: > On Sun, 8 Feb 2004, Krzysztof Duleba wrote: > > > Hi! > > > > Is there a way to make Cygwin display polish characters? I see no > > setconsole, setfont programs, nor /etc/sysconfig directory. Does Cygwin > > support local character sets at all? > > >

RE: Root (/) size problem\limitation?

2004-02-07 Thread Mark Ewert
I just did another install on an XP system with a single (non-mirrored) 40GB c:\ drive and Cygwin can properly see and utilize the entire drive. I'm going to wipe the installation on Windows 2003 and try it again. I'll report back the results if I have the same problem. Mark -Original Mess

Re: Local (polish) characters

2004-02-07 Thread Thorsten Kampe
* Krzysztof Duleba (2004-02-08 00:19 +0100) > Is there a way to make Cygwin display polish characters? I see no > setconsole, setfont programs, nor /etc/sysconfig directory. Does Cygwin > support local character sets at all? Cygwin itself is just an emulation layer so it cannot display any charact

Re: Local (polish) characters

2004-02-07 Thread Igor Pechtchanski
On Sun, 8 Feb 2004, Krzysztof Duleba wrote: > Hi! > > Is there a way to make Cygwin display polish characters? I see no > setconsole, setfont programs, nor /etc/sysconfig directory. Does Cygwin > support local character sets at all? > > Regards > Krzysztof Duleba Unless you're talking about X, Cy

Re: patch for additional args to setup.exe

2004-02-07 Thread Igor Pechtchanski
On Sun, 8 Feb 2004, Robert Collins wrote: > On Sun, 2004-02-08 at 01:30, Igor Pechtchanski wrote: > > > Umm, Rob, CVS already contains '-h' for help, and the options *are* > > case-sensitive... > > I know. From a UI perspective though, I don't want to user -H ok? > > Rob Sure. You're the maintai

Root (/) size problem\limitation?

2004-02-07 Thread Mark Ewert
Greetings, I've been searching for an answer to this problem for hours (literally) and have not been able to find one in any of the Cygwin FAQs, documentation, mailing-lists, newsgroups or Google. So apologies in advance if the answer to this is obvious. I have installed Cygwin (latest version)

Local (polish) characters

2004-02-07 Thread Krzysztof Duleba
Hi! Is there a way to make Cygwin display polish characters? I see no setconsole, setfont programs, nor /etc/sysconfig directory. Does Cygwin support local character sets at all? Regards Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: patch for additional args to setup.exe

2004-02-07 Thread Robert Collins
On Sun, 2004-02-08 at 01:30, Igor Pechtchanski wrote: > > Umm, Rob, CVS already contains '-h' for help, and the options *are* > case-sensitive... I know. From a UI perspective though, I don't want to user -H ok? Rob -- GPG key available at: . signatur

Re: tcl /tk on cygwin + mouse wheel event

2004-02-07 Thread Mathieu Malaterre
Alejandro, A few more questions. I browse through the python/lib-tk directory and i found that: ... if sys.plateform == "win32": ... But on a cygwin system sys.plateform return "cygwin". Is this a mistake ? what does sys.plateform return on your system ? BTW what does tcl_platform(platform) r

Re: tcl /tk on cygwin + mouse wheel event

2004-02-07 Thread Mathieu Malaterre
Alejandro, [Please CC as I am not on the list] Your suggestion did get me a little further :) Now the python script output 'foo' but I still get a seg fault (*). On the other hand the tcl script didn't change, I still don't get anything. *But* if I start startxwin.sh and then start: $ wish

Re: cygwin-perl mailling list

2004-02-07 Thread dominix
Sam Steingold wrote: >> * dominix <[EMAIL PROTECTED]> [2004-02-05 22:06:00 -1000]: >> >> cygwin-perl mailling exist now at [EMAIL PROTECTED] >> you can subscribe sending a email at >> [EMAIL PROTECTED] the home and archives are at >> http://groups.yahoo.com/group/cygwin-perl/ this list is supposed

Re: How can i really uninstall completly cygwin from Windows XP Pro ???

2004-02-07 Thread Igor Pechtchanski
On Sat, 7 Feb 2004, Flo wrote: > Hello, > > I have a question i ever seen in this forum but without a correct > response : > > How can i uninstall completly cygwin from Windows XP Pro ??? > > I try uninstall it with the setup.exe but it doesn’t work : > > The FAQ says that : > > How do I uninstall

How can i really uninstall completly cygwin from Windows XP Pro ???

2004-02-07 Thread Flo
Hello, I have a question i ever seen in this forum but without a correct response : How can i uninstall completly cygwin from Windows XP Pro ??? I try uninstall it with the setup.exe but it doesn’t work : The FAQ says that : How do I uninstall all of Cygwin? Setup has no automatic uninstall f

RE:

2004-02-07 Thread Peter Schoen
Viele Erotik-Webmaster arbeiten mit Tricks wie angeblichen "Crack-Dialer" oder gehackten Dialer um sich Umsaetze zu schaffen. Wir denken das ist der falsche Weg! Um uns dennoch von anderen Erotik-Seiten abzuheben, haben wir beschlossen, einen TEST-Login fuer unsere Neukunden einzurichten. Der Lo

Re: patch for additional args to setup.exe

2004-02-07 Thread Igor Pechtchanski
On Sat, 7 Feb 2004, Igor Pechtchanski wrote: > On Sat, 7 Feb 2004, Robert Collins wrote: > > > On Fri, 2004-02-06 at 16:55, Edward S. Peschko wrote: > > > hey all, > > > > > > below is a relatively small patch to setup.exe that adds the following > > > command line options: > > > > > > -E: use I

Re: patch for additional args to setup.exe

2004-02-07 Thread Igor Pechtchanski
On Sat, 7 Feb 2004, Robert Collins wrote: > On Fri, 2004-02-06 at 16:55, Edward S. Peschko wrote: > > hey all, > > > > below is a relatively small patch to setup.exe that adds the following > > command line options: > > > > -E: use IE connection settings for downloading > > -H: give a proxy na

Xemacs not finding things in a reasonable place

2004-02-07 Thread David A. Cobb
My Cygwin-provided version of Xemacs was complaining upon launch about not finding things in a reasonable place. I see that the latest update notes a "workaround". It could, I believe, be corrected by appropriate entries in `path.c'. This would still leave our version rather different from the

Re: patch for additional args to setup.exe

2004-02-07 Thread Robert Collins
On Fri, 2004-02-06 at 16:55, Edward S. Peschko wrote: > hey all, > > below is a relatively small patch to setup.exe that adds the following > command line options: > > -E: use IE connection settings for downloading > -H: give a proxy name to use ... -H is reserved for help. > -P: give a

Re: cygwin-perl mailling list

2004-02-07 Thread Reini Urban
Christopher Faylor schrieb: On Thu, Feb 05, 2004 at 10:06:00PM -1000, dominix wrote: cygwin-perl mailling exist now at [EMAIL PROTECTED] you can subscribe sending a email at [EMAIL PROTECTED] the home and archives are at http://groups.yahoo.com/group/cygwin-perl/ this list is supposed to support/s

cygwin-1.5.7-1 crashes in Windows 95

2004-02-07 Thread Rodrigo Medina
Hi all, After upgrading, "XWin -multiwindow &" immediately crashes. Windows 95 reports page fault in cygwin1.dll. Relevant information is in attachments. Without the multiwindow option there is no crash. I am using cygwin-1.5.7-1 and XFree86-xserv-4.3.0-44 With cygwin-1.5.5-1 there is no crash. R

gcc packaging bug [Was: Re: libtool linking problem]

2004-02-07 Thread Charles Wilson
Larry Hall wrote: libtool: link: cannot find the library `/GCC/gcc-3.3.1-3/.inst/package- gcc/usr/lib/./libstdc++.la' It's hard to work with partial problem reports. My WAG is that you didn't install the gcc-g++ package. If that's true, do so. If it's not, do a 'cygcheck -c gcc-g++'. If the "