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
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
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
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
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
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
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
-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
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
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
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
11 matches
Mail list logo