emacs-openai / chatgpt

Use ChatGPT inside Emacs
GNU General Public License v3.0
185 stars 21 forks source link

My moon animation isn't working #33

Closed jfy4 closed 1 month ago

jfy4 commented 1 month ago

Hi,

I see in the demos there is a little moon animation in the top corner when the bot is working. Mine doesn't have that, there is instead some square of numbers and letters that change rapidly. Everything else seems to work great. Any idea why that isn't working?

Thanks

jcs090218 commented 1 month ago

The animation is a sequence of characters. Make sure those characters are available (install those fonts) on your machine.

Or, you can change the animation by:

(setq chatgpt-spinner-type 'moon)  ; Replace 'moon to something else.
jfy4 commented 1 month ago

Thanks! Do you happen to know what the fonts are?

jcs090218 commented 1 month ago

I'm not 100 percent sure, but Symbola is the font that display on my machine (Windows 11).

jfy4 commented 1 month ago

That did it, thanks!