From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83794 invoked by alias); 15 Mar 2019 06:30:32 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 83604 invoked by uid 89); 15 Mar 2019 06:30:21 -0000 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 Received: from mail-it1-f177.google.com (HELO mail-it1-f177.google.com) (209.85.166.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Mar 2019 06:30:20 +0000 Received: by mail-it1-f177.google.com with SMTP id m137so8668337ita.0 for ; Thu, 14 Mar 2019 23:30:10 -0700 (PDT) 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@gmail.com From: Jeffrey Walton Date: Fri, 15 Mar 2019 06:30:00 -0000 Message-ID: Subject: Emacs and CTRL key problems using Cygwin 3.0.3 To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00386.txt.bz2 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