From owner-freebsd-ports@FreeBSD.ORG Wed Apr 5 19:35:17 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F9B16A420 for ; Wed, 5 Apr 2006 19:35:17 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D3243D45 for ; Wed, 5 Apr 2006 19:35:16 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.4/8.13.4) with ESMTP id k35JZFvT081803 for ; Thu, 6 Apr 2006 03:35:15 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.4/8.13.4/Submit) id k35JZECh081802 for freebsd-ports@freebsd.org; Thu, 6 Apr 2006 03:35:14 +0800 (CST) (envelope-from rafan) Date: Thu, 6 Apr 2006 03:35:14 +0800 From: Rong-En Fan To: freebsd-ports@freebsd.org Message-ID: <20060405193514.GA71781@svm.csie.ntu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: bash & bash-completion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 19:35:17 -0000 Hi folks, I have bash-3.1.10_1 and bash-completion-20060301 installed on a 6-STABLE box. However, each time when I want to use to completion a name, some wired things will happen: $ ls ~/out $ ls /home/rafan/output/ $ See, nothing happens. If I continue $ $ ls /home/rafan/output/ > PS2 shows up. If I hit ^C and did a again $ ls /home/rafan/output/; ls /home/rafan/output/ That's really wired. I have tried to remove all my .bash*, .profile, .shrc, .inputrc away and login, source bash_completion. The situation is the same. I also tried to execute /compat/linux/bin/bash and source the same bash_completion. The tab completion works well. Since I can successfully use the same bash_completion on the same bash version on other linux boxes, I think it is an issue with our bash port. Any ideas? Thanks, Rong-En Fan