help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: is there framework for keyword completion?


From: Xah
Subject: Re: is there framework for keyword completion?
Date: Sun, 2 Nov 2008 22:07:19 -0800 (PST)
User-agent: G2/1.0

On Nov 2, 2:33 pm, Xah <xah...@gmail.com> wrote:
> i'm trying to have a feature of keyword completion in a lang major
> mode.
>
> is there a framework or code template i can use?
>
> i'm thinking, perhaps something like
>
> (keyword-completion-internal ‹currentString› ‹list of keywords›)
> where the function does the rest... including prompting possible
> completions in a buffer.
>
> i looked at lisp-complete-symbol, python-complete-symbol, pov-complete-
> word, it seems hairy...
>
> any suggestion welcome. Thanks.

oops, ok just found it in elisp manual chapter Completions...

  Xah
∑ http://xahlee.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]