Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: "Rado Rethmann" <discussion@centermail.net>
Subject: Re: missing <e> letter
Date: Wed, 08 Sep 2004 11:29:57 +0200
Lines: 53
Message-ID: <opsdz4n7bkh8ovjh@zipfel.cocon>
References: <opsdz3iod6h8ovjh@zipfel.cocon>
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15
Content-Transfer-Encoding: 8bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: c130017.adsl.hansenet.de
User-Agent: Opera M2/7.53 (Win32, build 3850)
X-IsSubscribed: yes

Ok, now I've discovered, that it must be something in my .inputrc file:

--------------------------------------------

# Be 8 bit clean.
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off

# for linux console and Debian xterm
"\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
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word

# for non Debian xterm
"\eOH": beginning-of-line
"\eOF": end-of-line

# for freebsd console
"\e[H": beginning-of-line
"\e[F": end-of-line

# kvt
"\e[H":beginning-of-line
"\e[F":end-of-line

# rxvt and konsole (i.e. the KDE-app...)
"\e[7~":beginning-of-line
"\e[8~":end-of-line

export TERM=xterm-color
export LC_CTYPE=ISO-8859-1

# Mapping for German umlauts
"\M-a": "ä"
"\M-A": "Ä"
"\M-o": "ö"
"\M-O": "Ö"
"\M-u": "ü"
"\M-U": "Ü"
"\M-s": "ß"

-----------------------------------------------

Which line tells Cygwin to wipe out my 'e' ? Rado


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

