From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32670 Path: news.gmane.org!not-for-mail From: Mike Bird Newsgroups: gmane.comp.tex.context Subject: Re: Footnote lost Date: Fri, 12 Jan 2007 01:21:21 -0800 Organization: Iron Mtn Systems Message-ID: <200701120121.24144.mgb-debian@yosemite.net> References: <200701090357.22177.mgb-debian@yosemite.net> <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 1168593857 14305 80.91.229.12 (12 Jan 2007 09:24:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2007 09:24:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 12 10:24:14 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 1H5Idv-0003ba-Dl for gctc-ntg-context-518@m.gmane.org; Fri, 12 Jan 2007 10:24:11 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E0BEF20142; Fri, 12 Jan 2007 10:20:27 +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 18436-02; Fri, 12 Jan 2007 10:20:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 049A920145; Fri, 12 Jan 2007 10:18:42 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5CCAF20156 for ; Fri, 12 Jan 2007 10:18:38 +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 18436-01-3 for ; Fri, 12 Jan 2007 10:18:20 +0100 (CET) Original-Received: from se.yosemite.net (se.yosemite.net [205.157.156.9]) by ronja.ntg.nl (Postfix) with ESMTP id 5023F2012B for ; Fri, 12 Jan 2007 10:18:14 +0100 (CET) Original-Received: from se.yosemite.net (localhost.localdomain [127.0.0.1]) by se.yosemite.net (Postfix) with ESMTP id 1DA6E98206 for ; Fri, 12 Jan 2007 01:21:46 -0800 (PST) Original-Received: from mgb.bullion.ims (mgb.bullion.ims [205.157.157.170]) by se.yosemite.net (Postfix) with ESMTP id 90A5498094 for ; Fri, 12 Jan 2007 01:21:45 -0800 (PST) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.9.5 In-Reply-To: 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:32670 Archived-At: On Thursday 11 January 2007 13:54, Aditya Mahajan wrote: > How about? > > \unprotect > \def\rightdelimitedtextmark > {\delimitedtextparameter\c!right} > \protect Hi Aditya, I've run with your patch for a while. It fixes the missing footnote problem and I haven't noticed it causing any new problems. While you're on a winning streak, perhaps you'd like to look at another problem in the same area? When \quotation is used instead of \startquotation a footnote number is skipped: \starttext \setupquotation[right={''\footnote{First}}] \quotation{Skips footnote number.} \stoptext This happens with or without your \rightdelimitedtextmark patch. Thanks, --Mike Bird