X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com
From: paul <paul.domaskis@gmail.com>
Subject: readline behaves differently in R than in bash
Date: Fri, 17 Apr 2015 20:28:06 +0000 (UTC)
Lines: 10
Message-ID: <loom.20150417T222745-6@post.gmane.org>
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

