X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=DXW HmaewxhhPXQ6IK6oM0pekgnd64FzTdyZleSIIupryqZjBzmTWNeg/5wzRtL+ZHw/ NmhtJWsHRutDP+7wHwRZbbbZ/mMsRyEwv42jgRaw1C3bTI+GNOdPqsho+QiQWKDm KaNjA/bv0FUJVE0jgMh22QW7aKFp7q8bUk+wY4bg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=NkLtOjqoT naiDwljyZPxLPuivuw=; b=l00fdpLWWF7dCXN4dwVQsrob6gsfvkwEivDRMW/UY PyXpmDM46z+v00RROfIqpSj2WTRrTm67863xJker2Aa2rUIMzrYOKnHYeLP0/ccW r8VZwlXReIhYgZTbnnPHZGS0mQv/yObmC+rFhhe5CrcKAPld05hUWPbBF0Ck4Lsx yc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Lester Ingber Subject: latest tcsh build has problems completing ln -s Date: Thu, 2 Jul 2015 19:56:20 +0000 (UTC) Lines: 32 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Since the newest tcsh build on Cygwin (i'm using cygwin64), version tcsh 6.19.00 (Astron) 2015-05-21 (x86_64-unknown-cygwin) options wide,nls,dl,al,kan,sm,rh,color the completion of files using TAB does not work anymore. It works fine under bash. I've inserted [TAB] where I have pressed Tab. On tcsh I just get " as a response. The problem only occurs with trying soft links "ln -s" not hard links "ln". 12:34:48pm ingber AT lesterX1:~% touch tp1 12:35:00pm ingber AT lesterX1:~% ln -s ./t [TAB] 12:35:00pm ingber AT lesterX1:~% ln -s ./tp1 tp2 12:35:15pm ingber AT lesterX1:~% ls -l -rw-r--r-- 1 ingber Users 0 Jul 2 12:35 tp1 lrwxrwxrwx 1 ingber Users 5 Jul 2 12:35 tp2 -> ./tp1 12:38:09pm ingber AT lesterX1:~% bash [12:38:13 ingber AT lesterX1 ~]$ touch tp3 [12:38:23 ingber AT lesterX1 ~]$ ln -s ./tp [TAB] tp1 tp2 tp3 [12:38:23 ingber AT lesterX1 ~]$ ln -s ./tp3 tp4 [12:39:22 ingber AT lesterX1 ~]$ ls -l -rw-r--r-- 1 ingber Users 0 Jul 2 12:35 tp1 lrwxrwxrwx 1 ingber Users 5 Jul 2 12:35 tp2 -> ./tp1 -rw-r--r-- 1 ingber Users 0 Jul 2 12:38 tp3 lrwxrwxrwx 1 ingber Users 5 Jul 2 12:38 tp4 -> ./tp3 I've compiled the new tcsh on several linux platforms, and this problem does not occur. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple