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:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=I2dIQtu +RSiifo9ESiYmyiPzZX3hzcC9byAM41k+TOwCPHmnzixDk91Gc4r+nksuU4Jt/sl KC4EAid/0aGh78eoNemsNGMaLFo6ndOIvyfmyfT5c7dziyIuv5MWPj799iXi+/ZZ sNHm+pVtmhDP5GLbtN41jNQSnENuqs2aqZFQ= 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:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=hhHGKtjfTmqtr 9T1mVKXNLJaFbM=; b=FpKPJnmHxB3Hjqno+LIaI5N8wZxnh6+N3IZ0555gpaa0d 26vxirm5LXXet1mcxD1NPZeDXjgbxHG5Lf4SvC6TxiTvhcH9KC9KFhuYiiVOW+KP eecEqvoE2lu3fE85RFd3NqtLcb2l/aK/ftgpikUey8bVM0UN2XKHggywVSQWm0= 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.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=editing, lack, wayne, habit X-HELO: homiemail-a105.g.dreamhost.com X-Gm-Message-State: AJaThX6XCLe2L30vI99tJuM36W58GNy3KdEOAJGi35xloI5ym+Feahbk zpMf8b82EaOXGP0LpKRs6EJovH+GE9T9U4Ge34k= X-Google-Smtp-Source: ABhQp+T2WdUEQWNlXUc41AarFVtkQJ5hhRm2q4lmV6hJcaO4V8Fi1cCx1enYfr9q1ZxoavL3+4JdKKgfhUISK975cNw= X-Received: by 10.107.156.134 with SMTP id f128mr20277984ioe.226.1510007351926; Mon, 06 Nov 2017 14:29:11 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <89cb918b-3df6-5446-f800-9d9e7b7dde45@cygwin.com> References: <89cb918b-3df6-5446-f800-9d9e7b7dde45 AT cygwin DOT com> From: Wayne Davison Date: Mon, 6 Nov 2017 14:28:51 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Various questions about 10.1.26-MariaDB on CYGWIN_NT-10.0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin To: cygwin Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Mon, Nov 6, 2017 at 11:33 AM, Yaakov Selkowitz wrote: > Could you be more specific as to what you think is missing[?] I've mentioned the deficiencies on a couple occasions so far, but am happy to do so again. The biggest problem is a total lack of search (I've seen mention of Ctrl+R working in libedit, but is not present in any mariadb release that I've seen). It also does not support more intricate emacs editing, such as Esc-Y to cycle through older yanks, Ctrl+Underscore to undo, Esc-dot arg references, not even Ctrl+W word delete (it does support Esc-Bksp, but it doesn't join multiple deletions together). Also, while its history file is a really unreadable format, it is worse that it has a very nasty habit of destroying all the saved readline history on first libedit use of a readline history file (no conversion, no nothing). Since I often have saved commands that I like to reuse in the history and find them via Ctrl+R, having libedit totally trash all my mysql history and then ignore all use of Ctrl+R made for a very annoying update (I compiled a readline version of the client long ago, and had to restore the history file from backup). It would have been better if the libedit version had used a unique history file name, or if the mariadb package scripts had done a backup (and conversion) of a non-libedit history file. ..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