From owner-freebsd-questions@FreeBSD.ORG Mon Feb 5 18:10:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D51916A401 for ; Mon, 5 Feb 2007 18:10:02 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 1786813C441 for ; Mon, 5 Feb 2007 18:10:02 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l15IA1vS006992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 5 Feb 2007 10:10:01 -0800 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l15IA1c3025121 for ; Mon, 5 Feb 2007 10:10:01 -0800 X-Auth-Received: from [192.55.52.1] by hymn01.u.washington.edu via HTTP; Mon, 05 Feb 2007 10:10:01 PST Date: Mon, 5 Feb 2007 10:10:01 -0800 (PST) From: youshi10@u.washington.edu To: freebsd-questions@freebsd.org In-Reply-To: <20070205180416.8i4ydi4jknxcggsk@imp.enib.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.5.95433 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Tab completion working partially X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 18:10:06 -0000 On Mon, 5 Feb 2007, Firas Kraiem wrote: > (Sorry for the double-posting, the last message wasn't sent properly) > > Hi > > I have problems with the tab-completion in my shell (bash). When there is only > one choice possible, it works fine (e.g. cd /usr/por correctly to /usr/ports). However, when there is multiple choices (e.g. cd > /usr/l) and bash usually shows a list of all possible options, it just > exits the shell (Konsole or xterm windo is closed and I get thrown back to a > login prompt when using a tty). In sh or csh, it's even worse : completion > doesn't work at all. I'm running 6.2-STABLE, any ideas about this ? > > Firas What version of bash are you using (2 or 3)? Try opening up sh, open up bash, tabcomplete something, and see if bash segment faults or something back to sh. -Garrett