Re: [1.7] Problem: items remaining afer complete installation

2008-12-14 Thread Fergus
Thank you - and it is rather a trivial detail to get hung up on at this stage - but this loose ends phenomenon doesn't occur with v.1.5 / setup.ini where I guess the same circumstances apply (entries under _obsolete, gcc dummy upgrade, install helper)? Fergus -- Unsubscribe info: http:/

Re: [1.7] Problem: items remaining afer complete installation

2008-12-14 Thread Robert Pendell
Fergus wrote: > Just a detail (and I know the whole thing is experimental) but however > many times I attempt a "complete" installation using setup-1.7.exe and > setup-2.ini I am always left with, apparently, stuff remaining to > install: see attached png. Thia happens whether "Hide obsolete packag

[1.7] Problem: items remaining afer complete installation

2008-12-14 Thread Fergus
Just a detail (and I know the whole thing is experimental) but however many times I attempt a "complete" installation using setup-1.7.exe and setup-2.ini I am always left with, apparently, stuff remaining to install: see attached png. Thia happens whether "Hide obsolete packages" is checked or

Fwd: 1.5.25 : Win32 API function RegisterShellWindowHook not supported

2008-12-14 Thread Tim Stewart
Environment: cygcheck -s shows that I'm running the 1.5.25 version of cygwin1.dll. I just updated my system a few days ago. I'm trying to compile some C++ code using g++. Documentation for the missing API function: http://msdn.microsoft.com/en-us/library/ms644989.aspx The Problem:

Re: Fwd: 1.5.25 : Win32 API function RegisterShellWindowHook not supported

2008-12-14 Thread Christopher Faylor
On Sun, Dec 14, 2008 at 09:22:05AM -0700, Tim Stewart wrote: >Environment: > > cygcheck -s shows that I'm running the 1.5.25 version of cygwin1.dll. > > I just updated my system a few days ago. > > I'm trying to compile some C++ code using g++. > >Documentation for the missing API function: >

Re: [1.7] Problem - emacs fails to get shell-command output

2008-12-14 Thread Ken Brown
On 12/11/2008 2:30 PM, Matt Wozniski wrote: On Thu, Dec 11, 2008 at 1:14 PM, Ken Brown wrote: One other thing I've noticed, which I think is unrelated, is that there is a glitch in directory listing in emacs under cygwin 1.7: If you try to list a directory with control-x d, very often the direc

source for tree command?

2008-12-14 Thread Steve Lefevre
Hello - I'm desperately looking for a source for the tree command in cygwin. It isn't listed separately in any of the package sources that I looked at. I tried googling and search the cygwin website, but they just return results for "source tree" or "filesystem tree" -- nothing about the tree

Re: source for tree command?

2008-12-14 Thread Thorsten Kampe
* Steve Lefevre (Sun, 14 Dec 2008 17:12:12 -0500)> > > I'm desperately looking for a source for the tree command in cygwin. It > isn't listed separately in any of the package sources that I looked at. > I tried googling and search the cygwin website, but they just return > results for "source

Re: source for tree command?

2008-12-14 Thread Larry Hall (Cygwin)
Steve Lefevre wrote: Hello - I'm desperately looking for a source for the tree command in cygwin. It isn't listed separately in any of the package sources that I looked at. I tried googling and search the cygwin website, but they just return results for "source tree" or "filesystem tree" -- n

Re: source for tree command?

2008-12-14 Thread Steve Lefevre
Larry Hall (Cygwin) wrote: Steve Lefevre wrote: Hello - I'm desperately looking for a source for the tree command in cygwin. It isn't listed separately in any of the package sources that I looked at. I tried googling and search the cygwin website, but they just return results for "source tre

how to find where alias's are defined

2008-12-14 Thread ScKaSx
Hi All, I want to know the location of alias's in cygwin. I made afew awhile ago and now can not determine where they are located. When I type 'alias' I can see the ones I made but it doesn't tell me a location. Is there an option I can use to do this? Thanks. Cheers, ScKaSx -- View this me

RE: how to find where alias's are defined

2008-12-14 Thread Buchbinder, Barry (NIH/NIAID) [E]
ScKaSx wrote: > I want to know the location of alias's in cygwin. I made afew awhile > ago and now can not determine where they are located. When I type > 'alias' I can see the ones I made but it doesn't tell me a location. > Is there an option I can use to do this? Thanks. Aliases don't have l

Re: how to find where alias's are defined

2008-12-14 Thread Thorsten Kampe
* ScKaSx (Sun, 14 Dec 2008 16:04:23 -0800 (PST))> > > I want to know the location of alias's in cygwin. I made afew awhile ago > and now can not determine where they are located. When I type 'alias' I can > see the ones I made but it doesn't tell me a location. The easiest thing would be to si

Re: source for tree command?

2008-12-14 Thread Fergus
Cygwin has the command d which works a bit like tree. Try d -c- -R -t . (where the options used render the output most tree-like). Try d -h for help. Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: