atykhonov / google-translate

Emacs interface to Google Translate
369 stars 47 forks source link

Allow output to more than 1 place #79

Open takedawilliam opened 6 years ago

takedawilliam commented 6 years ago

Currently, I want my output to kill-ring, so I have the current line: (setq google-translate-output-destination 'kill-ring)

But I want it to output to both kill-ring and echo-area. I tried the following: (setq google-translate-output-destination (quote (kill-ring echo-area))) but it doesn't work.

Could you please show me how to make this work?

stardiviner commented 4 years ago

This is interesting, I have saw similar feature request now. I will consider to add an interactive way to select multiple output targets. If you have any idea of code prototype. PR welcome.