From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32664 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Footnote lost Date: Thu, 11 Jan 2007 16:54:19 -0500 (EST) Message-ID: References: <200701090357.22177.mgb-debian@yosemite.net> <200701100828.20388.mgb-debian@yosemite.net> <45A608BB.7030604@elvenkind.com> <200701110949.28874.mgb-debian@yosemite.net> 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 1168552486 3311 80.91.229.12 (11 Jan 2007 21:54:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Jan 2007 21:54:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 11 22:54:43 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 1H57sg-0005pX-Op for gctc-ntg-context-518@m.gmane.org; Thu, 11 Jan 2007 22:54:42 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5B2172009A; Thu, 11 Jan 2007 22:51:02 +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 17052-10-4; Thu, 11 Jan 2007 22:50:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8080A2009B; Thu, 11 Jan 2007 22:50:54 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 010882009B for ; Thu, 11 Jan 2007 22:50:50 +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 17052-10-3 for ; Thu, 11 Jan 2007 22:50:43 +0100 (CET) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with ESMTP id 063E22009E for ; Thu, 11 Jan 2007 22:50:42 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hackers.mr.itd.umich.edu ID 45A6B20C.2A6E.9233 ; 11 Jan 2007 16:54:20 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: <200701110949.28874.mgb-debian@yosemite.net> 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:32664 Archived-At: On Thu, 11 Jan 2007, Mike Bird wrote: > 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. How about? \unprotect \def\rightdelimitedtextmark {\delimitedtextparameter\c!right} % was {\hsmash{\delimitedtextparameter\c!right}} \protect \starttext \setupquotation[right={''\footnote{First}}] \startquotation Loses footnote. \stopquotation \setupquotation[right={''}] \quotation{OK}\footnote{Second} \stoptext I do not know why the right delimited is hsmased. Maybe to prevent line breaks? Aditya