From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 14:56:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF3C16A41C for ; Thu, 14 Jul 2005 14:56:36 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1033B43D45 for ; Thu, 14 Jul 2005 14:56:35 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localdomain [70.98.247.55] by opusnet.com with ESMTP (SMTPD32-8.05) id AD217010092; Thu, 14 Jul 2005 07:56:33 -0700 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.13.3/8.13.3) with ESMTP id j6EEvAa9002251; Thu, 14 Jul 2005 07:57:11 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localdomain (8.13.3/8.13.3/Submit) id j6EEv52x002250; Thu, 14 Jul 2005 07:57:05 -0700 (PDT) (envelope-from garys@opusnet.com) To: Doug Lee References: <20050714110919.GB77560@kirk.dlee.org> From: garys@opusnet.com (Gary W. Swearingen) Date: Thu, 14 Jul 2005 07:57:05 -0700 In-Reply-To: <20050714110919.GB77560@kirk.dlee.org> (Doug Lee's message of "Thu, 14 Jul 2005 07:09:19 -0400") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Left/right arrow and backspace translation confusion 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: Thu, 14 Jul 2005 14:56:36 -0000 Doug Lee writes: > characters intact instead of clearing them. I have verified that the > following are identical on both systems: You didn't mention these (albeit unlikely) things: -- Different "console driver" (sc vs. vt) in kernel. -- Different "keymap" (see /etc/default/rc.conf). -- Different key "bind" settings in shell config files.