From: David Whetstone Date: 2009-08-08T08:14:45+09:00 Subject: [ruby-core:24813] [Bug #1908] readline ignores inputrc Bug #1908: readline ignores inputrc http://redmine.ruby-lang.org/issues/show/1908 Author: David Whetstone Status: Open, Priority: Normal Category: ext ruby -v: ruby 1.9.2dev (2009-08-07 trunk 24440) [i386-darwin9.7.0] Applications using readline library should automatically load either ~/.inputrc or /etc/inputrc, per the GNU Readline docs. This doesn't appear to be working Ruby's readline library. To reproduce: 1. create ~/.inputrc with: set editing-mode vi 2. run ruby app using readline (irb, for example) 3. verify that vi commands do not work. ---------------------------------------- http://redmine.ruby-lang.org