From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/62546 Path: news.gmane.org!not-for-mail From: Alan BRASLAU Newsgroups: gmane.comp.tex.context Subject: Re: \setupnote (was subfootnote) Date: Tue, 12 Oct 2010 17:06:17 +0200 Organization: CEA DSM-IRAMIS-SPEC Message-ID: <201010121706.17397.alan.braslau@cea.fr> References: <91A5411F-DDCF-41DD-BAE9-D2748D1D5A7D@st.estfiles.de> <201010121148.41325.alan.braslau@cea.fr> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286895997 18907 80.91.229.12 (12 Oct 2010 15:06:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2010 15:06:37 +0000 (UTC) Cc: mailing list for ConTeXt users To: Wolfgang Schuster Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 12 17:06:35 2010 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 1P5gQy-0007Cd-Pz for gctc-ntg-context-518@m.gmane.org; Tue, 12 Oct 2010 17:06:33 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1F01DCA6FB; Tue, 12 Oct 2010 17:06:32 +0200 (CEST) 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 mz0g9Te8kHtE; Tue, 12 Oct 2010 17:06:28 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B302BCA6EF; Tue, 12 Oct 2010 17:06:28 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 002F2CA6EF for ; Tue, 12 Oct 2010 17:06:26 +0200 (CEST) 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 IZB1lE3nPzba for ; Tue, 12 Oct 2010 17:06:24 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id AC880CA620 for ; Tue, 12 Oct 2010 17:06:24 +0200 (CEST) Original-Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o9CF6Mq3031194 for ; Tue, 12 Oct 2010 17:06:23 +0200 Original-Received: from iram-hb-003386.localnet (unknown [81.57.248.225]) by smtp2-g21.free.fr (Postfix) with ESMTP id 36BE64B0171; Tue, 12 Oct 2010 17:06:19 +0200 (CEST) User-Agent: KMail/1.13.5 (Linux/2.6.32; KDE/4.4.5; x86_64; ; ) In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=212.27.42.2; country=FR; latitude=46.0000; longitude=2.0000; http://maps.google.com/maps?q=46.0000,2.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 05DhP6nU4 - b18869285108 - 20101012 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 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:62546 Archived-At: On Tuesday 12 October 2010 13:35:19 Wolfgang Schuster wrote: > > Patch strc-not.mkiv > > \def\dodoredefinenotecommands#1#2#3% > > {\unexpanded\expandafter\def\csname\e!start#3#1\expandafter\endcsname\expa > ndafter {\expandafter\dosingleempty\csname\s!do\e!start#3#1\endcsname}% > \unexpanded\expandafter\def\csname\s!do\e!start#3#1\expandafter\endcsname > \expandafter[\expandafter##\expandafter1\expandafter]\expandafter##\expand > after2\csname\e!stop#3#1\endcsname {\begingroup > \doenumerationinit{#1}{#2}{#3}% > \@@notemakedescription[##1]{}{##2}% > \endgroup > \namednoteparameter{#1}\c!next}} > > Example: > > \starttext > > One\startfootnote one\stopfootnote > Two\startfootnote two\stopfootnote > > \setupnote[footnote][next=\autoinsertnextspace] > > One\startfootnote one\stopfootnote > Two\startfootnote two\stopfootnote > > \stoptext > > Wolfgang Thanks! But, following Mojca's comment, I am expecting: On Mon, Oct 11, 2010 at 09:20, Wolfgang Schuster wrote: > > Fixed in next beta. :) ___________________________________________________________________________________ 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 ___________________________________________________________________________________