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

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

is there framework for keyword completion?


From: Xah
Subject: is there framework for keyword completion?
Date: Sun, 2 Nov 2008 14:33:35 -0800 (PST)
User-agent: G2/1.0

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.

  Xah
∑ http://xahlee.org/

reply via email to

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