all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* is there framework for keyword completion?
@ 2008-11-02 22:33 Xah
  2008-11-03  6:07 ` Xah
  0 siblings, 1 reply; 2+ messages in thread
From: Xah @ 2008-11-02 22:33 UTC (permalink / raw
  To: help-gnu-emacs

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/^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: is there framework for keyword completion?
  2008-11-02 22:33 is there framework for keyword completion? Xah
@ 2008-11-03  6:07 ` Xah
  0 siblings, 0 replies; 2+ messages in thread
From: Xah @ 2008-11-03  6:07 UTC (permalink / raw
  To: help-gnu-emacs

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/^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-03  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 22:33 is there framework for keyword completion? Xah
2008-11-03  6:07 ` Xah

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.