From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 14:05:12 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 932AF16A4D6 for ; Thu, 7 Oct 2004 14:05:12 +0000 (GMT) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [66.13.175.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C6543D4C for ; Thu, 7 Oct 2004 14:05:10 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (localhost [127.0.0.1]) i97E54A1094910; Thu, 7 Oct 2004 09:05:06 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from 12.148.147.242 (SquirrelMail authenticated user rnejdl); by mail.ringofsaturn.com with HTTP; Thu, 7 Oct 2004 09:05:06 -0500 (CDT) Message-ID: <26869.12.148.147.242.1097157906.squirrel@mail.ringofsaturn.com> In-Reply-To: <136a340a04100706341f7c2d2@mail.gmail.com> References: <200410060019.i960JSbq012606@bunrab.catwhisker.org> <20041006114235.79eb1aee@it.buh.tecnik93.com> <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> Date: Thu, 7 Oct 2004 09:05:06 -0500 (CDT) From: "Rusty Nejdl" To: "Nikolay Kalev" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on tethys.ringofsaturn.com X-Virus-Status: Clean 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 Reply-To: rnejdl@ringofsaturn.com 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 14:05:12 -0000 > Opss sorry about that forgot the file :-)! > Here is a link : > 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 My preference is that this is too weird for me. I now had to hit 2 keys instead of one to delete the last character I typed (shift+backspace worked). Rusty Nejdl