emacs-devel
[Top][All Lists]
Advanced

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

[ELPA] New package: paced


From: Ian Dunn
Subject: [ELPA] New package: paced
Date: Sun, 03 Dec 2017 15:46:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

I'd like to submit paced[1] to ELPA.

Paced (Predictive Abbreviation Completion and Expansion using Dictionaries)
scans a group of files (determined by "population commands") to construct a
usage table (dictionary).  Words (or symbols) are sorted by their usage, and may
be later presented to the user for completion.  A dictionary can then be saved
to a file, to be loaded later.

Population commands determine how a dictionary should be filled with words or
symbols.  A dictionary may have multiple population commands, and population may
be performed asynchronously.  Once population is finished, the contents are
sorted, with more commonly used words at the front.  Dictionaries may be edited
through EIEIO's customize-object interface.

Completion is done through `completion-at-point'.  The dictionary to use for
completion can be customized.

The code is on Bazaar on Savannah:

bzr branch https://bzr.savannah.gnu.org/r/paced-el/ paced

[1] http://nongnu.org/paced-el

-- 
Ian Dunn



reply via email to

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