lorniu / go-translate

Translator on Emacs. Supports multiple engines such as Google, Bing, deepL, ChatGPT, StarDict, Youdao and so on.
GNU General Public License v3.0
274 stars 37 forks source link

`invalid-function gt-log` #79

Closed liar666 closed 1 month ago

liar666 commented 1 month ago

Hi,

I've just upgraded my doomemacs and now I get invalid-function gt-log when calling gt-do-translate

gynamics commented 1 month ago

@liar666 I got this error too, it seems to be a compilation problem when you have a clean installation. gt-log is a macro, it may be applied inproperly somewhere, which caused the compiler recognize it as a function. If you want to get it work, simply run byte-force-recompile on your package.

lorniu commented 1 month ago

Updated.