From rsj at post5.tele.dk Sat Oct 2 21:31:20 2004 From: rsj at post5.tele.dk (rsj@post5.tele.dk) Date: Sat Oct 2 21:24:26 2004 Subject: printing iso-8859-1 problems Message-ID: <20041002192443.8E9DE47FE76@pfepa.post.tele.dk> On 27 May 2003, jarausch@igpm.rwth-aachen.de wrote: >> Hi, >> I have a problem with TkRat's postscript (pretty) >> printing. >> TkRat does show the German umlaut correctly >> (the message has Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1) >> but when printing the message most umlauts get lost. > On 28 May 2003, maf@tkrat.org wrote:On 28 May, maf@tkrat.org wrote: >This is due to a bug (or to put a more positive spin on it, the fact >that TkRat expects too much of the local system). A fix is in the cvs >(current and v2_1_branch). > > /MaF I know this may be flogging a dead horse, but unfortunately I have a problem with pretty-printing even in newer versions. All danish characters or characters with accents are displayed correct in X, but when printed they appear as ? (capitol A with some accent followed by some exotic character). I have read through the approprate? thread from May 2003, and tried to read through later sources with the change dated 030528, but the solution eludes me. I have tried all available snapshots and various cvs, yet the problem prevails. Is there some special compile-time option I need to invoke, or is it an external problem perhaps? Any particular demands regarding the flavor Ghostscript or other involved sw? I am presently running Fedora Core 2, TkRat 2.2dev 20040824, GNU a2ps 4.13, GNU Ghostscript 7.07. TIA. -- Sune Jacobsen - mailto: rsj@post5.tele.dk From jarausch at igpm.rwth-aachen.de Sun Nov 14 17:25:29 2004 From: jarausch at igpm.rwth-aachen.de (Helmut Jarausch) Date: Sun Nov 14 17:27:10 2004 Subject: Spell checking - how to configure Message-ID: <20041114162529.6E9CDFE906@numa-i.igpm.rwth-aachen.de> Hi, I am running TkRat (CVS) and I have aspell-0.60 installed. I cannot get spell checking configured. When I go to Preferences->Spell checking I have entered (the full path to) aspell under 'Ispell command' but I don't see any dictionaries under 'Auto Dictionaries' and I can't select anything different from 'Automatic' under 'Dictionary:' And of course spell checking doesn't work. When activated it keeps telling me that ispell 3.1 is not installed. So, what am I missing? Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany From maf at tkrat.org Mon Nov 29 17:46:17 2004 From: maf at tkrat.org (Martin Forssen) Date: Mon Nov 29 19:26:54 2004 Subject: Aspell support in TkRat Message-ID: <20041129182639.969BF2EF9@tkrat.org> Hello, A number of people noted that some changes I did some time ago made aspell no longer work with TkRat. The changes I did were meant to let TkRat list which dictionaries you have available. I have now added explicit support for aspell to TkRat. The new code should automatically determine if you are running ispell or aspell and act accordingly. /MaF