jcs-legacy / company-quickhelp-terminal

Terminal support for `company-quickhelp'.
GNU General Public License v3.0
13 stars 4 forks source link

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

Open bezirg opened 1 year ago

bezirg commented 1 year ago

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 commented 1 year ago

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