texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Several issues in the spell-checker


From: Norbert Nemec
Subject: Re: [Texmacs-dev] Several issues in the spell-checker
Date: Thu, 18 Sep 2003 17:47:53 +0200
User-agent: KMail/1.5.3

Am Donnerstag, 18. September 2003 15:34 schrieb Norbert Nemec:
> * German umlauts are not recognised as part of a word.

I found the cause for this: the call of "ispell" needs the additional 
parameter "-T latin1" since TeXmacs is communication in that encoding. 
Anyhow, the line in /usr/share/texmacs/TeXmacs/progs/init-texmacs.scm:
        (connection-declare "ispell" "ispell -a")
        (connection-format "ispell" "verbatim" "ispell")
seem to ignored, so I guess the call is actually hardcoded in some way.

My dirty workaround was to put a bash script named "ispell" in my PATH calling 
/usr/bin/ispell with the additional parameter...

Ciao,
Nobbi

-- 
______________________Norbert Nemec <address@hidden>

    Universität Erlangen-Nürnberg, Germany
    Institut für Theoretische Physik III
    Staudtstr. 7  ...  D-91058 Erlangen  ...  Room No. U1.526
    Tel: +49 9131 / 85-28816  ...  Mobile: +49 179 / 7475199




reply via email to

[Prev in Thread] Current Thread [Next in Thread]