Andrii Tykhonov

Results 49 comments of Andrii Tykhonov

I don't see mentioned issue any more. Now I'm experiencing another issue but this one is already posted for the marmalade project and it is currently unresolved. Waiting for a...

Hi @llcc ! Currently I'm maintainer of this package. manzyuk/google-translate package is obsolete. atykhonov/google-translate is the current one. Please add to you config file: ``` (setq google-translate-show-phonetic t) ``` or...

Do you use `atykhonov/google-translate` (`manzyuk/google-translate` should work in the same way but I'm testing in `atykhonov/google-translate` just in case) ? If no please checkout it. In case of the following...

@llcc you are welcome :-) First of all on the screen shot I see the translation from `nil` to `Japanese`. If `nil` then it would detect `Japanese` language. So you...

I misunderstood you. Now I see what you meant. I just fixed that issue. Please check out and try again. Now it should show pronunciation. Also, could you please explain...

Please, if you can, file the issue about that to the `atykhonov/google-translate` repository. I'll investigate it and will see whether it is possible to implement that feature.

> I installed the google-translate from elpa and I think it is atykhonov/google-translate. Yes, this is atykhonov/google-translate. > I have no idea what causes it. I just insert the code...

In case of: ``` (custom-set-variables '(google-translate-default-source-language nil) '(google-translate-default-target-language "ja")) (global-set-key "\C-cT" 'google-translate-query-translate) ``` and the following `C-c T` I get the prompt `Translate from:` and I need to select source...

Could you please `M-x find-library RET google-translate RET` and let me know which `Version:` you see in the headers?

Ok, this is one of the latest versions. Cannot reproduce with that. By the way, the latest one is 0.8.3 which includes the fix relates to your issue with phonetic...