]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
9 years agoDrop githalytics link
Dmitry Gutov [Sat, 28 Mar 2015 01:35:23 +0000 (03:35 +0200)]
Drop githalytics link

It's been dead for a while.

9 years agoMerge pull request #334 from vermiculus/patch-1
Dmitry Gutov [Thu, 26 Mar 2015 18:36:58 +0000 (20:36 +0200)]
Merge pull request #334 from vermiculus/patch-1

Fix docstring

9 years agoFix docstring
Sean Allred [Thu, 26 Mar 2015 18:25:35 +0000 (13:25 -0500)]
Fix docstring

9 years agostring-prefix-p signals error on nil in Emacs < 25
Dmitry Gutov [Wed, 25 Mar 2015 17:11:10 +0000 (19:11 +0200)]
string-prefix-p signals error on nil in Emacs < 25

Fixes #332

9 years agocompany--insert-candidate: Don't insert an empty string
Dmitry Gutov [Sat, 21 Mar 2015 14:30:40 +0000 (16:30 +0200)]
company--insert-candidate: Don't insert an empty string

Fixes #330

9 years agoIntroduce company-dabbrev-ignore-invisible
Dmitry Gutov [Sat, 21 Mar 2015 13:01:28 +0000 (15:01 +0200)]
Introduce company-dabbrev-ignore-invisible

9 years agoClarify the meaning of cdr in the prefix cons
Dmitry Gutov [Tue, 17 Mar 2015 19:06:21 +0000 (21:06 +0200)]
Clarify the meaning of cdr in the prefix cons

#319

9 years agocompany-lighter: dispatch on whether company-candidates is non-nil
Dmitry Gutov [Mon, 16 Mar 2015 21:35:18 +0000 (23:35 +0200)]
company-lighter: dispatch on whether company-candidates is non-nil

Fixes #324

9 years agoDon't use `forward-symbol', apparently it's not in 24.3
Dmitry Gutov [Sun, 15 Mar 2015 23:20:46 +0000 (01:20 +0200)]
Don't use `forward-symbol', apparently it's not in 24.3

9 years agoHandle function pointers in annotation and template expansion
Dmitry Gutov [Sun, 15 Mar 2015 23:06:06 +0000 (01:06 +0200)]
Handle function pointers in annotation and template expansion

Fixes #322

9 years agoMerge pull request #318 from iqbalansari/master
Dmitry Gutov [Tue, 10 Mar 2015 16:50:15 +0000 (18:50 +0200)]
Merge pull request #318 from iqbalansari/master

Add missing require to `company-gtags`

9 years agoAdd missing require to `company-gtags`
Iqbal Ansari [Tue, 10 Mar 2015 16:23:28 +0000 (21:53 +0530)]
Add missing require to `company-gtags`

9 years agoRemove company-ropemacs
Dmitry Gutov [Tue, 10 Mar 2015 01:35:19 +0000 (03:35 +0200)]
Remove company-ropemacs

The relevant code was moved to ropemacs proper.

9 years agoRemove company-pysmell
Dmitry Gutov [Tue, 10 Mar 2015 01:31:47 +0000 (03:31 +0200)]
Remove company-pysmell

I don't know how to use it, and it doesn't seem to be popular anymore, if it
ever was.

9 years agoAccept numeric argument in company-select-next and friends
Dmitry Gutov [Fri, 6 Mar 2015 23:48:40 +0000 (01:48 +0200)]
Accept numeric argument in company-select-next and friends

Closes #316

9 years agoMerge branch 'release'
Dmitry Gutov [Wed, 4 Mar 2015 17:04:32 +0000 (19:04 +0200)]
Merge branch 'release'

Conflicts:
company.el

9 years agocompany--merge-async: Handle mixed sync/async and immediate callbacks better
Dmitry Gutov [Wed, 4 Mar 2015 16:58:18 +0000 (18:58 +0200)]
company--merge-async: Handle mixed sync/async and immediate callbacks better

Fixes #315

9 years agoBuf was unused
Dmitry Gutov [Wed, 4 Mar 2015 15:37:29 +0000 (17:37 +0200)]
Buf was unused

9 years agocompany-diag: Call `annotation' in the right buffer
Dmitry Gutov [Mon, 2 Mar 2015 02:14:40 +0000 (04:14 +0200)]
company-diag: Call `annotation' in the right buffer

9 years agocompany-diag: Fix the annotation call
Dmitry Gutov [Mon, 2 Mar 2015 01:45:58 +0000 (03:45 +0200)]
company-diag: Fix the annotation call

