* multiple languages ispell?
@ 2003-05-31 11:24 Asmund Ostvold
2003-06-01 7:44 ` Sergei Pokrovsky
0 siblings, 1 reply; 2+ messages in thread
From: Asmund Ostvold @ 2003-05-31 11:24 UTC (permalink / raw)
Is it possible to set ispell use to languages at the same time?
I am now writhing a technical paper i Norwegian and I use a lot of
English technical expressions. I would like to use Norwegian and
English dictionary at the same time. Is this possible?
Åsmund
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: multiple languages ispell?
2003-05-31 11:24 multiple languages ispell? Asmund Ostvold
@ 2003-06-01 7:44 ` Sergei Pokrovsky
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Pokrovsky @ 2003-06-01 7:44 UTC (permalink / raw)
>>>>> "Asmund" == Asmund Ostvold <asmundo@tihlde.org> writes:
Asmund> Is it possible to set ispell use to languages at the same
Asmund> time? I am now writhing a technical paper i Norwegian and I
Asmund> use a lot of English technical expressions. I would like to
Asmund> use Norwegian and English dictionary at the same time. Is
Asmund> this possible?
It would be easy if you were writing in Russian and English: the
alphabets are disjoint, and the Russian spellcheck automatically picks
up Russian words only, while the English spellcheck picks up ASCII
letters only. You could do without any extra work.
But your pair of languages use one same foreign alphabet, and so you
need a kind of markup (you did not tell what notation do you use;
e.g. in HTML you could use the "lang" attribute, <i lang="en">like
this</i>). It should be possible to select just one language
fragments and hide the others, so as to be able to spellcheck them
separately.
Or you could develop a merged dictionary and grammar -- much more
work, and inferior quality; again, that makes sense for a
Russian/English combination (without any loss of quality), but that's
not your case.
--
Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-01 7:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-31 11:24 multiple languages ispell? Asmund Ostvold
2003-06-01 7:44 ` Sergei Pokrovsky
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.