Gentoo Archives: gentoo-dev

From: Morgan Christiansson <morgan.christiansson@×××××.com>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] inputrc
Date: Sun, 04 Nov 2001 18:15:17
Message-Id: 3BE5E78D.9000307@telia.com
In Reply to: Re: [gentoo-dev] inputrc by Martin Schlemmer
1 Yahoo! My backspace works properly! :)
2
3 I wonder why i didn't think of this before as i know i have set
4 INPUTRC=/etc/inputrc in slackware... :/
5
6 Maybe it just checked for a /etc/inputrc....
7
8 Well anyway, would be good to add it to /etc/env.d/ for the
9 sys-apps/baselayout package? (that's the package that contains
10 /etc/inputrc) or to sys-libs/readline
11
12 Maybe move /etc/inputrc to sys-libs/readline too?
13
14
15 Martin Schlemmer wrote:
16
17 > On Sun, 2001-11-04 at 20:35, jano wrote:
18 >
19 >>Hi,
20 >>
21 >>it appears /etc/inputrc ain't being used (I know there are more than one of
22 >>us this is happening to), and thus your delete key and end keys on a us 101
23 >>keyboard donut work (unless you like to say BEEP~).
24 >>
25 >>Temp fix which works:
26 >># cp /etc/inputrc /etc/skel/.inputrc
27 >>
28 >>Perm fix? Anyone?
29 >>
30 >>
31 >
32 > This is what works for me:
33 >
34 > add to /etc/profile:
35 >
36 > [ -z $INPUTRC ] && export INPUTRC=/etc/inputrc
37 >
38 >