Re: Functional completion

2009-04-21 Thread Chas. Owens
On Tue, Apr 21, 2009 at 20:12, Chas. Owens wrote: > On Tue, Apr 21, 2009 at 20:00, Kelly Jones > wrote: >> I want to do "function completion". If I have functions called where() >> and which(), I want whe() to call where(), whi() to call which(), and >> wh() to return something like "Ambigious:

Re: Functional completion

2009-04-21 Thread Chas. Owens
On Tue, Apr 21, 2009 at 20:00, Kelly Jones wrote: > I want to do "function completion". If I have functions called where() > and which(), I want whe() to call where(), whi() to call which(), and > wh() to return something like "Ambigious: where() and which() both > match wh()". > > What's the best

Functional completion

2009-04-21 Thread Kelly Jones
I want to do "function completion". If I have functions called where() and which(), I want whe() to call where(), whi() to call which(), and wh() to return something like "Ambigious: where() and which() both match wh()". What's the best/easiest way to do this? -- We're just a Bunch Of Regular Gu