Re: general loadable integration

2015-07-16 Thread Mike Frysinger
On 16 Jul 2015 14:53, Chet Ramey wrote: > On 7/14/15 5:11 AM, Mike Frysinger wrote: > > On 14 Jul 2015 11:35, Pierre Gaston wrote: > >> I think adoption would be difficult considering even a useful loadable > >> builtin like "finfo" has not found its way into default installations, b > ut > >> for

Re: Tab completion misbehaves with newlines

2015-07-16 Thread Chet Ramey
On 7/15/15 12:44 PM, Andreas Schwab wrote: > Greg Wooledge writes: > >> I type: >> >> $ cat bad >> >> and press Tab twice. (The first does nothing visible.) This gives me >> two completion choices: >> >> badbad^Jfile >> >> If I press Ctrl-V Ctrl-J, the cursor moves to the next line. At

Re: Tab completion misbehaves with newlines

2015-07-16 Thread Chet Ramey
On 7/15/15 10:28 AM, Rickard Norlander wrote: > Bash Version: 4.3 > Patch Level: 30 > Release Status: release > > Description: > If a file is created which has a newline in its filename, tab > completion does not work correctly. The part before, and the part after the > newline behave as sepa

Re: general loadable integration

2015-07-16 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/14/15 5:11 AM, Mike Frysinger wrote: > On 14 Jul 2015 11:35, Pierre Gaston wrote: >> I think adoption would be difficult considering even a useful loadable >> builtin like "finfo" has not found its way into default installations, b ut >> for insta

bash-4.4-alpha: Update po/LINGUAS

2015-07-16 Thread Andreas Schwab
Index: bash-4.4-alpha/po/LINGUAS === --- bash-4.4-alpha.orig/po/LINGUAS +++ bash-4.4-alpha/po/LINGUAS @@ -1,2 +1,2 @@ # Set of available languages. -en@quot en@boldquot af bg ca cs da de el eo es et fi fr ga gl hr hu id it ja lt nb n

bash-4.4-alpha: Use itrace only if DEBUG

2015-07-16 Thread Andreas Schwab
Index: bash-4.4-alpha/redir.c === --- bash-4.4-alpha.orig/redir.c +++ bash-4.4-alpha/redir.c @@ -121,7 +121,9 @@ redirection_error (temp, error) /* This can happen when read_token_word encounters overflow, like in exec 429