TAB completion in cygwin


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers TAB completion in cygwin
# 1  
Old 09-07-2009
TAB completion in cygwin

Hi there,

I ve been using cygwin for some time now without any problems. However, recently I ve mapped a new drive on Windows and are now having problems with TAB completion for awk scripts in cygwin on this newly mapped drive (cygdrive t). I can access and run all files but cygwin doesn't do TAB completion on any of these files.

For some reason the awk scripts are not executable on cygdive t either. I already tried changing it to chmod 777 but this is not working for whatever reason.

I ve already copied all awk scripts from drive t to one of the other cygdrives and miraculously TAB completion is working on them no probs.

I found some information about fstab on the Inet saying that you could treat all files below a certain mount point as executable but I do not seem to get this to work either.

Any help would be greatly appreciated!!!

Cheers
Tommes
# 2  
Old 09-07-2009
Are you sure both file systems are mapped equally?
# 3  
Old 09-07-2009
I think so; Basically just mapped them in Windows and usually cygwin just maps them als type system under cygdrive/drive_letter. They all appear as exactly that in the mount table at the moment....
# 4  
Old 02-16-2010
Tab completion more than a little off in Cygwin anyway...

I've found there's a few quirks and foibles with tab completion in Cygwin, even without involving string-parsing commands like awk, grep or sed. There are occasions, unpredictable and often inexplicable, when it will or won't work, and there have been times when I've had it work in a four- or five hour long session, logged out or closed my rxvt, come back an hour later and couldn't get a single tab to complete, even though my command syntax and patterns were indistinguishable from the ones I used in that long session only hours before.

I guess these are among the final side-effects of Bill Gates walking out of that legendary meeting with the IBM brass, having told them he was going with Windows 98 as his flagship product instead of NT. When even the best-intentioned developers try to fit a Unix skin on something that's bound to resist "wearing" the "monkey suit" of unadulterated POSIX/ISO at every turn, funny things are bound to happen. Let's not forget what cygpath -unix does to a string that describes a Windows path: the first thing it adds is /cygdrive/. That, from where I sit, is not Unix, will never be Unix, and just shows how many concessions, end-runs and workarounds the Cygwin coders had to resort to to get XP and Vista to "wear" the aforenamed "monkey suit."

But back to the topic of the thread.

If you don't get any further with this, chalk it up to the idiosyncrasies of both Cygwin and Windows and find something else to do, is my advice.

BZT
PS: Sorry to insinuate my mini-rant in your thread.
# 5  
Old 05-04-2010
I have a fresh install of Cygwin 1.5.24 (on Vista enterprise). Using tab does not auto complete directories for me. Is there some Bash setup necessary for this to work?

Last edited by boardtc; 05-06-2010 at 07:34 AM..
# 6  
Old 05-14-2010
You might want to read the above.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bash Tab Completion Hanging

Hi, I'm having a problem with tab completion at the bash command line. For some reason, whenever I type g<tab>, the terminal will freeze up for 5-10 seconds before asking me if I want to display all 325 possibilities. I thought that maybe it's because of the high number of commands, but I have... (4 Replies)
Discussion started by: Raz716
4 Replies

2. Windows & DOS: Issues & Discussions

Cygwin: no tab completion options when using tilda

Hi, I am using cygwin on windows machine. Tab completion works as expected in almost all areas, except for when I use tilda (~) to access files/dir under my home dir. When i type 'cd ~/' and hit TAB nothing happens, no completion options are given. I can type just 'cd' and it will change to... (4 Replies)
Discussion started by: centerback
4 Replies

3. UNIX for Advanced & Expert Users

Strange tab-completion behavior with zsh in screen

I'm running Mac OS, using the latest version of zsh. I've noticed that I have funny tab-completion behavior when inside a screen session. Specifically, once I press tab, the first part of my command seems to be duplicated before the completion results are inserted. For example, if I type... (14 Replies)
Discussion started by: marshaul
14 Replies

4. Shell Programming and Scripting

hp unix doesn't have tab completion

hi guys, i am new to HP unix , i am doing Solaris , i am just asking is there any thing like "bash" in hp unix including tab completion? (8 Replies)
Discussion started by: dagigg
8 Replies

5. Shell Programming and Scripting

link scripts to file extensions for tab completion

Is there a way to link a script in my ~/bin with file extension priority for tab completion? for example, if the script I have could only look at .tex files, and I have 6 files in the same directory with the same name, but different extensions: index.tex index.dvi index.toc ... etc... it... (0 Replies)
Discussion started by: pyramation
0 Replies

6. HP-UX

color terminal and tab completion?

hello, i'm a linux zealot (fedora), so i know a some about unix. the company i work for uses HP-UX though and there are a few quirks i'd like smooth out by making them work more like my beloved redhat type systems...=) right now they have all users using ksh and completion is done by hitting... (4 Replies)
Discussion started by: clockworks
4 Replies

7. Shell Programming and Scripting

Tab completion in csh

Is it possible to set up my .cshrc so that a single tab attempts to autocomplete, while a double tab gives a list of all possible options. In other words, I want it to work like bash in this regard. Thanks! (3 Replies)
Discussion started by: James McMurray
3 Replies

8. UNIX for Dummies Questions & Answers

Tab completion gubbins

Hello all How do you configure unix terminal to list files as you tab complete. I'm using a unix terminal at work and when i first started tab complete on a folder would list all matches if there were more than one. eg. monkey.xml mon.xml monkeyboy.xml in one folder if i cd into... (2 Replies)
Discussion started by: GNUless
2 Replies

9. UNIX for Dummies Questions & Answers

Tab Completion on Solaris 10

Hi, Is there a way to turn on tab completetion on Solaris 10? (2 Replies)
Discussion started by: annointed3
2 Replies

10. UNIX for Dummies Questions & Answers

tab completion using ! history command

Hi all, I recently discovered the ! command. I think it's great that !cd ? will match the last command that began with cd ?. However, for ! to be particularly useful to me (for now anyway) it would be nice if there was a tab completion option available (as with the cd command). Does anyone know... (3 Replies)
Discussion started by: x-375HK-x
3 Replies
Login or Register to Ask a Question