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:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=seu iT9FMXm3u3ZH1G7zhoa1RcV5nW+FuAa7n/8yEQ7bPLxnj1rJWJp9tiu0mPgI3ezi +re02t0MZ5PUKOHNCfvmxg6ayeqew6+yeDMmnNpMBMH4NEPf8Nz8hq2gfj7JLs+i wSmcx9d70cjEx8iwN3JTpPjOPZNgsXx0Eym/1muk= 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:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=BGQbYa7aX PBPHA7+Vw9LaNtnqHo=; b=kacVN+qWx58QSN1wK504fpxFG7Rx8/dwBzHQ7zNB0 cIykGLcBwfR4YtUyqhkRiLrKXt9NoyLga6ollrxnYGUlCud3xoLlBOilDI9akL55 bocDwC7zlLcurxgkl2WbPSVMp+F8qgicaxYruMpdRdVM8RpiOFd2xZIqLGH8Wgbw pM= 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=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: paul Subject: readline behaves differently in R than in bash Date: Fri, 17 Apr 2015 20:28:06 +0000 (UTC) Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes I "set editing-mode vi" in ~/.inputrc. In bash, it responds as expected to (say) "dt,", which deletes characters upto the next comma. It does not do this in R; instead, that series of keystrokes simply causes the next two keystrokes to be consumed without any effect. I guess it would be wrong to assume that R uses the same readline implementation as bash? Is there anything I can set to get the expected behaviour? 64-bit Cygwin DLL version 1.7.28 R version 3.0.1-1 -- 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