Re: 1.7: Problem with Vista64b ACLs and sockets

2009-04-18 Thread Lee D.Rothstein
Corinna Vinschen wrote: On Apr 17 10:46, Charles Wilson wrote: Corinna Vinschen wrote: Yes, sure, but in that case, why not use the native ping? AFAIK the ICMP API doesn't provide all the data you need to emulate the usual UNIX ping output anyway. AFAIK, the native (e.g. the s

Re: WTF/database still needs updating

2009-04-15 Thread Lee D.Rothstein
YSHFRTT is not in the 'wtf' database which means, 'wtf'' needs to be 're-rolled'? --On Wednesday, April 15, 2009, Owen Rees noted: >--On Wednesday, April 15, 2009 09:03:57 -0400 Lee D. Rothstein wrote: > >> ISHFRTT not in WTF database. > >It is the first-person form of YSHFRTT (which is in OLOCA

Re: edit Aux.pm under GNU emacs hangs

2009-04-06 Thread Lee D.Rothstein
Corinna Vinschen wrote: On Apr 6 15:14, Lee D. Rothstein wrote: Corinna Vinschen wrote: Apart from the fact that you should use slashes instead of backslashes, there isn't any need to use //./ in Cygwin 1.7. Just open Aux.pm. http://cygwin.com/1.7/cygwin-ug-net/using-specialnames.htm

1.7: Problems with 'rsync'.

2009-04-02 Thread Lee D.Rothstein
I'm having two problems with 'rsync' (over 'ssh'), that are possible pilot error. Here's the portion of the 'bash' script I use to run 'rsync': -- rsync -vcrRt --stats --delete --force --prune-empty-dirs \ --compress --exclude "*.ion *.txt" --human-readable \ --itemize-changes --log-file="$LogF

'less': not working with 'mintty' > v0.3.6

2009-03-24 Thread Lee D.Rothstein
Andy, I hope I've got this right, but lately I seem to be so confused by the subtle differences between Cygwin 1.5 & 1.7, that I'm not sure. I believe that the settings we had previously discussed to get 'less' to accept & as beginning and end of stream respectively, stopped working with t

'cygstart' option? was Re: 1.7.0: Getting a Windows app to run synchronously to a script from which it is invoked

2009-03-22 Thread Lee D.Rothstein
synch start. In brief, it would be very nice if there was a cygstart option that did not exit until the command which it starts exits. Is this possible? Lee Lee D.Rothstein wrote: This is in all probability, not a bug. I suspect it falls into CGF's category of "works but isn't

1.7.0: Getting a Windows app to run synchronously to a script from which it is invoked

