From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17869 Path: main.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: dictionary for TeX,/ConTeXt Date: Mon, 17 Jan 2005 01:14:37 +0100 Message-ID: <41EB036D.1090106@guest.arnes.si> References: <421F8EB0@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105920974 10493 80.91.229.6 (17 Jan 2005 00:16:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 00:16:14 +0000 (UTC) Cc: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 17 01:16:05 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqKYv-0006KO-00 for ; Mon, 17 Jan 2005 01:16:05 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B6F02127D8; Mon, 17 Jan 2005 01:16:04 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02373-02; Mon, 17 Jan 2005 01:16:03 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 150201279B; Mon, 17 Jan 2005 01:16:03 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A0CF1279B for ; Mon, 17 Jan 2005 01:16:01 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02260-03 for ; Mon, 17 Jan 2005 01:16:00 +0100 (CET) Original-Received: from acheron.informatik.uni-muenchen.de (unknown [129.187.214.135]) by ronja.ntg.nl (Postfix) with ESMTP id 6B1C01277F for ; Mon, 17 Jan 2005 01:16:00 +0100 (CET) Original-Received: from internaldeliver.acheron.informatik.uni-muenchen.de (localhost [127.0.0.1]) by acheron.informatik.uni-muenchen.de (Postfix) with ESMTP id 14DA84365B; Mon, 17 Jan 2005 01:14:45 +0100 (CET) Original-Received: from [141.84.30.27] (b27.lmu.vpn.lrz-muenchen.de [141.84.30.27]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by acheron.informatik.uni-muenchen.de (Postfix) with ESMTP id 8BAD3435BE; Mon, 17 Jan 2005 01:14:44 +0100 (CET) User-Agent: Mozilla/4.5-4.75 (Windows; U; Windows NT 5.1; sl-SI; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: sl, en, en-us, de Original-To: ishamid In-Reply-To: <421F8EB0@webmail.colostate.edu> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17869 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17869 ishamid wrote: > I use WinEdt too, but how do you directly type unicode? Or is it a keyboard > thing? It has nothing to do with keyboard, only with the software use use. But, hmmm, see ... http://www.winedt.org/poll.php Unicode support is one of the "which features do you miss most?", so it doesn't really look promising, at least not yet. (I actually used LaTeX & \usepackage[cp1250]{inputenc} and typeset in windows-1250 at the time I used WinEDT. I don't have it installed any more. But if everything else fails, you can still use recode - http://www.delorie.com/gnu/docs/recode/.) vim supports UTF (I have problems typing UTF under windows) and most advanced text editors should support it also; I use scite for (Con)TeX(t) in unicode recently. I've just found http://dev.remotenetworktechnology.com/SciTE/WordCheck.vbs.txt on internet, which is probably exactly the thing Ciro was looking for, but I wasn't able to execute it, maybe I have some programs missing. (Line: 49, Error: Object not a collection) If anyone else succeeds to enable it, please report about your success. Aspell is of course another possibility (thanks, Nikolai). This is what you have to add to SciTEUser.properties: command.name.1.*=Aspell # Change path appropriately... command.1.*="C:\PATH\Aspell.exe" -c $(FileDir)\$(FileNameExt) command.subsystem.1.*=2 Mojca