Project

General

Profile

Actions

Bug #1908

closed

readline ignores inputrc

Added by dmw (David Whetstone) over 14 years ago. Updated about 13 years ago.

Status:
Rejected
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-08-07 trunk 24440) [i386-darwin9.7.0]
Backport:
[ruby-core:24813]

Description

=begin
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.
    =end
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0