Re: tcsh cpp completion

2010-11-15 Thread Corinna Vinschen
On Nov 9 13:24, Daniel Schneider wrote: > The default tcsh completion for g++ doesn't like .cpp files. > /etc/profile.d/complete.tcsh > ... >     complete g++    n/*/f:*.{C,cc,o,s,i}/ >     complete CC n/*/f:*.{C,cc,cpp,o,s,i}/ > > Why is "cpp" only for CC, but not g++? The complete.

tcsh cpp completion

2010-11-09 Thread Daniel Schneider
The default tcsh completion for g++ doesn't like .cpp files. /etc/profile.d/complete.tcsh ...     complete g++    n/*/f:*.{C,cc,o,s,i}/     complete CC n/*/f:*.{C,cc,cpp,o,s,i}/ Why is "cpp" only for CC, but not g++? Thanks, Dan -- Problem reports: http://cygwin.com/problems.ht