> Did `echo $INPUTRC' display anything?
THAT WAS IT! THAT WAS IT! THANK YOU SO MUCH!
This variable was set (maybe by some malevolent sysadmin) to
/etc/inputrc.
It still puzzles me why bash, despite of this, was able to see the
keybindings
I had defined in *my* ~/.inputrc; maybe readline always t
Hi all!
Short question concerning BASH_ARG[CV] and function execution. According to the
info manual and man pages, the arguments of functions should be pushed onto the
named arrays. But this doesn't happen currently, only for the source built-in.
I tracked the problem down to the lines around 3212
Sven Wegener wrote:
> The debugging_mode check should be removed, or the info manual and man
> pages need to be adjusted to represent the current behaviour.
The documentation has already been corrected for the next release.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
( `
On Mon, Nov 28, 2005 at 11:30:29AM -0500, Chet Ramey wrote:
> Sven Wegener wrote:
>
> > The debugging_mode check should be removed, or the info manual and man
> > pages need to be adjusted to represent the current behaviour.
>
> The documentation has already been corrected for the next release.