Re: documentation string for caller builtin

2022-07-06 Thread Ernest Adrogué
2022-07- 6, 09:48 (-0400); Chet Ramey escriu: > > Hello, > > > > The documentation string for the 'caller' builtin command in bash.pot > > appears to be incomplete, in particular the last 4 lines from the > > snippet below which were present in previous versions are now missing: > > Not so. > >

documentation string for caller builtin

2022-07-02 Thread Ernest Adrogué
Hello, The documentation string for the 'caller' builtin command in bash.pot appears to be incomplete, in particular the last 4 lines from the snippet below which were present in previous versions are now missing: > caller: caller [expr] > Return the context of the current subroutine call. >

Re: doing completion and menu-completion with just one key

2014-01-19 Thread Ernest Adrogué
Hi, 2014-01-19, 14:04 (-0500); Chet Ramey escriu: > On 1/4/14, 8:09 AM, Ernest Adrogué wrote: > > > One solution is first use completion to narrow down completions and in the > > end use menu-completion, but I think it would be much better to use just one > > key.

doing completion and menu-completion with just one key

2014-01-04 Thread Ernest Adrogué
Hi there, This is not a bug per se, just an idea. On many occasions I find myself repeatedly typing a character followed by TAB in order to narrow down possible completions, until there is just one candidate left. This is not efficient, because when there are just 3-4 possible completions it wou