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

fix wrong input taken on translation path change #55

Closed fominok closed 1 year ago

fominok commented 1 year ago

This should fix #54

Nested minibuffers seem to overwrite each other, thus throw is used to bypass variable overwrites.

lorniu commented 1 year ago

Very good, thanks!