emacs-edbi icon indicating copy to clipboard operation
emacs-edbi copied to clipboard

can you remove auto-complete dependency?

Open stardiviner opened this issue 9 years ago • 8 comments

Some people (like me) don't use auto-complete, we use company-mode instead. I hope you can refactor edbi to use completion-at-point-functions (which is used by Emacs default, and supported by company-mode). it is better solution.

stardiviner avatar May 14 '15 03:05 stardiviner

Hi @stardiviner Yes. your advice is reasonable. I would do that.

kiwanami avatar Jun 08 '15 01:06 kiwanami

great! thanks. Very powerful extension.

stardiviner avatar Jun 09 '15 08:06 stardiviner

I think the best way is to use completion-at-point-functions.

stardiviner avatar Jul 29 '15 03:07 stardiviner

Any update on this? I think a majority of Emacs users use company-mode nowadays.

ReneFroger avatar Feb 08 '16 10:02 ReneFroger

@ReneFroger Yes, but company-mode support company-capf backend which uses completion-at-point-functions. You can check out github commits history. The latest commit is in 2014. You can send pull request.

stardiviner avatar Feb 08 '16 13:02 stardiviner

I have implemented simple capf function. I confirmed company-mode completes the words.

But, because I'm not sure the specification of completion-at-point-function, I could not display some useful information beside the completion items, such as item types, column data-types.

Is it help company users?

kiwanami avatar Feb 25 '16 02:02 kiwanami

I forgot to update this issue, I found a new extension company-edbi which works great. Maybe can merge together?

stardiviner avatar Feb 25 '16 04:02 stardiviner

And maybe release a 0.1.3 version of edbi so both emacs-edbi and company-edbi would be installable from melpa stable? https://github.com/kiwanami/emacs-edbi/issues/38

Valdaer avatar Jul 07 '16 17:07 Valdaer