|
From: Schwarz, K. <kon...@si...> - 2006-11-30 08:58:34
|
Putting -o vi/emacs options in .profile is not such a good idea, because = subshells don't inherit this value. Instead, it should be in the $ENV = file or .bashrc, depending on how you invoke bash (or if you are using = ksh, etc.). Regards, Konrad > -----Original Message----- > From: min...@li...=20 > [mailto:min...@li...] On Behalf=20 > Of Keith Marshall > Sent: Thursday, November 30, 2006 5:02 AM > To: min...@li... > Subject: Re: [Mingw-msys] arrow keys produce [A [B [C [D >=20 > On Thursday 30 November 2006 01:00, Earnie Boyd wrote: > > Google for ``+msys +inputrc''. =A0The default line editing=20 > format is vi.=20 > > You can ``set -o emacs'' to change that. >=20 > Hmm. Is this something you've changed for MSYS-1.0.11? =20 > Everywhere else I use bash, the default is `set -o emacs',=20 > and even though vim is my favourite editor, that's the way I=20 > prefer it. IIRC, emacs mode worked OOTB, in MSYS-1.0.10 and=20 > earlier, for I don't recall ever having to explicitly set it. >=20 > Ah well. I guess at worst that it's just a .profile, or=20 > /etc/profile change. =20 > Or, have you added /etc/inputrc for MSYS-1.0.11? If so, I=20 > guess it would be set there. >=20 > I know your own personal preference is `set -o vi', Earnie,=20 > but I'd suggest for the MSYS release, that you leave `set -o=20 > emacs' as default, as that is what is more generally expected. >=20 > Regards, > Keith. >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > SourceForge.net's Techsay panel and you'll get the chance to=20 > share your opinions on IT & business topics through brief=20 > surveys - and earn cash=20 > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > &CID=3DDEVDEV > _______________________________________________ > Mingw-msys mailing list > Min...@li... > https://lists.sourceforge.net/lists/listinfo/mingw-msys >=20 |