Re: Some key binding in Emacs not properly work in mintty.

2010-08-04 Thread Oleksandr Gavenko
On 04.08.2010 22:38, Gary wrote: Andy Koppe wrote: Yet there's no obvious reason why this shouldn't work in xterm and mintty. The Shift-Up keycode follows the same pattern as the ones for the other Shift-Arrow combinations. This suggests a configuration problem, or perhaps a terminfo issue. Unf

Re: Failed linking gettext-0.18

2010-08-04 Thread Charles Wilson
On 8/4/2010 4:53 PM, Markus Moeller wrote: I have an application which depends on gettext 0.18, but the latest cygwin version is 0.17. When I try to compile 0.18 I get the below error. Is that a known problem. No, it isn't known; thanks for the warning. I'll look into updating cygwin's gettex

[ANNOUNCEMENT] Updated: zsh-4.3.10-1 & zsh-4.3.10dev2-1

2010-08-04 Thread Peter A. Castro
An updated version of zsh (zsh-4.3.10-1) and the latest development drop (zsh-4.3.10dev2-1) has been released and should be at a mirror near you real soon. These are upstream releases. NOTICE: === Version 4.3.10 was released in late 2009, but had been failing on several of the regular tests

Failed linking gettext-0.18

2010-08-04 Thread Markus Moeller
I have an application which depends on gettext 0.18, but the latest cygwin version is 0.17. When I try to compile 0.18 I get the below error. Is that a known problem. Thank you Markus /bin/sh ../libtool --tag=CC --mode=link cc -std=gnu99 -g -O2 -Wl,--disable-auto-import -o msgcmp.exe m

Re: Some key binding in Emacs not properly work in mintty.

2010-08-04 Thread Gary
Andy Koppe wrote: > Yet there's no obvious reason why this shouldn't work in xterm and > mintty. The Shift-Up keycode follows the same pattern as the ones for > the other Shift-Arrow combinations. This suggests a configuration > problem, or perhaps a terminfo issue. Unfortunately I don't know > en

Re: How to pass parameters to a windows application

2010-08-04 Thread Andy Koppe
On 4 August 2010 12:26, Corinna Vinschen wrote: > It's a shame that not even the official Win32 APIs are always clean > in terms of the long path name definition. Yep, and MSDN doesn't even seem to mention it. >> Therefore I'm wondering whether it wouldn't be better to address this >> once and fo

Re: incompatible environment variable names

2010-08-04 Thread Andrey Repin
Greetings, Nellis, Kenneth! > Well, *somehow* it got into the Cygwin environment, and cygwin.bat directly > invokes bash, so I interpret this as bash creating the Cygwin environment. > Where is the hole in this logic? Even windows itself creates environment variables inaccessible through CMD. Sti

Re: incompatible environment variable names

2010-08-04 Thread Corinna Vinschen
On Aug 4 13:59, Nellis, Kenneth wrote: > > From: Steven Collins > > On Wed, Aug 4, 2010 at 10:23, Nellis, Kenneth wrote: > > > [...] > > > So, Windows has no problem with + symbols in variable names, but > > > bash does, kinda sorta: > > > [...] > > > > From the bash man page: > > > > > Hench b

Re: incompatible environment variable names

2010-08-04 Thread Eric Blake
On 08/04/2010 12:59 PM, Nellis, Kenneth wrote: >> From: Steven Collins >> On Wed, Aug 4, 2010 at 10:23, Nellis, Kenneth wrote: >>> I came across an interesting (IMHO) incompatibility between >>> Windows and bash environment variable names. Not just windows, but any system with environment variable

Re: Some key binding in Emacs not properly work in mintty.

2010-08-04 Thread Andy Koppe
On 2 August 2010 15:09, Ken Brown wrote: > On 8/2/2010 7:37 AM, Andy Koppe wrote: >> On 1 August 2010 16:17, Ken Brown wrote: >>> On 8/1/2010 10:18 AM, Oleksandr Gavenko wrote: Selection by Ctrl-Left/Right/Down work properly. But for Ctrl-Up Emacs say:        is undefined >

Re: incompatible environment variable names

