grolongo
grolongo
> Which parts of this project will you make use of in combination with Ivy/Counsel? Probably none unless someone makes an implementation for Ivy. Wish I could help but my...
This is exactly what Chatty offers when you do `CTRL+L`. In Chatty doing so gives you a box with the list of current live channels that you follow, including the...
it's `make patched.x230.img`
>Did you upgrade Emacs or just library dependencies? I only upgraded a few external packages like `consult`, `vertico` and `modus-themes`, not Emacs. The Emacs version is the same as when...
I get the same error for the few themes I tested: ```elisp Debugger entered--Lisp error: (void-variable selected) (if selected 'company-tooltip-selection 'company-tooltip) (face-attribute (if selected 'company-tooltip-selection 'company-tooltip) :background) (progn (face-attribute (if...
when I'm using default theme (buggy): ```elisp (face-attribute 'company-tooltip :background) "cornsilk" (face-attribute 'company-tooltip-selection :background) "light blue" ``` when I'm using `wheatgrass` theme (not buggy): ```elisp (face-attribute 'company-tooltip :background) "gray26" (face-attribute...
>Let me know if company-posframe will be different. Exact same problem. Looks odd using the default theme, no problem with another one.
>Does it show the icon with expected background? Looks like it doesn't. It should be a light yellow `#FFF8DC`, but turns out it is light blue in my case. ...
I want to try with an older version of company and modus-theme v3 again then if I can't produce the normal behavior I'll surrender and admit defeat in the bug...
OK! I could reproduce a _correct_ behavior. Basically I didn't touch Company, I'm still using the latest version coming from Melpa. Still using the bare bone `init.el` too. I tested...