Re: 1.5.19: pdksh 5.2.14-3 tab-complete and shell metacharacters

2006-01-30 Thread Igor Peshansky
On Mon, 30 Jan 2006, Svend Sorensen wrote: > On 1/30/06, Igor Peshansky <[EMAIL PROTECTED]> wrote: Again, . Thanks. > > Ugh, top-posting... Reformatted. > > > > On Mon, 30 Jan 2006, Svend Sorensen wrote: > > > > > On 1/30/06, Igor Peshansky <[EMAIL PR

Re: 1.5.19: pdksh 5.2.14-3 tab-complete and shell metacharacters

2006-01-30 Thread Svend Sorensen
On 1/30/06, Igor Peshansky <[EMAIL PROTECTED]> wrote: > Ugh, top-posting... Reformatted. > > On Mon, 30 Jan 2006, Svend Sorensen wrote: > > > On 1/30/06, Igor Peshansky <[EMAIL PROTECTED]> wrote: > > . Thanks. > > > > On Thu, 26 Jan 2006, Svend Sorensen

Re: 1.5.19: pdksh 5.2.14-3 tab-complete and shell metacharacters

2006-01-30 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Mon, 30 Jan 2006, Svend Sorensen wrote: > On 1/30/06, Igor Peshansky <[EMAIL PROTECTED]> wrote: . Thanks. > > On Thu, 26 Jan 2006, Svend Sorensen wrote: > > > > > When I use pdksh to expand the name of a file with

Re: 1.5.19: pdksh 5.2.14-3 tab-complete and shell metacharacters

2006-01-30 Thread Svend Sorensen
The NetBSD system I tested has pdksh-5.2.14nb1 installed. There are two patches in pkgsrc, one which removes a Makefile check for pdksh in the /etc/shells file, and one which removes a declaration of errorno. Other than that, it uses the vanilla pdksh-5.2.14.tar.gz sources. I have attached the p

Re: 1.5.19: pdksh 5.2.14-3 tab-complete and shell metacharacters

2006-01-30 Thread Igor Peshansky
On Thu, 26 Jan 2006, Svend Sorensen wrote: > When I use pdksh to expand the name of a file with spaces or other > shell metachars in it, the filename is expanded without escaping the > metacharacters. Thanks for the report. I've been able to reproduce this. There's an upstream patch that fixes

1.5.19: pdksh 5.2.14-3 tab-complete and shell metacharacters

2006-01-26 Thread Svend Sorensen
When I use pdksh to expand the name of a file with spaces or other shell metachars in it, the filename is expanded without escaping the metacharacters. On cygwin: $ echo $KSH_VERSION @(#)PD KSH v5.2.14 99/07/13.2 $ touch 'now & later' $ ls now # hit [Tab] $ ls now