Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Authentication-Warning: gustav.pp.biotechnikum.de: Host root@[172.31.1.7] claimed to be decodon.com Message-ID: <3AF25E83.B521A7BA@decodon.com> Date: Fri, 04 May 2001 09:47:15 +0200 From: Frank-Michael Moser Organization: DECODON GmbH X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: bash-2.05-4 References: <200105031437 DOT f43EbXg04305 AT rtl DOT cygnus DOT com> <3AF17FB1 DOT E8A5D7B2 AT decodon DOT com> <20010503182233 DOT L24200 AT cygbert DOT vinschen DOT de> <3AF19EB0 DOT 444DF140 AT decodon DOT com> <20010503211714 DOT M24200 AT cygbert DOT vinschen DOT de> <4 DOT 3 DOT 1 DOT 2 DOT 20010503181810 DOT 027536e8 AT pop DOT ma DOT ultranet DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Larry Hall (RFK Partners, Inc)" wrote: > > Does it work differently if you unset the complete option? Unsetting my complete options has no effect. I think you mean usage of complete in my .bashrc, because I could not find an option concerning completion: $ set -o allexport off braceexpand on errexit off hashall on histexpand on keyword off monitor on noclobber off noexec off noglob off notify off nounset off onecmd off physical off privileged on verbose off xtrace off history on ignoreeof off interactive-comments on posix off emacs on vi off > Does it work differently on Linux? On Linux I use bash 2.04 and everything works as expected. But on Cygwin everything works with version 2.05-2, too. I noticed that completion under bash 2.05-2 gave me *.dll files, too, and this no longer happens under 2.05-3/4: bash2.05-2 moser AT FMM ~ $ comp comp.exe compact.exe compgen complete completejava compobj.dll compstui.dll bash2.05-4 moser AT FMM ~ $ comp comp.exe compact.exe compgen complete completejava ??? Frank-Michael > Larry Hall lhall AT rfk DOT com > RFK Partners, Inc. http://www.rfk.com > 118 Washington Street (508) 893-9779 - RFK Office > Holliston, MA 01746 (508) 893-9889 - FAX > > At 06:12 PM 5/3/2001, Frank-Michael Moser wrote: > >[Hope this msg doesn't come 2x, had mail problems] > > > >I really wanted believe that's it, but sorry I must disappoint you. > >544 is administrator who I am. But I changed owner to moser and > >rehashed. Here come the listings with CYGWIN="" and CYGWIN=ntsec. > >... and the problem resists! > > > >moser AT FMM ~/bin > >$ l > >total 19 > >-rwxr-xr-x 1 moser Kein 37 Apr 10 15:13 beep* > >-rwxr-xr-x 1 moser Kein 859 Apr 10 15:13 completejava* > >-rwxr-xr-x 1 moser Kein 241 Apr 10 15:13 contains* > >-rwxr-xr-x 1 moser Kein 215 Apr 17 15:55 cvs-status* > >-rwxr-xr-x 1 moser Kein 666 Apr 17 19:28 cvsrelease* > > > >moser AT FMM ~/bin > >$ cvs > >cvs-status cvs.exe cvsedit cvsunlock > > > >Now I try NT security: > > > >moser AT FMM ~/bin > >$ export CYGWIN=ntsec > > > >moser AT FMM ~/bin > >$ l > >total 19 > >-rwx------ 1 544 Kein 37 Apr 10 15:13 beep* > >-rwx------ 1 544 Kein 859 Apr 10 15:13 completejava* > >-rwx------ 1 544 Kein 241 Apr 10 15:13 contains* > >-rwx------ 1 moser Kein 215 Apr 17 15:55 cvs-status* > >-rwx------ 1 moser Kein 666 Apr 17 19:28 cvsrelease* > > > >moser AT FMM ~/bin > >$ cvs > >cvs-status cvs.exe cvsedit cvsunlock > > > > > >Frank-Michael. > > > >Corinna Vinschen wrote: > > > > > > On Thu, May 03, 2001 at 08:08:48PM +0200, Frank-Michael Moser wrote: > > > > I just saw, that it is no question of being *.exe, script or builtin. > > > > Here is a listing of my bin directory and you see cvsrelease as > > > > executable: > > > > > > > > moser AT FMM ~/bin > > > > $ l > > > > total 19 > > > > -rwx------ 1 544 Kein 37 Apr 10 15:13 beep* > > > > -rwx------ 1 544 Kein 859 Apr 10 15:13 completejava* > > > > -rwx------ 1 544 Kein 241 Apr 10 15:13 contains* > > > > -rwx------ 1 544 Kein 215 Apr 17 15:55 cvs-status* > > > > -rwx------ 1 544 Kein 666 Apr 17 19:28 cvsrelease* > > > > -rwx------ 1 544 Kein 760 Apr 10 15:13 jai* > > > > -rwx------ 1 544 Kein 504 Apr 25 22:42 jedit* > > > > > > > > Here is the output of cvs > > > > > > > > moser AT FMM ~/bin > > > > $ cvs > > > > cvs-status cvs.exe cvsedit cvsunlock > > > > > > > > Looks strange...?! > > > > > > > > Typing ./cvs then gives a completion: > > > > > > > > moser AT FMM ~/bin > > > > $ ./cvs-status > > > > > > > > Only command completion suffers, file completion works, > > > > cat "cvs" gives: > > > > > > > > moser AT FMM ~/bin > > > > $ cat cvs > > > > cvs-status cvsrelease > > > > > > > > Both scripts start with #!/bin/bash > > > > > > > > What a kind of user-problem should this be ? > > > > > > The reason is probably that you are neither the owner of the files > > > nor is the x bit set for group or everyone. Change that by calling > > > chmod 755 or chown for the files, call `hash -r' and try > > > completion again. > > > > > > I just checked that by changing the permissions of my `kssh' script > > > so that I have no execute permissions. > > > > > > Corinna > > > > > > -- > > > Corinna Vinschen Please, send mails regarding Cygwin to > > > Cygwin Developer mailto:cygwin AT cygwin DOT com > > > Red Hat, Inc. > > > > > > -- > > > Want to unsubscribe from this list? > > > Check out: http://cygwin.com/ml/#unsubscribe-simple > > > >-- > >------------------------------------------------------------ > >DECODON GmbH phone: +49(0)3834 515230 > >W.-Rathenau-Str. 49a fax: +49(0)3834 515239 > >17489 Greifswald email: moser AT decodon DOT com > >Germany web: www.decodon.com > >------------------------------------------------------------ > > > >-- > >Want to unsubscribe from this list? > >Check out: http://cygwin.com/ml/#unsubscribe-simple -- ------------------------------------------------------------ DECODON GmbH phone: +49(0)3834 515230 W.-Rathenau-Str. 49a fax: +49(0)3834 515239 17489 Greifswald email: moser AT decodon DOT com Germany web: www.decodon.com ------------------------------------------------------------ -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple