Re: Terminal copy-paste

2008-07-17 Thread r
Christopher Faylor cygwin.com> writes: > There are freely available terminals out there that work better > that the Windows cmd: > > http://sourceforge.net/projects/console/ > http://en.poderosa.org/ > > I've used poderosa and it seems pretty nice. It even claims to > support Cygwin. > > cgf

Re: un-indenting doesn't work with vim

2008-07-17 Thread Matt Wozniski
On Thu, Jul 17, 2008 at 1:45 AM, Andrew DeFaria wrote: > Corinna Vinschen wrote: >> WFM, but the behaviour is not identical to Ctrl-D. It doesn't use the >> shiftwidth for one thing. > > English woman! English! Respectful. > Stated differently, on some versions of vim on some OSes, after hitting

Re: Terminal copy-paste

2008-07-17 Thread r
r inwind.it> writes: > > I saw " console ", really great, that's what I was looking for. > Do you know how can I let cygwin start directly in " console " > instead of Windows cmd ? > > I solved changing cygwin link to C:\Console\console.exe -c "/k C:\cygwin\Cygwin.bat" great terminal " con

Re: un-indenting doesn't work with vim

2008-07-17 Thread Hugh Sasse
On Thu, 17 Jul 2008, Matt Wozniski wrote: Not very hard if you take the time to learn a bit about terminals. on a UNIX keyboard either sends ^? or ^H. If you have "set backspace=indent,eol,start" (or, equivalently, "set backspace=2") in your ~/.vimrc, vim will correctly delete over automati

Re: GDB build cannot find tkWinInt.h

2008-07-17 Thread Samuel Sparks
Brian Dessent wrote: > (Insight is an overlay on top of the gdb tree.) If you don't want to > build insight (which is what --disable-gdbtk means) then you shouldn't I'm not currently planning on using insight, but it would be nice to have it available. > have those directories in your source tr

Re: GDB build cannot find tkWinInt.h

2008-07-17 Thread Brian Dessent
Samuel Sparks wrote: > Anyway, thanks for the suggestion. I'll try downloading the gdb > tarball, but I'd really like to understand what I am doing wrong here > - this seems like it should be simple enough (just need to have the > proper include path or header files). Probably because you have a

Build DLLs for windows

2008-07-17 Thread Douglas Gemignani
Hello, I'm using cygwin for compiling projects and it just works fine, i have a project that i use openssl and generate an executable and it's everything working. What i need to do now is to understand how can I generate an DLL and a .LIB with the links for using them at Borland Builder 4 so I can

Re: GDB build cannot find tkWinInt.h

2008-07-17 Thread Samuel Sparks
Brian Dessent wrote: > Probably because you have a mutant configuration: a source tree with the > insight dirs present, but insight disabled. That or you are also > missing the in-tree tcltk. I think using the source package from setup I'm certainly missing the in-tree tcltk, so that could be th

[ANNOUNCEMENT] Updated: stunnel-4.25-1

2008-07-17 Thread Schulman . Andrew
A new version of the stunnel package is available in the Cygwin distribution. This is a minor bug fix release from upstream. stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer). stunnel can allow you to secure non-SSL aware daemons and pro

[ANNOUNCEMENT] Updated: lftp-3.7.3-1

2008-07-17 Thread Schulman . Andrew
A new version of the lftp package is available in the Cygwin distribution. lftp is a sophisticated file transfer program and ftp/http client. It supports multiple network protocols, offers tab completion, command history, job control, and bookmarks, can mirror sites and transfer multiple files in

[ANNOUNCEMENT] Updated: unison2.27-2.27.57-1

2008-07-17 Thread Schulman . Andrew
A new version of the unison2.27 package is available in the Cygwin distribution. This is a new upstream release. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host

[ANNOUNCEMENT] Updated: autossh-1.4b-1

2008-07-17 Thread Schulman . Andrew
A new version of the autossh package is available in the Cygwin distribution. autossh is a program to start an instance of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. autossh monitors connections by sending data to an echo server or through a loop of por

[ANNOUNCEMENT] Updated: atool-0.35.0-1

2008-07-17 Thread Schulman . Andrew
A new version of the atool package is available in the Cygwin distribution. atool is a script for managing file archives of various types (tar, tar+gzip, zip, bzip2, rar, 7zip, ...). It has separate commands for creating, unpacking, listing, repacking, and showing differences between archives of

Re: un-indenting doesn't work with vim

2008-07-17 Thread Andrew DeFaria
Matt Wozniski wrote: On Thu, Jul 17, 2008 at 1:45 AM, Andrew DeFaria wrote: Corinna Vinschen wrote: WFM, but the behaviour is not identical to Ctrl-D. It doesn't use the shiftwidth for one thing. English woman! English! Respectful. Huh? Your response make no sense! Stated differently, on som

The ne-wotc chocie

