Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11311

[DOC] Documentation for `complete' compacts[] is incomplete.

From Arthur200000 <arthur200126@163.com>
Newsgroups gnu.bash.bug
Subject [DOC] Documentation for `complete' compacts[] is incomplete.
Date 2015-08-11 00:02 +0800
Message-ID <mailman.8077.1439223482.904.bug-bash@gnu.org> (permalink)

Show all headers | View raw


Configuration Information:
Machine: i686
OS: cygwin
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS   -I.  -I. -I./include -I./lib   -O1
uname output: CYGWIN_NT-10.0-WOW VAIO-lynn 2.0.4(0.287/5/3) 2015-06-09 12:20 i686 Cygwin
Machine Type: i686-pc-cygwin

Bash Version: 4.3
Patch Level: 30
Release Status: release

Description:
	Bash has incomplete documentation for builtins in `complete.def`. The [-abcdefgjksuv] options to specify
	types to complete are not documented. This is making writing completions some kind of black magic.
	
	All those correspondence can be found in complete.def. More specifically, compacts[].
	
	/* By the way is anyone going to assign those '\0's so we can do even more things? */

Repeat-By:
	help compgen, help complete, info bash, man bash.

Fix:
	Write approporiate doc for this. I only need a transcription of compacts[] so I can look it up without Luking it.

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

[DOC] Documentation for `complete' compacts[] is incomplete. Arthur200000 <arthur200126@163.com> - 2015-08-11 00:02 +0800

csiph-web