From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/72440 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: feature request Date: Tue, 15 Nov 2011 00:43:57 -0500 (EST) Message-ID: References: <4EC11FA7.6070402@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1168163489-1321335839=:16555" X-Trace: dough.gmane.org 1321335692 22948 80.91.229.12 (15 Nov 2011 05:41:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2011 05:41:32 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 15 06:41:28 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RQBlt-0005w1-FZ for gctc-ntg-context-518@m.gmane.org; Tue, 15 Nov 2011 06:41:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E6F67CB0BD; Tue, 15 Nov 2011 06:41:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CN18xLMlI-eQ; Tue, 15 Nov 2011 06:41:21 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 45841CB0C3; Tue, 15 Nov 2011 06:41:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E1224CB0C3 for ; Tue, 15 Nov 2011 06:41:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6A4z9KIInB3Y for ; Tue, 15 Nov 2011 06:41:16 +0100 (CET) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 71BDACB0BD for ; Tue, 15 Nov 2011 06:41:16 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.12.86]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAF5f8mT018807 for ; Tue, 15 Nov 2011 06:41:15 +0100 Original-Received: FROM adi-laptop (bas3-montreal02-1096680562.dsl.bell.ca [65.94.4.114]) By tombraider.mr.itd.umich.edu ID 4EC1FB73.2FD18.14987 ; Authuser adityam; 15 Nov 2011 00:41:07 EST In-Reply-To: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.12.86; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0xFVhF8Gl - 16cca12c589a - 20111115 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:72440 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1168163489-1321335839=:16555 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 14 Nov 2011, Aditya Mahajan wrote: > On Mon, 14 Nov 2011, Hans Hagen wrote: > >> On 14-11-2011 09:47, Aditya Mahajan wrote: >> > On Fri, 11 Nov 2011, Steffen Wolfrum wrote: >> >=20 >> > > quite often I wish we could have a kind of in line comment: >> > > Something like =BFthis is my comment=A1 this. >> > >=20 >> > > I assume it is not trivial due to catcode issues, to say the least= =2E >> > > But nevertheless, as it is getting close to christmas, I just want= ed >> > > to mention this idea here. >> >=20 >> > As long as there is no line break in the comment, the following lua >> > based solution works (inspired by m-translate) >> > >> or ... >>=20 > > Why not go all the way with full multiline comments then? See attached. Here is a slightly cleanup version that handles multiline comments better https://github.com/adityam/context-comments/blob/master/t-comments.mkvi But this will only work if % has its usual catcode. I don't know how to=20 get around that limitation. Aditya --8323328-1168163489-1321335839=:16555 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --8323328-1168163489-1321335839=:16555--