2008-07-17 Thread Barbara BUSICK
07/08/17 We do think you can expect to at lesat double Issue: Arkannova EnergyInc Tciker: AVKA Last: 0._40 5 Day: 1.50 B.uyStattus You may wish to discard it, but you will regret this decision Call up your trader now -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem re

Re: un-indenting doesn't work with vim

2008-07-17 Thread Matt Wozniski
On Thu, Jul 17, 2008 at 12:46 PM, Andrew DeFaria wrote: > Seems like my problem was I had a set t_kb=^? in my .vimrc as well as the > aforementioned fixdel. Indeed the mere fact that I included such things in > my .vimrc indicate that I was having problems with backspace not doing a > backspace. I

Re: Build DLLs for windows

2008-07-17 Thread Ken Jackson
Not sure about .LIB and DLL, but to compile an executable that will run without cygwin1.dll, use this switch: -mno-cygwin -Ken Jackson Douglas Gemignani writes: > I read that i would need to use the cygwin1.dll, but I don't > understand how. I hope I can find some guidance here! > > Thanks!

Re: un-indenting doesn't work with vim

2008-07-17 Thread Mark J. Reed
> It is only in Unix that often the backspace key does not perform the function > > of moving backward a space and deleting the previously character. I have > never, I repeat never had backspace not do a back space except under > Unix - have you? I've had such issues on many systems. VMS. MVS.

Re: Build DLLs for windows

2008-07-17 Thread Douglas Gemignani
Yes, i already used the -mno-cygwin option using the cygwin gcc, but it produces a lot of errors when linking errors against a library (openssl), and if i use the mingw gcc, it can't find the library. Since i compiled that using the cygwin. There is a nice tutorial here http://www.delorie.com/howt

How to run a bash shell script from cygwin coosole

2008-07-17 Thread akarui
I have a very simple bash script named runRWS.sh: / #!/bin/bash cd /soapui ls pwd / When I run from cygwin console, , I get: / [EMAIL PROTECTED] /usr/bin $ ./runRWS.sh : No such file or directoryoapui ./runRWS.sh: line 3: $'ls\r': command not found /usr/bin ***

Re: How to run a bash shell script from cygwin coosole

2008-07-17 Thread Greg Chicares
On 2008-07-17 19:17Z, akarui wrote: > > ./runRWS.sh: line 3: $'ls\r': command not found d2u ./runRWS.sh -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: irssi on cygwin on vista 64bit crashes with 0x00000135 in cygperl5_8.dll

2008-07-17 Thread TB2
Corinna Vinschen-2 wrote: > > On Jul 14 02:33, TB2 wrote: >> >> Hi, >> >> It's a fresh vista ultimate 64bit install and I installed cygwin with >> standard options + irssi, screen and rxvt. Everything working; rxvt and >> even >> screen, but irssi crashes instantly upon execution, no matter if

Re: irssi on cygwin on vista 64bit crashes with 0x00000135 in cygperl5_8.dll

2008-07-17 Thread Christopher Faylor
On Thu, Jul 17, 2008 at 12:27:41PM -0700, TB2 wrote: >Thanks a lot! You're solution is working perfectly. FYI, there is now a new version of irssi so this should no longer be an issue. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: How to run a bash shell script from cygwin coosole

2008-07-17 Thread akarui
Greg Chicares-2 wrote: > > On 2008-07-17 19:17Z, akarui wrote: >> >> ./runRWS.sh: line 3: $'ls\r': command not found > > d2u ./runRWS.sh > I am using Crimson editor and saved the file in UNIX format, but still seeing the error "$ls\r". How can I get rid of this problem ? -- View this messa

Re: How to run a bash shell script from cygwin coosole

2008-07-17 Thread Christopher Faylor
On Thu, Jul 17, 2008 at 01:10:31PM -0700, akarui wrote: > > >Greg Chicares-2 wrote: >> >> On 2008-07-17 19:17Z, akarui wrote: >>> >>> ./runRWS.sh: line 3: $'ls\r': command not found >> >> d2u ./runRWS.sh >> > >I am using Crimson editor and saved the file in UNIX format, but still >seeing the er

colons in Cygwin (was Re: make-3.81-3 (ITA??))

2008-07-17 Thread Rob Walker
The below message was originally, inappropriately sent to cygwin-apps. Although cgf has no interest in spending his time on answering my questions, I thought I'd solicit the opinions of any package maintainer who is interested. Thanks, Rob original message begins === I didn't mean f

Re: colons in Cygwin (was Re: make-3.81-3 (ITA??))

2008-07-17 Thread Reini Urban
Rob Walker schrieb: I didn't mean for anyone (especially the package maintainer) to infer that make wasn't being actively supported. My apologies for any misunderstanding. I'm very interested in your opinions on colons in paths. I'd prefer to hear directly what they are, to avoid any misunders

Re: How to run a bash shell script from cygwin coosole

