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
283 stars 38 forks source link

C-n/C-p not working in `gts-prompt-picker` #18

Closed malb closed 3 years ago

malb commented 3 years ago

I'm getting let: Command attempted to use minibuffer while in minibuffer when pressing C-n or C-p

lorniu commented 3 years ago

Fixed.

Or you can enable recursive yourself by (setq enable-recursive-minibuffers t).