2009-03-22 Thread Lee D.Rothstein
This is in all probability, not a bug. I suspect it falls into CGF's category of "works but isn't (wasn't) guaranteed." All of my scripts (developed under Cygwin 1.5 or earlier) that involve a Windows native app use: winapp "$(cygpath -w $something)" have stopped working "properly" since I ins

Re: clearing the scrollback buffer in mintty

2009-03-15 Thread Lee D.Rothstein
Andy Koppe wrote: Lee said: For gui consoles, use alias cls='echo -e "\033c"' which does clear the scrollback buffer. Thanks Dave, this works on 'xterm' but not on 'mintty'. On 'mintty' it does a 'clear' (i.e., clears the screen), rather than a 'cls' (i.e., clears the

Problem with 575 man pages -- cygport problem?

2009-03-15 Thread Lee D.Rothstein
A large number (575) of 'man' pages, that reference other man pages using a '.so' (source include) reference, fail to work because the plain text files have the '.gz' extension appended without actually being gzipped. Could this be due to a mishap in or with the 'cygport' package? Each reference

Is there a problem with cygport?

2009-03-14 Thread Lee D.Rothstein
--- Begin Message --- A huge number (575) of 'man' pages, that reference other man pages using a '.so' (source include) reference, fail to work because the plain text files have the '.gz' extension appended without actually being gzipped. Could this be due to a mishap in or with the 'cygport' pa

Problem with a large number of man pages that reference other man pages

2009-03-13 Thread Lee D.Rothstein
A huge number (575) of 'man' pages, that reference other man pages using a '.so' (source include) reference, fail to work because the plain text files have the '.gz' extension appended without actually being gzipped. Could this be due to a mishap in or with the 'cygport' package? Each reference a

[Fwd: Re: Reproducing the cygwin X problems; MinTTY, too]

2009-02-25 Thread Lee D.Rothstein
--- Begin Message --- Lee D.Rothstein wrote: FWIW, I'm having a similar proble with MinTTY. If I select text in a MinTTY window, then copy text withing a GUI app, like TextPad (http://textpad.com), clipboard stops working for all apps. If I ten return to the original, MinTTY window

Conjoining Setup & CygWine & Some Other Requirements. Was: Re: CygWine 1.0 Beta -- an new cygwin package manager

2009-02-13 Thread Lee D.Rothstein
I found Brant & Warren Young and Dave Korn, et al's comments about a possible conjoined 'setup', and the unfortunately named (& soon to be renamed -- TYVM), 'cygwine', and the requirements thereto (;-)), to be right to the point. I would like to suggest two new features for the setup/command line

Re: How does one find where Cygwin was installed from Windows?

2009-02-13 Thread Lee D.Rothstein
It's not like in Windows where you can add something to the linux-registry, "/etc", or path-specific part "/etc/profile.d" and have other apps pick up this information. It would make more sense to put it in a registry environment variable. What do you think? 'setx.exe' a CLI utility o

Re: 'man' page for 'mintty' for review

2009-02-06 Thread Lee D.Rothstein
Christopher Faylor wrote: > On Fri, Feb 06, 2009 at 10:04:36AM +0100, Peter Rosin wrote: >> On 2009-02-05 20:47 Lee D.Rothstein wrote: >>> Please, if you would, review the attached 'man' page -- 'mintty.1'. >>> Andy Koppe intends to fold

'man' page for 'mintty' for review

2009-02-05 Thread Lee D.Rothstein
MinTTY users, Please, if you would, review the attached 'man' page -- 'mintty.1'. Andy Koppe intends to fold it into the 0.3.6 MinTTY release. Comments, corrections, addtitions to this list, please. 'man ./mintty.1.gz' will render the file (in the current directory) without "installing" the pag

First Pass at mintty documentation

2009-01-11 Thread Lee D.Rothstein
Hi, I've taken a first pass at distilling my experience with 'mintty' and the [ahem] discussion, here, about it into a text file (see attachment mintty.{h}) If there is an affinity to it, I would be happy to plug this all into a valid man template. For my votes on 'mintty': * I love it the way

Length of Command Line?!!!

2008-12-10 Thread Lee D.Rothstein
I remember that in past versions of Windows, 'cmd.exe' imposed a draconianly short command line on Cygwin console. I was wondering whether the limitation applied to Xterm windows, as well. I have become quite adept at using xargs to avoid this limit. However, I was writing something about Cygwi

Redirecting Console Input

2008-10-24 Thread Lee D.Rothstein
Is there a way to redirect console input /to/ (actually /from/ ;-) ) a file, for say a Vista console (CLI) command like 'sc'? I've tried: sc sc.help.txt Where 'Ys.in' is a file containing a bunch of 'Y's, which is what 'sc' is waiting for. 'sc' ignores the file and waits for me to type 'Y

Re: A $ in my path...

2008-10-23 Thread Lee D.Rothstein
ProblematicRoutes wrote: Mark J. Reed wrote: On Thu, Oct 23, 2008 at 10:34 AM, ProblematicRoutes wrote: This $ sign causes problems everywhere - with latex, with svn, with anything that uses ~ to refer to my home directory, because it expands to ...$/... and bash tries to parse the $/ a