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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=ajG4ybYtfPjbF3+0guZzd2qOB0nr8 NdatdGs7ysafCIhly/SldSQB9yalspZC8K/8XDW/JOCrxtgo5wPaiFDx0zIUB3T+ CfI+6GYEzAlv2Wi7gn4UwtAP8+UPPuuS4UC1qJ9Z88gM5acuh8szDxga/nyGIvA3 bI6yEuIQJSMtpA= 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:from:date:message-id:subject:to :content-type; s=default; bh=+LhErKlqFTZ/fwDL56COUVkFMXU=; b=w// k/E0FCBwqtwzJnDVbpmqcC0/Fey8hb3oQ8DpPh2kQndsz488To6zDqi5QbWO669t /TFZU1FOJ2xSYkV3tK0fguUMD7u7RL0Q66HWh5a47YNKSExoxSM9NpItNLT7zxoL xIQYMRakfnzUfS/xFlJLPAbEWp9Zs2dMQ19tAtXI= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=sk:yselkow, yselkowitzcygwincom, U*yselkowitz, yselkowitz AT cygwin DOT com X-HELO: homiemail-a85.g.dreamhost.com X-Gm-Message-State: ABUngvdSIVf7Pweg+jCJUUv1vRTSd0SmqnALHF7BbSsKk9+UiHXVdade2FkLKTLpNxQkdl+SkXRvwWfXOJKDQQ== X-Received: by 10.107.43.16 with SMTP id r16mr14200258ior.26.1479076815075; Sun, 13 Nov 2016 14:40:15 -0800 (PST) MIME-Version: 1.0 From: Wayne Davison Date: Sun, 13 Nov 2016 14:39:54 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [ANNOUNCEMENT] mysql 10.1.19-1 To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Sun, Nov 13, 2016 at 12:36 PM, Yaakov Selkowitz wrote: > The following packages have been uploaded to the Cygwin distribution: > * mysql-10.1.19-1 > * [...] Would you consider a change in the mysql packages back to using readline? It should hopefully be as simple as: CYGCONF_ARGS="--with-readline" I tried doing a cygport prep with that set, but the mysql package's patches aren't applying successfully, so I couldn't easily give it a try. The reason for the switch back is that the current line-editing lib is severely crippled compared to readline. There's no search (and the suggestions I saw for how to enable Ctrl-R don't work), there's no undo (or redo), there's no Esc-. arg references, there's no word delete, etc. Also, its save format is quite unreadable (not to mention that it blew-away my mysql command history in ~/.mysql_history, which was really quite rude of it). I know that RHEL/CentOS still uses readline in their mariadb packages, so hopefully it will be an easy change. ..wayne.. -- 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