[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
company 0.4 -- extensible inline text completion mechanism
From: |
Nikolaj Schumacher |
Subject: |
company 0.4 -- extensible inline text completion mechanism |
Date: |
Sat, 18 Apr 2009 14:09:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin) |
Company is a modular completion mechanism.
This version brings a few bug fixes and the following features:
The dabbrev back-end now searches other buffers, but with a
user-specified time-limit.
There is a new dabbrev variant specifically for code. It searches for
symbols instead of words and skips comments and strings.
Completions from multiple back-ends can now be merged. For example, it
is possible to combine the candidates from etags (for global symbols),
dabbrev (for local variables) and language-specific keywords.
All this should make company much more suitable for languages not
supported by CEDET, e.g. Python.
As always, the latest version is available at
http://nschum.de/src/emacs/company-mode/
and should also be on ELPA (http://tromey.com/elpa/) soonish.
regards,
Nikolaj Schumacher
- company 0.4 -- extensible inline text completion mechanism,
Nikolaj Schumacher <=