X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: DJGPP port of GNU Readline 6.1 uploaded. Date: Mon, 31 Jan 2011 15:02:12 -0800 (PST) Organization: http://groups.google.com Lines: 6 Message-ID: <0b58ddcf-4d20-43e9-b05a-41af15311617@d17g2000vbn.googlegroups.com> References: <201012190151 DOT oBJ1pwXX030125 AT delorie DOT com> NNTP-Posting-Host: 94.113.156.231 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1296514932 31146 127.0.0.1 (31 Jan 2011 23:02:12 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 31 Jan 2011 23:02:12 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: d17g2000vbn.googlegroups.com; posting-host=94.113.156.231; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11,gzip(gfe) Bytes: 1466 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you for new readline! Please does anybody have a short example for word completition but without defining extra functions for every word - if it is possible? I would imagine that I just define an array of strings and pass the pointer and readline will complete words from this set. Nothing more. I handle commands from input myself.