From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 16:03:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD69816A4CE for ; Thu, 7 Oct 2004 16:03:50 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAD543D1F for ; Thu, 7 Oct 2004 16:03:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (host5.bedc.ondsl.gr [62.103.39.229])i97G3Yg0012744; Thu, 7 Oct 2004 19:03:39 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i97G3UxD008723; Thu, 7 Oct 2004 19:03:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i97G3RGO008720; Thu, 7 Oct 2004 19:03:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 7 Oct 2004 19:03:26 +0300 From: Giorgos Keramidas To: Rusty Nejdl Message-ID: <20041007160325.GA8689@orion.daedalusnetworks.priv> References: <136a340a04100604021216f931@mail.gmail.com> <20041006180405.6a3b8407@vixen42.24-119-122-191.cpe.cableone.net> <61583.66.13.175.242.1097110893.squirrel@mail.ringofsaturn.com> <20041006202735.0b2e531d@vixen42.24-119-122-191.cpe.cableone.net> <136a340a0410070029332a39e9@mail.gmail.com> <747dc8f304100705211dd1dbd@mail.gmail.com> <136a340a041007052662ac1b38@mail.gmail.com> <136a340a04100706186b69bd73@mail.gmail.com> <136a340a04100706341f7c2d2@mail.gmail.com> <26869.12.148.147.242.1097157906.squirrel@mail.ringofsaturn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26869.12.148.147.242.1097157906.squirrel@mail.ringofsaturn.com> X-Mailman-Approved-At: Fri, 08 Oct 2004 11:57:00 +0000 cc: Nikolay Kalev cc: Renato Botelho cc: freebsd-current@freebsd.org Subject: Re: csh is root's shell? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 16:03:50 -0000 On 2004-10-07 09:05, Rusty Nejdl wrote: > > http://www.eprogress.bg/~rootcho/dot.tcshrc > > One weirdness I ran into is with the backspace key. It no longer works. > It appears that that this line kills that functionality: > > # DELETE : delete char at cursor position. > bindkey ^? delete-char The two special characters ^H and ^? are better be left alone most of the time. I've seen terminals that use one of these two as the "backspace" key. So, let's leave this particular detail open to the setup of the terminal. - Giorgos