delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/08/30/09:03:24

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8F29383F849
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1598792560;
bh=ARqDGtaPsK1/yZul3CVRqm7o4fU0S67YGoYnbEBaD4A=;
h=To:References:In-Reply-To:Subject:Date:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=Pr6yLKt4jiDIv4yGFXdMjPZL85RDsArFsQUaCyTkUtz4OrC/2rlhwOgzkWyPI/CV5
K0WSdmMYjwFgt9jr8fLi8vm1XQzpc5kOv2Sc0+OK/bnhqZzX3HmzDpjaEEzNpkSlZ/
eEcNCwlNDczHfkcPjdG443FiJGl+94rhhn1C/i7s=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EA287386F81A
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:to:references:in-reply-to:subject:date
:message-id:mime-version:content-transfer-encoding:content-language
:thread-index;
bh=swBCQRnGj2Gwa6qXhl5nkLatUC+ocHjt5EZH4264tJ8=;
b=tKzTkZRYZevbq2EOhYGWBGXFJNeU292fZidVaP9WmnEvZipbrVPEWrvQR7De//rco5
Cb0P/qJna+rejFnUTbcG25CHeXaVOHDGm1PpyGGBcjU5i76RIATLLoisL0eC70LB5Gcs
gqlsex6gDgM8DQEhBTrmpQFuvM6+41HKoc2ldeVEy6iTH+JLonEhMvw/niVEsMJWrV76
uu7wrqF9KSjxEgFEbKUKaAr/e2yNokoANRSMRIA4vjFh9xW0La7QWUpKguK5bijjNQxZ
iJGfjQhSgOm+otMy9ZEN2H8dIXOrYT1uhIrZjxqsmg4QnFFedqaFzWMyryi0UnmUtFix
ClXg==
X-Gm-Message-State: AOAM533eTigVnY9pRxn9UP0OwgBz3B1v1VCQfDKOKYSsGdXkNS4KOxaO
mCBQncYxTcbsAxWAbU55NqxqG6pE1B0=
X-Google-Smtp-Source: ABdhPJxPGnXTLgcCzGLAgGES3PUsKrEv6vEkmJ6AsPzQUqXx/6KTHAB2oTfXTAtCa/aMF1TnmHFgxA==
X-Received: by 2002:a92:8902:: with SMTP id n2mr5071339ild.97.1598792547258;
Sun, 30 Aug 2020 06:02:27 -0700 (PDT)
To: <cygwin AT cygwin DOT com>
References: <004301d67e55$a8e6b460$fab41d20$@gmail.com>
<d5daaaa7-72b3-faf1-7244-7dea2380f7fb AT towo DOT net>
In-Reply-To: <d5daaaa7-72b3-faf1-7244-7dea2380f7fb@towo.net>
Subject: RE: mintty will not accept the letter "e"
Date: Sun, 30 Aug 2020 07:02:27 -0600
Message-ID: <01b301d67ecd$d096d670$71c48350$@gmail.com>
MIME-Version: 1.0
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQEYi2fqfTD1NlbZKjhMR/ptj9QnAwHVKsYLqr3ZxsA=
X-Antivirus: Avast (VPS 200829-2, 08/29/2020), Outbound message
X-Antivirus-Status: Clean
X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT,
FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Ken Reek via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Ken Reek <kenreek1 AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Found the problem! One of the FAQs instructed me to add the command

set completion-ignore-case on

to the .inputrc file. Seeing a "set" command I thought this file was similar
to .bashrc so I added the command

echo .inputrc

to the file (so I could be sure it was being read). After reading the bash
manual while awake at 2 this morning I found that the Readline syntax is
quite different.  I think this command was being mis-parsed as a key
binding.

Removing the offending line fixed the problem. Thanks to all who responded
with suggestions.

- Ken

-----Original Message-----
From: Cygwin <cygwin-bounces AT cygwin DOT com> On Behalf Of Thomas Wolff
Sent: Saturday, August 29, 2020 5:04 PM
To: cygwin AT cygwin DOT com
Subject: Re: mintty will not accept the letter "e"

Am 30.08.2020 um 00:42 schrieb Ken Reek via Cygwin:
> Hi, all.
>
> All of the sudden, mintty won't accept a lower case "e" -- it just 
> dings when I try to type one. Upper case "E" is fine, as are all the 
> other letters. I'm no mintty expert, but I think the e key might have 
> been remapped somehow.
>
> Any ideas on how I can fix this? I've killed mintty and started it 
> again, and also rebooted my machine, to no avail. I'm on Windows 10. 
> Thanks for any help!
What a strange report - there is no way mintty could be causing such an
effect. Maybe you've somehow changed your keyboard mapping? What about other
letters? Other applications? Windows cmd console?
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019