In bash, typing, say, "ls x*y" then tab lists all the possible expansions of "x*y" on the next line, then prints the command line anew with "x*y" replaced by longest common stem.
With bash-completion installed, "x*y" is summarily replaced by its first match. Is there any way to restore the normal function of tab, besides deinstalling bash-completion ? Thanks in advance.