** Changed in: evolution
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10713
Title:
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
T
** Changed in: evolution
Importance: Unknown => Medium
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing l
** Branch linked: lp:ubuntu/gtkhtml3.14
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bugs@li
Thanks Panagiotis!
The patch has been applied at
http://git.gnome.org/cgit/gtkhtml/commit/?id=d6bc2389eaef47c25b46a20535c94918c29497b4
and it has been added to the gnome-2-28 branch as well,
http://git.gnome.org/cgit/gtkhtml/commit/?h=gnome-2-28&id=f92e873c4a41cd5dbe9377a223047f457ba867cd
--
Bro
I added the patch to GNOME Bugzilla.
(https://bugzilla.gnome.org/show_bug.cgi?id=344008)
It seems it will be added for GtkHtml 2.28.1.
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a
This bug was fixed in the package gtkhtml3.14 - 1:3.28.0-0ubuntu2
---
gtkhtml3.14 (1:3.28.0-0ubuntu2) karmic; urgency=low
* debian/patches/01_use_correct_type_fix_non_ascii_spell_checking.patch:
- don't mix gchar and gunichar use and fix non-ascii spell checking,
thank to
Thanks for tracking the issue and testing, do you think you could add
your patch on the GNOME bug too?
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a
** Package changed: gnome-spell (Ubuntu) => gtkhtml3.14 (Ubuntu)
** Changed in: gtkhtml3.14 (Ubuntu)
Status: Triaged => Fix Committed
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you a
Great news! I hope the patch gets into Karmic. Thank you Panagiotis!
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bug
Yup, Panagiotis fixed the bug. A single line that gave people frustration for
more than 5 years!
Please get this into Karmic.
Let me say again that this affects *many* non-English languages (e.g. German,
French, Russian etc), not just Greek and Hebrew as the bug title says.
For anyone interested
Easy test case:
1) Open evolution and create a new mail
2) Edit > Current languages > verify that *any, but at least one*
dictionary, e.g. English is checked. You don't have to install the Greek
dictionary to see the problem.
3) Paste the following two lines:
a
α
Notice that both of them
could somebody give an easy testcase too?
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bugs mailing list
ubuntu-bugs@
did it work before or not? if it didn't that's probably the same bug and
no need to open a new one
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a dire
> The bug you are commenting on is not new from several months, could
you open a new one?
You are right. Spelling suggestion for Greek words is not working for years.
I will prepare a report and open a new bug.
Thank you for your reply.
--
Broken context-sensitive spell check in Evolution (Gree
> Spelling suggestion for Greek words have been stopped working for
several months because
The bug you are commenting on is not new from several months, could you
open a new one?
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You receiv
Spelling suggestion for Greek words have been stopped working for
several months because in the file "gtkhtml/htmlengine.c", function
"html_engine_spell_word_is_valid", the following code returns a gunichar
but the result is truncated to gchar.
prev = html_cursor_get_prev_char (e->cursor);
curr =
Once again you're almost totally right, Alkis. The only point where you
are wrong is that I've only noticed some strange behaviour, and you were
the one to actually find that there are two bugs.
And thanks for the tip, though I know that a lot of Russian names are of
Greek origin, and I already kn
Evgeny, you're good, you found out that there are two bugs, not one: one
concerning forward scanning of the text, and one concerning backward
scanning (like when you right click in the middle of a word and the
speller needs to find out the beginning and the end of the word).
You may get a better v
I didn't. And mind that those mistypes are still underlined and still do
react to right-click (when clinking on appropriate letters). But on F7
they don't show up.
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug noti
> the mistypes I have used for test while I had Greek dictionary installed are
> not shown in F7-run
Evgeny, perhaps you 've added them in the user dictionary?
Have a look at ~/.config/enchant
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10
Alkis, now it looks like you're totally and completely right. I have the
same experience with the word "арфографии", and I have tested some more
Russian mistypes in long words, including both the letters that should
work according to your theory, and the letters that shouldn't - and
indeed they dem
I got something more specific:
Cyrillic а = U+0430 => no suggestion
Cyrillic р = U+0440 => no suggestion
Cyrillic ф = U+0444 => suggestion
Look at the least significant bytes.
ASCII 30 = character 0 => not a letter
ASCII 40 = character @ => not a letter
ASCII 44 = character D => it's a letter
Th
Evgeny, I *did* try with Russian, with the words you posted above:
проверка русской арфографии
The first two words weren't underlined, the third one was.
But *it matters where you click* on the third word. If you click between:
ар => no (spell suggestion)
рф => yes
фо => yes
ог => no
гр => no
ра
Well, Russian uses Cyrillic letters (that are not ASCII at all), so your
guess, Alkis, is definitely wrong.
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which
It seems that *all* languages that contain non-ascii symbols are affected by
this.
E.g. write Hööörz and click on the middle ö. No spell suggestions.
But if you click on "H" or "rz", you get spell suggestions.
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.laun
Spelling suggestion in Greek works for me under special circumstances,
i.e. in fake words like "αβγαnd", with English letters stacked right
before or after the Greek letters. And *only* when I click on these
English letters ("nd") do I get a spelling menu. I don't get a spelling
menu when I click o
Still broken for Hebrew in Intrepid. It seems to be one of those eternal
bugs never to be fixed.
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct
Oops, sorry, I got it wrong. If I use that specific mistypes I used for
Russian when researching this bug (and those were the mistypes that
showed incorrect behaviour for Russian), they are still broken - in
Evolution, but not in Gedit.
--
Broken context-sensitive spell check in Evolution (Greek,
Alkis, I have to say that my once-broken Russian spellchecking seems to
work again, but as I don't use spellchecking too much, I cannot tell at
which point it got repaired. Maybe is has something to do with Gutsy-to-
Hardy-to-Intrepid upgrade, maybe some other things, I honestly don't
know.
--
Br
Confirming for Intrepid - evolution 2.24.0-0ubuntu2.
I don't think it's an aspell problem, because gedit and the rest apps that use
it work without problems.
Evgeny, now that your Russian spelling is broken, does it work in gedit?
What other gtkhtml apps are there, to test them and see if all gt
The problem is still there on Ibex using evolution-2.24.0-0ubuntu2 :(
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
ubuntu-bu
you can take a look to the upstream one to see what's the progress of
it, thanks.
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
-
Reporting same problem here with Greek in Evolution 2.22.2 (Ubuntu
Hardy).
Any progress on that bug?
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification because you are a member of Ubuntu
Bugs, which is a d
The sensible thing to do would be as well to try to contact someone from
aspell development. This bug could be aspell problem alltogether.
And keep in mind that there's a problem with Hebrew, too. Maybe some of
the Hebrew-speaking guys here could investigate that?
Simos, that's OK, Russian's my n
Evgeny, many thanks for the detailed testing and reporting.
Sorry for messing up your Russian spell checking in Evolution.
This gives a hint that something might be wrong in the Greek spelling package.
If someone from the fellow Greeks can dissect the aspell-el .deb file, it would
be really great
Simos, I did not exactly follow the way you've described, I used the way
I usually add to get spellchecking support for various languages.
Anyway, I was able to reproduce this bug with Greek. Here's what was
done:
a. I don't install full support for all the languages, since I'm quite
comfortable w
Evgeny, would it be possible to check on your system for Greek or
Hebrew?
It is quite weird that it works for all languages you checked. Did you
manage to find a language that did not work?
When you check in different languages, I suppose you clicked on
System/Administration/Language support and
** Summary changed:
- Broken context-sensitive spell check in Evolution (Hebrew)
+ Broken context-sensitive spell check in Evolution (Greek, Hebrew)
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug notification becau
Greek spelling has fixed now!! The bug is solved... thanks
** Summary changed:
- Broken context-sensitive spell check in Evolution (Greek, Hebrew)
+ Broken context-sensitive spell check in Evolution (Hebrew)
--
Broken context-sensitive spell check in Evolution (Hebrew)
https://bugs.launchpad.ne
What would be the difference between languages, whether the spell
checker works or not?
It is weird that it works for Russian but does not work for other
languages.
--
Broken context-sensitive spell check in Evolution (Greek, Hebrew)
https://bugs.launchpad.net/bugs/10713
You received this bug no
40 matches
Mail list logo