graphviz-dot-mode icon indicating copy to clipboard operation
graphviz-dot-mode copied to clipboard

Native compilation error: No such file or directory, company

Open Andre0991 opened this issue 2 years ago • 1 comments

Hi!

I got this error after installing graphviz-dot-mode:

company-graphviz-dot.el:34:2: Error: Cannot open load file: No such file or directory, company

I suppose the error is harmless, since the other files were compiled correctly and the major mode works fine.

Still, it would be nice to only execute code in company-graphviz-dot.el if requiring company succeeds.

WDYT?

Andre0991 avatar Aug 07 '22 16:08 Andre0991

graphviz-dot-mode depends on company for the autocomplete functionality. If I would implement this now, I would implement it in a different way as to not be dependent on company. Emacs has it's own autocomplete framework and company can tap into this. A future revision should go this route.

ppareit avatar Aug 11 '22 07:08 ppareit

Same bug, an update would be appreciated, or a way to work around it?

dpawson avatar Feb 01 '23 12:02 dpawson

I hear you.

ppareit avatar Feb 01 '23 13:02 ppareit