9 years agocompany-diag: Include Emacs and Company versions
Dmitry Gutov [Sun, 1 Mar 2015 15:13:35 +0000 (17:13 +0200)]
company-diag: Include Emacs and Company versions

9 years agocompany-show-location: Mirror the latest change to company-show-doc-buffer
Dmitry Gutov [Wed, 25 Feb 2015 22:38:03 +0000 (00:38 +0200)]
company-show-location: Mirror the latest change to company-show-doc-buffer

Closes #312

9 years agocompany-show-doc-buffer: Still call doc-buffer inside the electric block
Dmitry Gutov [Wed, 25 Feb 2015 13:35:56 +0000 (15:35 +0200)]
company-show-doc-buffer: Still call doc-buffer inside the electric block

#309

9 years agocompany-show-doc-buffer: Bind other-window-scroll-buffer
Dmitry Gutov [Tue, 24 Feb 2015 20:39:51 +0000 (22:39 +0200)]
company-show-doc-buffer: Bind other-window-scroll-buffer

9 years agoAllow scrolling the doc window with the mouse wheel
Dmitry Gutov [Tue, 24 Feb 2015 19:52:30 +0000 (21:52 +0200)]
Allow scrolling the doc window with the mouse wheel

Resolves #309

9 years agocompany-backends: Make the version check more conservative
Dmitry Gutov [Mon, 23 Feb 2015 15:01:07 +0000 (17:01 +0200)]
company-backends: Make the version check more conservative

https://github.com/expez/company-quickhelp/issues/6

9 years agoAdd `company-diag'
Dmitry Gutov [Fri, 20 Feb 2015 22:32:33 +0000 (00:32 +0200)]
Add `company-diag'

9 years agocompany-files--grab-existing-name: Check if the file is remote
Dmitry Gutov [Thu, 12 Feb 2015 13:34:48 +0000 (15:34 +0200)]
company-files--grab-existing-name: Check if the file is remote

Only continue if the connection is already established.

Fixes #301

9 years agoMerge branch 'search-hl-fix'
Dmitry Gutov [Wed, 4 Feb 2015 16:36:35 +0000 (18:36 +0200)]
Merge branch 'search-hl-fix'

Conflicts:
company.el

9 years agoTruncate out-of-bounds search highlighting
Dmitry Gutov [Wed, 4 Feb 2015 16:33:55 +0000 (18:33 +0200)]
Truncate out-of-bounds search highlighting

Fixes #294

9 years agocompany-clang--start-process: Disable undo in the output buffer
Dmitry Gutov [Mon, 2 Feb 2015 17:07:20 +0000 (19:07 +0200)]
company-clang--start-process: Disable undo in the output buffer

A right thing to do, but it's gives no discernible performance improvement.

9 years agoBump the version
Dmitry Gutov [Mon, 2 Feb 2015 15:20:48 +0000 (17:20 +0200)]
Bump the version

9 years agoPass company-lighter-base to company--group-lighter explicitly
Dmitry Gutov [Mon, 2 Feb 2015 15:15:35 +0000 (17:15 +0200)]
Pass company-lighter-base to company--group-lighter explicitly

9 years agoUse mode-line format in company-lighter
Dmitry Gutov [Mon, 2 Feb 2015 12:32:11 +0000 (14:32 +0200)]
Use mode-line format in company-lighter

And use company-lighter-base in it. Resolves #290. Resolves #291.

9 years agocompany-search-map: Add company-complete-number bindings
Dmitry Gutov [Sun, 1 Feb 2015 05:42:48 +0000 (07:42 +0200)]
company-search-map: Add company-complete-number bindings

#292

9 years agoTrack the current selection better
Dmitry Gutov [Sun, 1 Feb 2015 05:35:20 +0000 (07:35 +0200)]
Track the current selection better

* company-update-candidates: Restore selection even if it's 0. Don't rely on
  lexical sorting. Compare annotations. Maybe reset company-selection-changed.

* company-search-mode, company-search-abort: Save and restore the value of
  company-selection-changed.

#292

9 years agocompany-search-map: Include <up> and <down> bindings
Dmitry Gutov [Sun, 1 Feb 2015 04:02:54 +0000 (06:02 +0200)]
company-search-map: Include <up> and <down> bindings

#292

9 years agoAdd a comment
Dmitry Gutov [Fri, 30 Jan 2015 16:52:51 +0000 (18:52 +0200)]
Add a comment

9 years agoFix version
Dmitry Gutov [Wed, 28 Jan 2015 16:08:13 +0000 (18:08 +0200)]
Fix version

9 years agoEnable company-search-map in company-search-mode body
Dmitry Gutov [Wed, 28 Jan 2015 16:06:02 +0000 (18:06 +0200)]
Enable company-search-map in company-search-mode body

