Bug 430202 - ~/.inputrc ignored
Summary: ~/.inputrc ignored
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Tomas Janousek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-25 07:27 UTC by Stephen
Modified: 2008-01-25 07:44 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-01-25 07:44:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stephen 2008-01-25 07:27:37 UTC
Description of problem:

The users ~/.inputrc customizations are ignored by bash, contrary to the man
page and other documentation.



Version-Release number of selected component (if applicable):

bash-3.2-19.fc8


How reproducible:

Always.


Steps to Reproduce:

1. echo "set page-completions-off" > ~/.inputrc # don't ask 'more?'
2. start a new gnome-terminal
3. echo $INPUTRC # /etc/inputrc
4. ls # M-?
5. bash asks 'more?', which should now be dissabled.

I strace'd bash and confirmed that ~/.inputrc is not read.

I also tried with a vt login. No change.

  
Actual results:

~/.inputrc ignored.


Expected results:

Should read users ~/.inputrc if exists.

Possibly .inputrc should exist in /etc/skel like so:

  $include /etc/inputrc
  # add customizations here...


Additional info:

Comment 1 Stephen 2008-01-25 07:44:52 UTC
Bash on a vt did after all read ~/.inputrc.

I am on crack...



Note You need to log in before you can comment on or make changes to this bug.