utop icon indicating copy to clipboard operation
utop copied to clipboard

utop emacs completion-at-point-functions support?

Open ghost opened this issue 7 years ago • 1 comments

Hi. Is it possible to add completion-at-point-functions for utop.el? I don't want a completion list displayed everytime when I try to complete something, when I don't have company-mode enabled. You can use any backend when you have a completion-at-point-functions (e.g. ivy and company). I think a completion-at-point-functions support will be convinent. Thanks.

ghost avatar Oct 16 '18 14:10 ghost

Sure, feel free to add them but AFAIK the main issue is that you can't support completion-at-point asynchronously. It would be nice if the mode could fallback to completion-at-point if company mode isn't available

rgrinberg avatar Oct 16 '18 15:10 rgrinberg