From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15218 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: SciTE Mac Date: Wed, 26 May 2004 19:16:17 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040526190926.02b91918@server-1> References: <6.0.1.1.2.20040526182213.01ec61e8@server-1> <20040526163932.1348@mail.comp.lancs.ac.uk> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1085591925 17834 80.91.224.253 (26 May 2004 17:18:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 May 2004 17:18:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed May 26 19:18:37 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BT233-0002CO-00 for ; Wed, 26 May 2004 19:18:37 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8910A10B31; Wed, 26 May 2004 19:13:52 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 7155410B2B for ; Wed, 26 May 2004 19:11:45 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4QHGM0b020916 for ; Wed, 26 May 2004 19:16:22 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 87A6B17CC4; Wed, 26 May 2004 19:16:25 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 7447117BA2 for ; Wed, 26 May 2004 17:16:24 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20040526163932.1348@mail.comp.lancs.ac.uk> Original-References: <6.0.1.1.2.20040526182213.01ec61e8@server-1> <20040526163932.1348@mail.comp.lancs.ac.uk> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15218 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15218 At 18:39 26/05/2004, you wrote: >Hans Hagen said this at Wed, 26 May 2004 18:23:16 +0200: > > >great! i'll see if i can hook in my menus and thingies > >Your menus and thingies in (public) ConTeXt are already there. I actually >stuck them in the scite/*.properties directory so that it opens up ready >to go, ConTeXt-wise. Was that what you meant? indeed, but now i have them 3 times in the prop edit menu, so maybe there are dups now; what we also need is a variant of --autopdf, i.e, is there a one-liner like: kill "the pid that has arobat open" i can now add mscite to the cdrom-image: #!/bin/sh . /usr/local/context/tex/setuptex /usr/local/context/tex # we need to extent the path for ruby and scite PATH=$PATH:/usr/local/bin export PATH SciTE & (how to auto start X) next week i'll start playing a bit with xetex and those unicode fonts (we need to move that code into pdftex -); i can work much faster with a scite like editor and this way i can use windows and mac along side Hans