Sebastien Chapuis
Sebastien Chapuis
@dgutov I didn't say `company-posframe` is based on overlay, did I ? > But its output is intended to be used in overlays, so it doesn't make use of features...
@dgutov `company--create-lines` doesn't use windows margins which I just used to support `company-show-numbers`, or the display property `align-to margin` etc.. My point is child frames gives a freedom to the...
Sure, which is why I replied: > It has its downsides, I know, such as missing features etc. But I would prefer to keep it this way. I would have...
@dgutov I agree that `company-box-mode-map` is not a good idea. I will find a solution and change that
@mssdvd Weird, I have `setq company-box-enable-icon t` in my config and I never got such issue. Do you have any errors in the `*messages*` buffer ?
@a13 It's supposed to be already possible. I didn't tested, but can you try: ```el (setq company-box-icons-elisp (list (all-the-icons-octicon "file-binary") (all-the-icons-faicon "cogs") (all-the-icons-wicon "tornado") (all-the-icons-wicon "tornado"))) ``` If it works,...
Not sure if "hardcoded" is the right word but yeah your idea is way better. I will change that, unless you want to make a PR ? > well, It...
@NightMachinary I'm not sure to understand your request, I have already described the differences with the built-in front-end in the readme
Thanks :) You may also like https://github.com/sebastiencs/omnibox > However, I can't get icons-in-terminal working on High Sierra (maybe my fault, I hacked the CoreText stuff to get all-the-icons working). [This...
On the first image you can see that there are 2 child frames for company (3 with the doc). Looks like you have both `company-childframe` and `company-box` enabled at the...