* "Failed to search TKK" with google-translate
@ 2018-09-26 15:59 Emanuel Berg
2018-09-26 18:56 ` Alex Kost
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Emanuel Berg @ 2018-09-26 15:59 UTC (permalink / raw)
To: help-gnu-emacs
Comrades,
with `google-translate-translate', from
google-translate-core-ui.el version 0.11.9,
I suddenly, and with no change made to the
package, get this error:
Contacting host: translate.google.com:80
(error "Failed to search TKK") in
google-translate--search-tkk
I suppose Google changed something with
their interface?
--
underground experts united
http://user.it.uu.se/~embe8573
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
2018-09-26 15:59 "Failed to search TKK" with google-translate Emanuel Berg
@ 2018-09-26 18:56 ` Alex Kost
[not found] ` <mailman.1354.1537988226.1284.help-gnu-emacs@gnu.org>
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Alex Kost @ 2018-09-26 18:56 UTC (permalink / raw)
To: help-gnu-emacs; +Cc: Emanuel Berg
Emanuel Berg (2018-09-26 17:59 +0200) wrote:
> Comrades,
>
> with `google-translate-translate', from
> google-translate-core-ui.el version 0.11.9,
> I suddenly, and with no change made to the
> package, get this error:
>
> Contacting host: translate.google.com:80
> (error "Failed to search TKK") in
> google-translate--search-tkk
The first place to look is the upstream:
https://github.com/atykhonov/google-translate/issues/52
--
Alex
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
[not found] ` <mailman.1354.1537988226.1284.help-gnu-emacs@gnu.org>
@ 2018-09-26 19:22 ` Emanuel Berg
0 siblings, 0 replies; 9+ messages in thread
From: Emanuel Berg @ 2018-09-26 19:22 UTC (permalink / raw)
To: help-gnu-emacs
Alex Kost wrote:
> The first place to look is the upstream
That makes sense because that makes the
downstream the second place, right?
--
underground experts united
http://user.it.uu.se/~embe8573
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
2018-09-26 15:59 "Failed to search TKK" with google-translate Emanuel Berg
2018-09-26 18:56 ` Alex Kost
[not found] ` <mailman.1354.1537988226.1284.help-gnu-emacs@gnu.org>
@ 2018-09-28 18:17 ` Tomas Nordin
[not found] ` <mailman.1454.1538158666.1284.help-gnu-emacs@gnu.org>
3 siblings, 0 replies; 9+ messages in thread
From: Tomas Nordin @ 2018-09-28 18:17 UTC (permalink / raw)
To: Emanuel Berg, help-gnu-emacs
Emanuel Berg <moasen@zoho.com> writes:
> Comrades,
>
> with `google-translate-translate', from
> google-translate-core-ui.el version 0.11.9,
> I suddenly, and with no change made to the
> package, get this error:
>
> Contacting host: translate.google.com:80
> (error "Failed to search TKK") in
> google-translate--search-tkk
It's been discussed here:
https://github.com/atykhonov/google-translate/issues/52#issuecomment-424796072
and if you upgrade that package now it seems fixed.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
[not found] ` <mailman.1454.1538158666.1284.help-gnu-emacs@gnu.org>
@ 2018-09-28 19:57 ` Emanuel Berg
2018-09-29 20:37 ` Tomas Nordin
[not found] ` <mailman.1497.1538253458.1284.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 9+ messages in thread
From: Emanuel Berg @ 2018-09-28 19:57 UTC (permalink / raw)
To: help-gnu-emacs
Tomas Nordin wrote:
> It's been discussed here:
> https://github.com/atykhonov/google-translate/issues/52#issuecomment-424796072
>
> and if you upgrade that package now it
> seems fixed.
I upgraded to the Elpa version 20180926.1925,
but the problem is there as well, so I suppose
the fix ain't there yet.
I take it I could install it manually -
"install" I suppose would mean replacing an .el
file - but given it some thought, I think
that's exactly what I'll do :)
--
underground experts united
http://user.it.uu.se/~embe8573
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
2018-09-28 19:57 ` Emanuel Berg
@ 2018-09-29 20:37 ` Tomas Nordin
[not found] ` <mailman.1497.1538253458.1284.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 9+ messages in thread
From: Tomas Nordin @ 2018-09-29 20:37 UTC (permalink / raw)
To: help-gnu-emacs
Emanuel Berg <moasen@zoho.com> writes:
> Tomas Nordin wrote:
>
>> It's been discussed here:
>> https://github.com/atykhonov/google-translate/issues/52#issuecomment-424796072
>>
>> and if you upgrade that package now it
>> seems fixed.
>
> I upgraded to the Elpa version 20180926.1925,
> but the problem is there as well, so I suppose
> the fix ain't there yet.
Strange, I upgraded to exactly that and the problem was fixed for me.
0.11.15 is the version of the package here, in non-elpa terms.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
[not found] ` <mailman.1497.1538253458.1284.help-gnu-emacs@gnu.org>
@ 2018-09-29 21:08 ` Emanuel Berg
2018-09-30 12:31 ` Tomas Nordin
[not found] ` <mailman.1540.1538310741.1284.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 9+ messages in thread
From: Emanuel Berg @ 2018-09-29 21:08 UTC (permalink / raw)
To: help-gnu-emacs
Tomas Nordin wrote:
> Strange, I upgraded to exactly that and the
> problem was fixed for me. 0.11.15 is the
> version of the package here, in
> non-elpa terms.
Yeah, I just had to restart Emacs.
avbitartång -> nippers
ner med det ena och det andra -> down with one and the other
seems to work as expected :)
--
underground experts united
http://user.it.uu.se/~embe8573
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
2018-09-29 21:08 ` Emanuel Berg
@ 2018-09-30 12:31 ` Tomas Nordin
[not found] ` <mailman.1540.1538310741.1284.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 9+ messages in thread
From: Tomas Nordin @ 2018-09-30 12:31 UTC (permalink / raw)
To: Emanuel Berg, help-gnu-emacs
Emanuel Berg <moasen@zoho.com> writes:
> Tomas Nordin wrote:
>
>> Strange, I upgraded to exactly that and the
>> problem was fixed for me. 0.11.15 is the
>> version of the package here, in
>> non-elpa terms.
>
> Yeah, I just had to restart Emacs.
>
> avbitartång -> nippers
> ner med det ena och det andra -> down with one and the other
>
> seems to work as expected :)
Yes, but
talmeter -> TALMETER
That's what the older guys call the measuring tape.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: "Failed to search TKK" with google-translate
[not found] ` <mailman.1540.1538310741.1284.help-gnu-emacs@gnu.org>
@ 2018-09-30 16:09 ` Emanuel Berg
0 siblings, 0 replies; 9+ messages in thread
From: Emanuel Berg @ 2018-09-30 16:09 UTC (permalink / raw)
To: help-gnu-emacs
Tomas Nordin wrote:
> Yes, but
>
> talmeter -> TALMETER
>
> That's what the older guys call the
> measuring tape.
I don't know even broadly how Google translate
works but one would assume they apply
algorithms on the internet to come up with
an answer.
It works great for common words, nouns and
such, like tools and actually a lot of things
that are considerably more odd, e.g.,
burspråk <-> bay window
but it works bad for phrases, expressions and
idioms; and even worse for arcane words that
probably to a large extent aren't even on the
internet, so by definition can't be found, or
can't without a razor-sharp algorithm at least,
if there are but a few occurrences of them.
--
underground experts united
http://user.it.uu.se/~embe8573
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2018-09-30 16:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-26 15:59 "Failed to search TKK" with google-translate Emanuel Berg
2018-09-26 18:56 ` Alex Kost
[not found] ` <mailman.1354.1537988226.1284.help-gnu-emacs@gnu.org>
2018-09-26 19:22 ` Emanuel Berg
2018-09-28 18:17 ` Tomas Nordin
[not found] ` <mailman.1454.1538158666.1284.help-gnu-emacs@gnu.org>
2018-09-28 19:57 ` Emanuel Berg
2018-09-29 20:37 ` Tomas Nordin
[not found] ` <mailman.1497.1538253458.1284.help-gnu-emacs@gnu.org>
2018-09-29 21:08 ` Emanuel Berg
2018-09-30 12:31 ` Tomas Nordin
[not found] ` <mailman.1540.1538310741.1284.help-gnu-emacs@gnu.org>
2018-09-30 16:09 ` Emanuel Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).