Fixes #289

9 years agoBump the version
Dmitry Gutov [Thu, 22 Jan 2015 23:02:35 +0000 (01:02 +0200)]
Bump the version

9 years agoAdd company-next-page and company-previous-page
Dmitry Gutov [Thu, 22 Jan 2015 23:01:23 +0000 (01:01 +0200)]
Add company-next-page and company-previous-page

Resolves #283

9 years agoUpdate copyright years
Dmitry Gutov [Thu, 22 Jan 2015 21:48:25 +0000 (23:48 +0200)]
Update copyright years

9 years agocompany-ispell: Filter returned candidates locally
Dmitry Gutov [Thu, 22 Jan 2015 21:47:05 +0000 (23:47 +0200)]
company-ispell: Filter returned candidates locally

Resolves #284

9 years agocompany--create-lines: Handle keep-prefix with multiple-width chars in prefix
Dmitry Gutov [Fri, 16 Jan 2015 01:51:59 +0000 (04:51 +0300)]
company--create-lines: Handle keep-prefix with multiple-width chars in prefix

9 years ago* packages/company/test/clang-tests.el: Add copyright notice
Stefan Monnier [Thu, 15 Jan 2015 11:36:27 +0000 (14:36 +0300)]
* packages/company/test/clang-tests.el: Add copyright notice

9 years agoBump the version in NEWS
Dmitry Gutov [Tue, 13 Jan 2015 03:52:57 +0000 (06:52 +0300)]
Bump the version in NEWS

9 years agoRelease 0.8.8
Dmitry Gutov [Tue, 13 Jan 2015 02:41:38 +0000 (05:41 +0300)]
Release 0.8.8

9 years agoImprove duplicates removal
Dmitry Gutov [Tue, 13 Jan 2015 02:28:20 +0000 (05:28 +0300)]
Improve duplicates removal

Remove items with equal annotations, even when separated by item(s) with
different annotation(s). Provided the string values match, of course.

9 years agoSplit company--process-candidates into -pre and -post
Dmitry Gutov [Mon, 12 Jan 2015 17:06:31 +0000 (20:06 +0300)]
Split company--process-candidates into -pre and -post

* Call the -pre function before saving to cache.
* Copy the candidates list first thing inside the -post function.
* Replace `company-apply-predicate' with `cl-delete-if-not': it's faster.

Fixes #275.

9 years agocompany-search-delete-char: Use `ding'
Dmitry Gutov [Mon, 12 Jan 2015 08:41:24 +0000 (11:41 +0300)]
company-search-delete-char: Use `ding'

9 years agoReplace `cl-plusp' usages with `string='
Dmitry Gutov [Mon, 12 Jan 2015 08:40:31 +0000 (11:40 +0300)]
Replace `cl-plusp' usages with `string='

9 years agocompany-search-abort: Move predicate reset to the mode function
Dmitry Gutov [Sun, 11 Jan 2015 19:49:54 +0000 (22:49 +0300)]
company-search-abort: Move predicate reset to the mode function

9 years agoWork around http://debbugs.gnu.org/19553
Dmitry Gutov [Sat, 10 Jan 2015 06:26:53 +0000 (09:26 +0300)]
Work around http://debbugs.gnu.org/19553

Fixes #274

9 years agoFixup a test
Dmitry Gutov [Sat, 10 Jan 2015 06:24:46 +0000 (09:24 +0300)]
Fixup a test

9 years agoSimplify NEWS entry
Dmitry Gutov [Fri, 9 Jan 2015 21:16:03 +0000 (00:16 +0300)]
Simplify NEWS entry

9 years agocompany-search-map: Add M-n and M-p bindings
Dmitry Gutov [Fri, 9 Jan 2015 20:36:13 +0000 (23:36 +0300)]
company-search-map: Add M-n and M-p bindings

9 years agocompany-fill-propertize: Don't highlight match beg till common part
Dmitry Gutov [Fri, 9 Jan 2015 14:24:32 +0000 (17:24 +0300)]
company-fill-propertize: Don't highlight match beg till common part

It's more confusing than useful. We already highlight the common part.

9 years agoAdd company-complete-common-or-cycle
Dmitry Gutov [Fri, 9 Jan 2015 12:51:51 +0000 (15:51 +0300)]
Add company-complete-common-or-cycle

9 years agoUpdate NEWS.md
Dmitry Gutov [Fri, 9 Jan 2015 04:18:34 +0000 (07:18 +0300)]
Update NEWS.md