2008-07-17 Thread akarui
Christopher Faylor-8 wrote: > > d2u ./runRWS.sh > > cgf > Thanks. It is working upto here. -- View this message in context: http://www.nabble.com/How-to-run-a-bash-shell-script-from-cygwin-coosole-tp18515908p18517222.html Sent from the Cygwin list mailing list archive at Nabble.com. -- U

Re: Freeze with the letter

2008-07-17 Thread Lou Umscheid
Eric Blake byu.net> writes: > And there's your problem. That is not the proper syntax for a .inputrc > file (it is NOT for shell commands, but for readline commands, which have > an entirely different syntax). Read 'man readline'. By starting a line > with 'echo', you tried to define a macro

Re: How to run a bash shell script from cygwin console

2008-07-17 Thread akarui
Now, I have new issue after adding a line ("cd") in the script. New script looks like as below: / #!/bin/bash cd "c:\Program Files\eviware\soapUI-Pro-2.0.3\bin"#This is mount-mapped as "/soapui" pwd ls / The output I get on the cygwin console is as follow: /***

Re: How to run a bash shell script from cygwin console

2008-07-17 Thread Sam Hanes
akarui wrote: > > Here from the output, I see that "cd", "pwd" and "ls" worked fine. But the > console prompt is not yet changed, means, "cd" didn't permanently changed > the directory, 'cause I get "pwd" as below: > / > $ pwd > /cygdrive/d > / > > Note that, I like

Re: lpr works? FAQ in error?

2008-07-17 Thread Lou Umscheid
Rodrigo Medina cantv.net> writes: > It is in error. There is a working lpr which is part or cygutils. See man > pages. > > An easier way is to used the Windows drivers. You need a Windows program > that could print. > You may use "NOTEPAD /P" for text files and "Foxit Reader /p" for PDF files >

Re: colons in Cygwin (was Re: make-3.81-3 (ITA??))

2008-07-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Rob Walker on 7/17/2008 2:27 PM: | Questions I have in particular: | 1. what are your thoughts on POSIX support for colons in paths? POSIX requires support for colons, but not as drive letters. Use managed mounts in 1.5.x, or wait for 1

Re: colons in Cygwin (was Re: make-3.81-3 (ITA??))

2008-07-17 Thread Rob Walker
Reini Urban wrote: Rob Walker schrieb: I didn't mean for anyone (especially the package maintainer) to infer that make wasn't being actively supported. My apologies for any misunderstanding. I'm very interested in your opinions on colons in paths. I'd prefer to hear directly what they are,

New To Cygwin

2008-07-17 Thread mwade
Hello, I am new to cygwin and after I have installed it I ran it and try to traverse to different directories and every time I do I run ls or dir and I get command not found. Did I miss something during the install? I start off in /usr/bin, but then by just typing cd I end up where I would want

Re: New To Cygwin

2008-07-17 Thread Larry Hall (Cygwin)
mwade wrote: Hello, I am new to cygwin and after I have installed it I ran it and try to traverse to different directories and every time I do I run ls or dir and I get command not found. Did I miss something during the install? I start off in /usr/bin, but then by just typing cd I end up where

Re: lpr works? FAQ in error?

2008-07-17 Thread jrsyangl
As a follow-up and clarification to my previous post, what I would like to be able to do is to pipe output to a printer, e.g. ls -l | lpr This doesn't work for me as I explained previously. Using notepad /P instead of lpr doesn't work either. Is there a simple way to do this? Lou "Lou Umscheid"

Re: How to run a bash shell script from cygwin console

2008-07-17 Thread Ken Jackson
Sam Hanes writes: > akarui wrote: > > > > Here from the output, I see that "cd", "pwd" and "ls" worked fine. But the > > console prompt is not yet changed, means, "cd" didn't permanently changed > > the directory, 'cause I get "pwd" as below: > > / > > $ pwd > > /cygdrive/d

RE: cygwin Digest (multiple subjects)

2008-07-17 Thread Jay
>> cygwin Digest 17 Jul 2008 16:47:20 - Issue 6050 I know these are tired subjects but like everyone else I have thought about and experienced them a lot and formed some opinions. > CRLF vs. LF >> Subject: Re: Freeze with the letter "e" I find that "a lot" of code is ok eithe

Re: un-indenting doesn't work with vim

2008-07-17 Thread Andrew DeFaria
Matt Wozniski wrote: Well, there's your problem. You told vim that the backspace key sends 0x7F, when in fact it sends 0x08 in your terminal emulator. Vim would have done the correct thing, if it ever saw a backspace, but it never saw 0x7F, only 0x08. :fixdel is archaic, and never necessary on m

Re: un-indenting doesn't work with vim

2008-07-17 Thread Andrew DeFaria
Mark J. Reed wrote: It is only in Unix that often the backspace key does not perform the function > of moving backward a space and deleting the previously character. I have never, I repeat never had backspace not do a back space except under Unix - have you? I've had such issues on many systems