X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:reply-to:from:date:message-id :subject:to:content-type; q=dns; s=default; b=mWbm20dLy7gyKPBcGI vymMM7NPcNlb0M8EdZstWQEoPdfu8pSqD2jWJkYLDTZtwRSbLW7X3sYNbCW70LPU n+mW94OFSxdCtjV78yY9pIHPizQWmQk23GXDWuM4dF3Bmqr29cFJveEgy8U/YTnO vjWsjCheg4AXkEomVg0XNV8WI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:reply-to:from:date:message-id :subject:to:content-type; s=default; bh=JusELql4UAwsZ/aZgwB/gmQ9 Cs8=; b=hJ3fwyChCLWepxOaAzE7fj8SLcGZ1PN39Hk+YPPCLdDfxZ4jgBKIGu/Z Z0a2duJ+YlIf3GZcX2X1fEA6SkiEcJwFPayzRvNP3fvLTZ/sfJ0LtVk6Wv8j1p0I L4fwnBByiVoPvswNr24PR6nHDLcyhrz0IngoGFAePLBJVkqz/N0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=upgraded X-HELO: mail-it1-f177.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to; bh=kbmK9DZYynZMIuONl+xOXvuudGzd1D37MLRH/ShG5oU=; b=Yy1XJ4Ldn4zGP9daT9l2WPv+A1PrpwXVYzBkGNh3PhNJ5OggxmWfP6O8vJdrWa//or JTGaFF/cYzgWkmcahCex3dU5qBXU/+K+Za9yBSkcX108T1co6outAJlycT8Gpq2HFr0N M/QaIEwJL+n7AbRpfEGxlUg0tAS8Y/QZ7lBTLLR/H72YR+5OUgCdIeC8uNiqsfypWOoZ VRGfjWHE7uwfs8HBUh3DHXXrXyfvZsqzh3ntVxIzAUi35sjIB5nZncNtN2FVhVtjSKkz I4UNMCSaHgdwUKmvveerCDnALLDlg+Uj3/ZGkpH19vI3A13B3I/a8RWqZxx/QGWAK3Rr Kmkg== MIME-Version: 1.0 Reply-To: noloader AT gmail DOT com From: Jeffrey Walton Date: Fri, 15 Mar 2019 02:29:53 -0400 Message-ID: Subject: Emacs and CTRL key problems using Cygwin 3.0.3 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Hi Everyone, I just upgraded to Cygwin 3.0.3. 3.0.3 was an in-place upgrade over top the previous version. I don't recall the previous version. I used Cygwin x86_64 flavor and SSH'd into a Linux box. I opened a text file with emacs and tried to delete a line with CTRL+K. Notice the '5;5u' where the delete was supposed to occur: IS_APK=$(command -v apk 2>/dev/null | grep -v "^no " | wc -l) 5;5u5;5u5;5u if [ "$IS_DNF" -ne 0 ]; then Formerly emacs worked as expected. Any ideas what might be going sideways? Jeff -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple