From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32661 Path: news.gmane.org!not-for-mail From: Mike Bird Newsgroups: gmane.comp.tex.context Subject: Re: Footnote lost Date: Thu, 11 Jan 2007 09:49:26 -0800 Organization: Iron Mtn Systems Message-ID: <200701110949.28874.mgb-debian@yosemite.net> References: <200701090357.22177.mgb-debian@yosemite.net> <200701100828.20388.mgb-debian@yosemite.net> <45A608BB.7030604@elvenkind.com> 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: sea.gmane.org 1168540009 18818 80.91.229.12 (11 Jan 2007 18:26:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Jan 2007 18:26:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 11 19:26:47 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H54dO-00082K-EY for gctc-ntg-context-518@m.gmane.org; Thu, 11 Jan 2007 19:26:42 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F5B71FCA2; Thu, 11 Jan 2007 19:22:52 +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 06270-04-9; Thu, 11 Jan 2007 19:22:46 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6BD031FC74; Thu, 11 Jan 2007 19:22:46 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8FF961FC74 for ; Thu, 11 Jan 2007 19:22:44 +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 06270-04-8 for ; Thu, 11 Jan 2007 19:22:41 +0100 (CET) Original-Received: from se.yosemite.net (se.yosemite.net [205.157.156.9]) by ronja.ntg.nl (Postfix) with ESMTP id 222E520052 for ; Thu, 11 Jan 2007 18:46:05 +0100 (CET) Original-Received: from se.yosemite.net (localhost.localdomain [127.0.0.1]) by se.yosemite.net (Postfix) with ESMTP id 18E5E99133 for ; Thu, 11 Jan 2007 09:49:41 -0800 (PST) Original-Received: from mgb.bullion.ims (mgb.bullion.ims [205.157.157.170]) by se.yosemite.net (Postfix) with ESMTP id 6F4269912D for ; Thu, 11 Jan 2007 09:49:40 -0800 (PST) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.9.5 In-Reply-To: <45A608BB.7030604@elvenkind.com> Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32661 Archived-At: Hi Taco, On Thursday 11 January 2007 01:51, Taco Hoekwater wrote: > https://foundry.supelec.fr/tracker/index.php?func=detail&aid=63&group_id=21 >&atid=164 That page says: > \setupquotation[right={''\footnote{First}}] > > is not usable because it gets fed into \symbol[] Material is passed through \symbol BEFORE assigning to right: \definedelimitedtext [\v!quotation] [\c!left={\symbol[\c!leftquotation]}, \c!right={\symbol[\c!rightquotation]}, \c!leftmargin=\v!standard] If right is subsequently passed through \symbol again, I haven't been able to find where it is done. --Mike Bird