Sebastien Chapuis
Sebastien Chapuis
I think https://github.com/sebastiencs/company-box/commit/ce8f569f9449f9a1ec1e43ee5f3e5b72cd6b0b04 might fix the issue. If anyone can test
https://github.com/sebastiencs/company-box/commit/7c05cfd1cb32f161c7de1efb168b597880500473 might fix that issue too
@graphcareful Can you please share some information about your configuration. Which OS are you using, window manager ? How did you configure `company-box` ? Is your `.emacs.d` public by any...
@graphcareful I just installed spacemacs to test, the only modification I made is: ```diff .spacemacs | 3 ++- modified .spacemacs @@ -37,6 +37,7 @@ values." ;; (Emacs style) to install...
@graphcareful Can you please set `company-box-debug-scrollbar` to `t`, use company-box and post the logs in the `*messages*` buffer ```elisp (setq company-box-debug-scrollbar t) ```
@graphcareful Thanks ! Your issue seems different than the others - Does the scrollbar always have a wrong size ? If not, did you notice when it happens (after the...
@graphcareful Thank you for the detailed answer. It looks like to be an emacs bugs, or an issue with your window manager and/or compositor: The frame is always keeping the...
Hi @nealot, are you using a recent version of `company-box` ? It is supposed to be on the left when there isn't enough space on the right: 
Hi @kiennq, thanks for your comment. I would prefer to not use `company--create-lines`, the default front-end is based on an overlay and all the code around it is "limited" by...
@dgutov Right, it's not based on overlays. But its output is intended to be used in overlays, so it doesn't make use of features available outside of overlay context, unless...