From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24108 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: GNU Emacs/ AucTeX configuration for ConTeXt Date: Sun, 04 Dec 2005 21:59:00 +0100 Message-ID: <43935894.1010403@wxs.nl> References: <438FF991.50006@nibua-r.org> <97a06f070512020741j71842e23t@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133730100 31376 80.91.229.2 (4 Dec 2005 21:01:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Dec 2005 21:01:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Dec 04 22:01:39 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ej0yG-0005xz-D6 for gctc-ntg-context-518@m.gmane.org; Sun, 04 Dec 2005 22:00:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ABEB312810; Sun, 4 Dec 2005 22:00:31 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31893-05; Sun, 4 Dec 2005 22:00:26 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 575AE127FF; Sun, 4 Dec 2005 22:00:26 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 42217127FF for ; Sun, 4 Dec 2005 22:00:25 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31894-04 for ; Sun, 4 Dec 2005 22:00:24 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 5E738127F7 for ; Sun, 4 Dec 2005 21:59:04 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 6348 for multiple; Sun, 04 Dec 2005 22:04:37 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: johan.sandblom@ki.se, mailing list for ConTeXt users In-Reply-To: <97a06f070512020741j71842e23t@mail.gmail.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24108 Archived-At: Johan Sandblom wrote: >I think possibly that the reason for the sparse syntax highlighting is >the higher frequency of inline definitions in ConTeXt, making it >impossible to keep up with it. I think it should be parsable, but >requires emacs-lisp skills way beyond mine. > > it's not that hard; i've done it in modula (texedit), perltk (texwork), c++ (scintilla) so ...; think of it this way: - coloring of special characters: handle in per line - coloring of commands: either all \cs or use a list (which i can provide using ctxtools) it's not that big a deal Hans