Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I../bash -I../bash/include -I../bash/lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall uname output: Linux darth 3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu

Bash Version: 4.2
Patch Level: 24
Release Status: release

Description:

(feature request?) after "do" tab completion does not work


Repeat-By:

i find myself typing something like the following a lot:

for f in *.ps ; do ps2[tab]

(the final line looks like
for f in *.ps ; do ps2pdf $f ; done)

at the point [tab] of the command line i would like for bash to have a tab completion working. unfortunately "do" is probably treated as a command already and the tab after "ps2" is searching in completion rules for "do". unfortunately i have all completion switched off due to latency issues when typing, nevertheless this should probably be correctly treated by the default completion, even more so since "do" is a language keyword...




<<attachment: darko_veberic.vcf>>

Reply via email to