all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ian Dunn <dunni@gnu.org>
To: emacs-devel@gnu.org
Subject: [ELPA] New package: paced
Date: Sun, 03 Dec 2017 15:46:20 -0500	[thread overview]
Message-ID: <877eu3bkv7.fsf@gnu.org> (raw)


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	other threads:[~2017-12-03 20:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-03 20:46 Ian Dunn [this message]
2017-12-03 21:05 ` [ELPA] New package: paced Phillip Lord
2017-12-08 14:39   ` Ian Dunn
2017-12-09 11:27     ` Phillip Lord
2017-12-04 14:46 ` Robert Weiner
2017-12-04 15:17   ` Stefan Monnier
2017-12-04 15:46     ` Robert Weiner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877eu3bkv7.fsf@gnu.org \
    --to=dunni@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.