Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3986FD3B.599CED6B@ision.net>
Date: Tue, 01 Aug 2000 18:39:23 +0200
From: Benjamin Riefenstahl <Benjamin.Riefenstahl@ision.net>
Organization: ISION Internet AG
X-Mailer: Mozilla 4.05 [en] (Win16; I)
MIME-Version: 1.0
To: cygwin@sources.redhat.com
Subject: Re: Keyboard problems
References: <20000729181153.55385.qmail@hotmail.com> <20000730171111.94058.qmail@hotmail.com> <20000730132720.A31557@cygnus.com> <20000730134113.E31285@cygnus.com> <39852132.6576FEAB@pop.mpls.uswest.net> <20000731125426.15628.qmail@hotmail.com> <20000731120825.I9027@cygnus.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,


> On Mon, Jul 31, 2000 at 02:46:08PM +0200, Jonas Jensen wrote:
> >> I may be out to lunch here, but doesn't adding a binding for "\e[3~"
> >> as in:
> >> bind '"\e[3~": delete-char'
> >> do the right thing?

Just as a point of reference: My RedHat-based MkLinux has this in
/etc/inputrc OOTB:

>>>>>>>>
set meta-flag on
set input-meta on
set convert-meta off
set output-meta on
"\e0d": backward-word
"\e0c": forward-word
"\e[h": beginning-of-line
"\e[f": end-of-line
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
<<<<<<<<

I guess having setup in general or the setup of bash in particular
install something like this could be usefull.

Chris Faylor wrote:
> However, if you want to send a patch to setup.c to do locale-specific
> stuff, I'm sure that DJ would be very grateful.

Is this really locale-specific, apart from the fact that english locales
usually don't need the 8-bit settings?  I'd think that setting the
"meta"-flags to make readline 8-bit clean by default would be
state-of-the-art.  Also, making the funktion block work like Windows
users expect it should be a reasonable default on Cygwin.


so long, benny
-- 
ISION Internet AG
Benjamin Riefenstahl
mailto:benjamin.riefenstahl@ision.net

Ruhrstrasse 61
D-22761 Hamburg
http://www.ision.net

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

