Skip to Content.
Sympa Menu

texmacs-users - Re: ispell with ngerman

Subject: mailing-list for TeXmacs Users

List archive

Re: ispell with ngerman


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: ispell with ngerman
  • Date: Wed, 6 Nov 2002 21:10:14 +0100 (MET)


> #!/bin/bash
> TEXMACSBINARY=/usr/bin/texmacs
> ISPELLBINARY=/usr/bin/ispell
>
> #Workaround for some languages
> #'adds' the switch '-latin1' to the ispell process invoked by TeXmacs
> alias ispell=$ISPELLBINARY -latin1
>
> if test -x $TEXMACSBINARY; then
> echo Launching $TEXMACSBINARY $*...
> $TEXMACSBINARY $*
> else
> echo $TEXMACSBINARY not found or not executable.
> fi
> exit $?
>
> This works fine for me and my TeXmacs 1.0.0.16.
> But of course I would appreciate a fix for this problem in a further
> TeXmacs release. :)

OK, I can fix this problem, together with the problem concerning ß.
However, my ispell (aspell compatability mode) does not accept
the -latin1 option. Is this option standard? Can I assume that
this option is OK if aspell is not in the path?




Archive powered by MHonArc 2.6.19.

Top of Page