2010-08-04 Thread Andy Koppe
On 4 August 2010 19:59, Nellis, Kenneth wrote: >> > Cygwin> export QNX_VISUAL_C++_PATH="$(cygpath "$(printenv >> QNX_VISUAL_C++_PATH)")" >> > -bash: export: `QNX_VISUAL_C++_PATH=/cygdrive/c/Program Files/Orbital >> Qnx VisualC++ IDE': not a valid identifier >> > Cygwin> >> > >> > I probably need to

RE: incompatible environment variable names

2010-08-04 Thread Nellis, Kenneth
> From: Steven Collins > On Wed, Aug 4, 2010 at 10:23, Nellis, Kenneth wrote: > > I came across an interesting (IMHO) incompatibility between > > Windows and bash environment variable names. > > > > I have a Windows environment variable as such: > > > > C:\>set QNX_VISUAL_C++_PATH > > QNX_VISUAL_C+

Re: About mouse selection in a cmd console

2010-08-04 Thread Andy Koppe
On 2 August 2010 12:05, JOHNER Jean 066030 wrote: > Note that, when 'Quick Edit' is not checked, right > click to access to "Mark" is not enabled when you launch Cygwin.bat > (why?). Because Cygwin's console driver sets the ENABLE_MOUSE_INPUT flag on the console (using SetConsoleMode(), see also h

Re: SSH Multiplexing - mux_client_request_session: read from master failed: Connection reset by peer

2010-08-04 Thread Dennis Ordanov
Hi, I just wanted to know if I answered my own question here or if there is some work around for what I am trying to do below. Thank you, Dennis O. On Wed, Jul 28, 2010 at 4:50 PM, Dennis Ordanov wrote: > Hi, > > I'm trying to get SSH multiplexing on this very recent Cygwin install > and I get

Re: incompatible environment variable names

2010-08-04 Thread Steven Collins
On Wed, Aug 4, 2010 at 10:23, Nellis, Kenneth wrote: > I came across an interesting (IMHO) incompatibility between > Windows and bash environment variable names. > > I have a Windows environment variable as such: > > C:\>set QNX_VISUAL_C++_PATH > QNX_VISUAL_C++_PATH=C:\Program Files\Orbital Qnx Vis

incompatible environment variable names

2010-08-04 Thread Nellis, Kenneth
I came across an interesting (IMHO) incompatibility between Windows and bash environment variable names. I have a Windows environment variable as such: C:\>set QNX_VISUAL_C++_PATH QNX_VISUAL_C++_PATH=C:\Program Files\Orbital Qnx VisualC++ IDE So, Windows has no problem with + symbols in variabl

Re: Cohabitation of gold and gnu ld?

2010-08-04 Thread Gennaro Prota
On 04/08/2010 16.59, Christopher Faylor wrote: [...] >> The Cygwin installation I'm going to use already has its gcc >> 4.3.4, which I'd like to keep, and that one uses gnu ld. >> >> Would it be a problem to configure the new compiler with >> >> --enable-gold >> >> and make it use gold, leavin

Re: Where's my home? (lost in my domain)

2010-08-04 Thread Larry Hall (Cygwin)
On 8/4/2010 4:22 AM, Linda Walsh wrote: When I log in, I seem to be placed in /Users/law.Bliss> IF I type "cd" and hit return, then I'm in //Bliss/law My home vars: //Bliss/law> printenv|grep HOME HOMEPATH=\ HOME=//Bliss/law HOMEDRIVE=i: HOMESHARE=\\BLISS\law My /etc/password, for user "Bl

Re: Cohabitation of gold and gnu ld?

2010-08-04 Thread Christopher Faylor
On Wed, Aug 04, 2010 at 04:53:47PM +0200, Gennaro Prota wrote: >Hi, > >I'm going to build gcc 4.5.1 to experiment with its C++0x >support and, since its an experimentation, I thought to have a >try at the gold linker too, if possible. > >The Cygwin installation I'm going to use already has its gcc

Cohabitation of gold and gnu ld?

2010-08-04 Thread Gennaro Prota
Hi, I'm going to build gcc 4.5.1 to experiment with its C++0x support and, since its an experimentation, I thought to have a try at the gold linker too, if possible. The Cygwin installation I'm going to use already has its gcc 4.3.4, which I'd like to keep, and that one uses gnu ld. Would it be

FW: 1.7.5-1 : Public Key Authentication for SFTP closes abruptly after connecting

2010-08-04 Thread Clark, Tony (GE Tech Infra, US)
I did use the FAQ. Did you use this FAQ? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 -

Re: How to pass parameters to a windows application

2010-08-04 Thread Corinna Vinschen
On Aug 3 12:26, Andy Koppe wrote: > On 2 August 2010 12:56, Jason Pyeron wrote: > >> 'cygstart'. > > > > It does not play nice with unc paths. Starting by cmd.exe /c start path > > does. > > Suggestions? > > > > > > jpye...@phoenix /projects/cdnetdb/private/fxiao/cdnet > > $ cygstart . > > > > jp

Where's my home? (lost in my domain)

2010-08-04 Thread Linda Walsh
When I log in, I seem to be placed in /Users/law.Bliss> IF I type "cd" and hit return, then I'm in //Bliss/law My home vars: //Bliss/law> printenv|grep HOME HOMEPATH=\ HOME=//Bliss/law HOMEDRIVE=i: HOMESHARE=\\BLISS\law My /etc/password, for user "Bliss\law" (why "\" and not "/"?) has //Bl

[ANNOUNCEMENT] Updated: googlecl-0.9.9-1

2010-08-04 Thread Chris Sutcliffe
Version 0.9.9-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * Download and edit of new-version Google Docs * Video upload and download for Picasa * --owne

[ANNOUNCEMENT] Updated: parrot-2.6.0-1 (and parrot-devel, parrot-docs)

2010-08-04 Thread Reini Urban
I updated the Cygwin distribution of parrot-2.6.0-1. This is a stable, a so-called "supported" release. Canonical homepage: http://www.parrot.org/ Canonical download: http://www.parrot.org/release/current My repo: http://code.google.com/p/cygwin-rurban/source/browse/#svn/trunk/release/parro

[ANNOUNCEMENT] Updated: python-gdata-2.0.11-1

2010-08-04 Thread Chris Sutcliffe
Version 2.0.11-1 of python-gdata has been uploaded. python-gdata is the Google Data Python Client Library. The Google Data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

Cygwin error

2010-08-04 Thread Satheeshkumar K
Hi, I am using windows xp operating system. yesterday i installed Cygwin 1.7.5 in my pc. but i am not able to open this. When i run cygwin bat file through command prompt, i got the below error C:\cygwin\cygwin.bat AllocationBase 0x0, BaseAddress 0x6156, RegionSize 0xC, State 0x1