Mutt and UTF-8

2006-10-15 Thread John Smith
I find I have a problem with mutt. The program does not recognise that the emails I send are encoded as UTF-8, and instead labels them as "unknown-8bit", with the result that they don't display properly on the receiving system. I presume this problem is something to do with the lack of locale in Cy

Re: 1.5.21-2 CYGWIN1.DLL Invalid Page Fault (in a new thread)

2006-10-15 Thread Charles Brockman
Larry Hall (Cygwin) wrote: >> Should I try anything else? > I'm not sure. Maybe look around on your system (using the Windows find > utility) to see if there is another cygwin*.dll on your system. No, just the one copy of cygwin1.dll. For now I'll chalk it up as an incompatibility with Windows 98

Re: Behavior of ifstream::read() in g++

2006-10-15 Thread Danny Smith
Alex Vinokur Sunday, 15 October 2006 5:10 p.m. > This program has different behavior in > * g++ 3.4.4 (Cygwin) > * gpp 4.0.1 *Djgpp) > * Microsoft C++ 13.00.9466 > > --- foo.cpp -- > #include > #include > #include > using namespace std; > > #define BUFFER_SIZE 1500 > #define INPUT_FI

[ADMINISTRIVIA] lost email

2006-10-15 Thread Christopher Faylor
I wanted to let everyone know that sourceware.org/gcc.gnu.org/cygwin.com experienced an email outage for a while starting at 2006/10/15 04:43 GMT to about 2006/10/15 18:46 GMT. During that time some email was lost. This was due to a typo that I added to one of the email filters to attempt to ward

Re: vim mlcscope interface issues

2006-10-15 Thread Dave & Diane
Hi Frodak, Interesting find. Looks like I'll have to work with the vim folks to see if they will add support for mlcscope. It is a completely different version than cscope, but the interface is generically the same so I don't think it would be too difficult to add support in vim and fix if_cs

Can not start UltraEdit using cygwin path

2006-10-15 Thread lin q
Hi, I am using BASH on cygwin, I define the following function to start UltraEdit, uedit () { uedit32.exe $@ & } But I find that I can only give it DOS path like this, uedit c:/tmp/log If I run it with cygwin path like this, uedit /cygdrive/c/tmp/log UltraEdit says the path is wrong

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Brian Dessent
lin q wrote: > If I run it with cygwin path like this, > > uedit /cygdrive/c/tmp/log > > UltraEdit says the path is wrong. UltraEdit is not a Cygwin application. How on earth do you expect it to understand something beginning in /cygdrive? Look into cygpath. > Interesting enough, I hav

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to lin q on 10/15/2006 6:25 PM: > Interesting enough, I have similar function for gvim, > > vi () > { >gvim $@ & I would use "$@" instead of $@, in case you pass the function arguments containing shell metacharacters. - -- Life is sho

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread lin q
From: Brian Dessent <[EMAIL PROTECTED]> Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Can not start UltraEdit using cygwin path Date: Sun, 15 Oct 2006 17:34:15 -0700 lin q wrote: > If I run it with cygwin path like this, > > uedit /cygdrive/c/tmp/log > > UltraEdit says the p

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Andrew DeFaria
lin q wrote: From: Brian Dessent <[EMAIL PROTECTED]> Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Can not start UltraEdit using cygwin path Date: Sun, 15 Oct 2006 17:34:15 -0700 lin q wrote: > If I run it with cygwin path like this, > > uedit /cygdrive/c/tmp/log > > UltraE

Re: Can not start UltraEdit using cygwin path

2006-10-15 Thread Larry Hall (Cygwin)
lin q wrote: From: Brian Dessent lin q wrote: > If I run it with cygwin path like this, > > uedit /cygdrive/c/tmp/log > > UltraEdit says the path is wrong. UltraEdit is not a Cygwin application. How on earth do you expect it to understand something beginning in /cygdrive? Look into cygpa