From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 20:23:52 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 0CA5316A404 for ; Mon, 12 Mar 2007 20:23:52 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 85F1813C512 for ; Mon, 12 Mar 2007 20:23:49 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l2CKNNZK071332; Mon, 12 Mar 2007 15:23:23 -0500 (CDT) Message-Id: <6.0.0.22.2.20070312152033.02541530@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 12 Mar 2007 15:23:07 -0500 To: Sunnz , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Anyone use KSH? 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, 12 Mar 2007 20:23:52 -0000 Those work fine for me, just add: set -o emacs to your login file(s). I actually have added to my .profile: if [ "$SHELL" = "/usr/local/bin/ksh" ] ; then if [ -f $HOME/.kshrc ] ; then . $HOME/.kshrc fi fi and have the ksh customizations in: .kshrc -Derek At 10:55 AM 3/12/2007, Sunnz wrote: >Just installed Release 6.2 on my workstation, and the first thing I >did was installing (pd)ksh since I have been using it before... > >I found that a few things doesn't work, tab-completion, up/down arrow >keys, ctrl-A ctrl-E to go to the beginning/end of a line. > >Does anyone uses ksh here who knows if this is normal behaviour? > >-- >Please avoid sending me Word or PowerPoint attachments. >See http://www.gnu.org/philosophy/no-word-attachments.html >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.