Re: Autocomplete Library

2010-09-27 Thread PiƱeiro
From: Tanmay Verma > Hi I have taken Maemo development project in my mobile computing course and > our group was thinking of developing an Autocomplete library. Is there any > such library available in GNU C or other libraries which support Maemo apps You mean something like this

Re: Autocomplete Library

2010-09-20 Thread Sivan Greenberg
On Mon, Sep 20, 2010 at 11:52 AM, Dave Neary wrote: > That's ctags (or etags). Rather, ctags generates lists of symbols that > auto-completion features in editors read & use for completion. Yes! This is it. Thanks Dave for reminding about this, I tried recalling it to no avail. -Sivan __

Re: Autocomplete Library

2010-09-20 Thread Dave Neary
Hi, Sivan Greenberg wrote: > I would go to the trouble to provide a more "complete" autocomplete > lib, in the form of completing not just by autocomplete lists provided > by some readline client apps, but to employ "heuristics" to > autocomplete words related to a usage domain of certain tools an

Re: Autocomplete Library

2010-09-19 Thread Ville M. Vainio
On Sun, Sep 19, 2010 at 8:25 PM, Sivan Greenberg wrote: > I would go to the trouble to provide a more "complete" autocomplete > lib, in the form of completing not just by autocomplete lists provided > by some readline client apps, but to employ "heuristics" to > autocomplete words related to a us

Re: Autocomplete Library

2010-09-19 Thread Sivan Greenberg
ma wrote: >> Hi I have taken Maemo development project in my mobile computing course >> and our group was thinking of developing an Autocomplete library. Is >> there any such library available in GNU C or other libraries which >> support Maemo apps > > GNU Readline provides a

Re: Autocomplete Library

2010-09-19 Thread Dave Neary
Hi Tanmay, Tanmay Verma wrote: > Hi I have taken Maemo development project in my mobile computing course > and our group was thinking of developing an Autocomplete library. Is > there any such library available in GNU C or other libraries which > support Maemo apps GNU Readl

Autocomplete Library

2010-09-18 Thread Tanmay Verma
Hi I have taken Maemo development project in my mobile computing course and our group was thinking of developing an Autocomplete library. Is there any such library available in GNU C or other libraries which support Maemo apps ___ maemo-developers