9 years agoIntroduce `company-search-toggle-filtering'
Dmitry Gutov [Fri, 9 Jan 2015 04:14:31 +0000 (07:14 +0300)]
Introduce `company-search-toggle-filtering'

Plus calculate-candidates/update-candidates cleanup.

It's not good to save processed candidates list to the cache. `copy-sequence' is
the price for neater code.

9 years agoPrivatize some search functions (and a var)
Dmitry Gutov [Thu, 8 Jan 2015 19:54:37 +0000 (22:54 +0300)]
Privatize some search functions (and a var)

9 years agocompany-search-old-map: Remove, unused
Dmitry Gutov [Thu, 8 Jan 2015 19:50:54 +0000 (22:50 +0300)]
company-search-old-map: Remove, unused

9 years agoDon't repeat search with empty string
Dmitry Gutov [Thu, 8 Jan 2015 19:17:08 +0000 (22:17 +0300)]
Don't repeat search with empty string

9 years agocompany-search-delete-char: New command
Dmitry Gutov [Thu, 8 Jan 2015 19:02:33 +0000 (22:02 +0300)]
company-search-delete-char: New command

9 years agocompany-search-map: Support keypad numbers
Dmitry Gutov [Thu, 8 Jan 2015 18:21:45 +0000 (21:21 +0300)]
company-search-map: Support keypad numbers

Fixes #273

9 years agocompany--continue-failed: Don't burp on `stop'
Dmitry Gutov [Thu, 8 Jan 2015 17:09:06 +0000 (20:09 +0300)]
company--continue-failed: Don't burp on `stop'

#273

9 years agoRemove ineffective change from c6e9fbad312fc62876d40032a84a94439a055d05
Dmitry Gutov [Wed, 7 Jan 2015 18:26:09 +0000 (21:26 +0300)]
Remove ineffective change from c6e9fbad312fc62876d40032a84a94439a055d05

The strings before " : " should only contain function names.

9 years agoSupport template functions in company-clang annotations
Dmitry Gutov [Wed, 7 Jan 2015 17:49:47 +0000 (20:49 +0300)]
Support template functions in company-clang annotations

Fixes #271

9 years agoAdd .elpaignore
Dmitry Gutov [Wed, 7 Jan 2015 16:05:22 +0000 (19:05 +0300)]
Add .elpaignore

9 years agoReorganize tests layout
Dmitry Gutov [Wed, 7 Jan 2015 16:04:39 +0000 (19:04 +0300)]
Reorganize tests layout

9 years agoDon't idle-begin when company-candidates is non-nil
Dmitry Gutov [Fri, 2 Jan 2015 23:26:37 +0000 (01:26 +0200)]
Don't idle-begin when company-candidates is non-nil

That should prevent bugs like ensime/ensime-server#754 in the future.

9 years agoClear out unused variable warnings
Dmitry Gutov [Fri, 2 Jan 2015 21:41:41 +0000 (23:41 +0200)]
Clear out unused variable warnings

9 years ago#267 follow-up fixes
Dmitry Gutov [Tue, 30 Dec 2014 16:48:20 +0000 (18:48 +0200)]
#267 follow-up fixes

9 years agocompany-preview-show-at-point: Handle the pseudo-tooltip-overlay
Dmitry Gutov [Tue, 30 Dec 2014 04:29:53 +0000 (06:29 +0200)]
company-preview-show-at-point: Handle the pseudo-tooltip-overlay

Or rather, rendering at its beginning.

Fixes #267

9 years agoFix typo
Dmitry Gutov [Tue, 16 Dec 2014 12:32:53 +0000 (14:32 +0200)]
Fix typo

9 years agoAdd NEWS entry
Dmitry Gutov [Tue, 16 Dec 2014 12:26:17 +0000 (14:26 +0200)]
Add NEWS entry

9 years agocompany-semantic: add simple annotations
aerique [Tue, 16 Dec 2014 12:09:11 +0000 (13:09 +0100)]
company-semantic: add simple annotations

9 years agocompany--insert-candidate: Don't change buffer modification status unnecessarily
Dmitry Gutov [Sun, 14 Dec 2014 19:55:02 +0000 (21:55 +0200)]
company--insert-candidate: Don't change buffer modification status unnecessarily

Fixes #256

9 years agos/`bbdb'/BBDB
Dmitry Gutov [Thu, 11 Dec 2014 11:59:54 +0000 (13:59 +0200)]
s/`bbdb'/BBDB

9 years agoMerge pull request #252 from markus1189/bbdb-customize-group
Dmitry Gutov [Thu, 11 Dec 2014 11:54:41 +0000 (13:54 +0200)]
Merge pull request #252 from markus1189/bbdb-customize-group

