Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to unset company-quickhelp-use-propertized-text #2

Open
bezirg opened this issue Sep 15, 2022 · 1 comment
Open

Need to unset company-quickhelp-use-propertized-text #2

bezirg opened this issue Sep 15, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@bezirg
Copy link

bezirg commented Sep 15, 2022

First thank you for this package.
To make it work, I had to

(setq company-quickhelp-use-propertized-text nil)

Information about this custom variable:

company-quickhelp-use-propertized-text is a variable defined in ‘company-quickhelp.el’.
Original value was t

Allow the text to have properties like color, font size, etc.

If this variable is set to t (the default) , an error comes when using the tty:

Error running timer ‘company-quickhelp--show’: (error "Window system frame should be used")

This could be fixed in your package or mentioned in the README

@jcs090218
Copy link
Member

Thanks for the bug report. Would you like to create a PR for this? Thanks! ❤️

@jcs090218 jcs090218 added bug Something isn't working documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Sep 15, 2022
jimenezrick added a commit to jimenezrick/emacs.d that referenced this issue Feb 21, 2023
See jcs-legacy/company-quickhelp-terminal#2
for context of why we need to tweak the variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants