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

The output is Result already in the kill ring #72

Closed sincebyte closed 1 month ago

sincebyte commented 3 months ago

go-translate is fantastic

(after! go-translate
  (setq gt-langs '(en zh))
  (setq gt-default-translator
        (gt-translator
         :taker   (gt-taker :text 'word :pick 'paragraph)
         :engines (list (gt-youdao-dict-engine))
         :render  (gt-render))))

when use go-translate the output is Result already in the kill ring. hope fix it.

lorniu commented 3 months ago

I haven't been able to reproduce the issue.

Please try again with emacs -Q.

If the issue still exists, please provide more informations of your environment. Thanks.