Define customize group for company-bbdb

9 years agoDefine customize group for company-bbdb
Markus Hauck [Thu, 11 Dec 2014 08:40:05 +0000 (09:40 +0100)]
Define customize group for company-bbdb

9 years agoWork around http://debbugs.gnu.org/18384
Dmitry Gutov [Wed, 10 Dec 2014 22:55:28 +0000 (00:55 +0200)]
Work around http://debbugs.gnu.org/18384

Closes #249

9 years agocompany--window-width: Make it a defun
Dmitry Gutov [Mon, 8 Dec 2014 01:42:48 +0000 (03:42 +0200)]
company--window-width: Make it a defun

#249

9 years agocompany-clang--start-process: Bind process-adaptive-read-buffering to nil
Dmitry Gutov [Sun, 7 Dec 2014 02:59:15 +0000 (04:59 +0200)]
company-clang--start-process: Bind process-adaptive-read-buffering to nil

This speeds up completion on my system when a lot of candidates are returned, by
a factor of 2.5 (#228).

Inspired by https://github.com/Sarcasm/irony-mode/issues/131#issuecomment-60008803.

9 years agocompany-capf: Pass `sole' or 'finished' to exit-function, not `exact'
Dmitry Gutov [Thu, 4 Dec 2014 15:14:15 +0000 (17:14 +0200)]
company-capf: Pass `sole' or 'finished' to exit-function, not `exact'

9 years agocompany-backends: Add "to this command"
Dmitry Gutov [Thu, 4 Dec 2014 12:22:05 +0000 (14:22 +0200)]
company-backends: Add "to this command"

9 years agoEdit NEWS
Dmitry Gutov [Thu, 4 Dec 2014 09:52:15 +0000 (11:52 +0200)]
Edit NEWS

9 years agoAdd company-bbdb-modes defcustom
Dmitry Gutov [Wed, 3 Dec 2014 23:53:19 +0000 (01:53 +0200)]
Add company-bbdb-modes defcustom

9 years agocompany-backends: Clarify that responding to `match' is never mandatory
Dmitry Gutov [Mon, 24 Nov 2014 03:27:08 +0000 (05:27 +0200)]
company-backends: Clarify that responding to `match' is never mandatory

https://github.com/abingham/emacs-ycmd/pull/92

9 years agocompany-input-noop: Use a symbol for the dummy event binding
Dmitry Gutov [Sun, 23 Nov 2014 14:24:45 +0000 (16:24 +0200)]
company-input-noop: Use a symbol for the dummy event binding

Closes #241

9 years agoReword comment
Dmitry Gutov [Sun, 23 Nov 2014 03:50:45 +0000 (05:50 +0200)]
Reword comment

9 years agocompany-update-candidates: Fix WRT ignore-case
Dmitry Gutov [Sun, 23 Nov 2014 03:49:45 +0000 (05:49 +0200)]
company-update-candidates: Fix WRT ignore-case

9 years agocompany-update-candidates: Don't be fooled by a few prefix completions
Dmitry Gutov [Sun, 23 Nov 2014 03:36:15 +0000 (05:36 +0200)]
company-update-candidates: Don't be fooled by a few prefix completions

...among non-prefix ones.

Obsoletes https://github.com/abingham/emacs-ycmd/pull/92.

`company-complete-common' was likewise too eager; this fixes it.

9 years agocompany-files--complete: Ignore case on appropriate systems
Dmitry Gutov [Sat, 22 Nov 2014 00:32:01 +0000 (02:32 +0200)]
company-files--complete: Ignore case on appropriate systems

#240

9 years agoSupport multiple-width chars in annotations
Dmitry Gutov [Sun, 16 Nov 2014 20:45:53 +0000 (22:45 +0200)]
Support multiple-width chars in annotations

Fixes #230

9 years agoBump the version for development
Dmitry Gutov [Sun, 9 Nov 2014 01:56:09 +0000 (03:56 +0200)]
Bump the version for development

9 years agoShow numbers in tooltip irrespective of scrolling
Dmitry Gutov [Sun, 9 Nov 2014 01:55:22 +0000 (03:55 +0200)]
Show numbers in tooltip irrespective of scrolling

9 years agocompany-complete-number: Handle keypad events
Dmitry Gutov [Sat, 8 Nov 2014 21:12:25 +0000 (23:12 +0200)]
company-complete-number: Handle keypad events

9 years agocompany-bbdb: Use the whole line content after `: ' as prefix
Dmitry Gutov [Fri, 7 Nov 2014 13:52:55 +0000 (15:52 +0200)]
company-bbdb: Use the whole line content after `: ' as prefix