From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23921 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \nomarking feature request Date: Tue, 29 Nov 2005 14:18:31 +0100 Message-ID: <438C5527.2010507@wxs.nl> References: <438C1FF0.8060505@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133273507 26141 80.91.229.2 (29 Nov 2005 14:11:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 14:11:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 29 15:11:43 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eh5Nd-0007Ep-2Q for gctc-ntg-context-518@m.gmane.org; Tue, 29 Nov 2005 14:18:45 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D65D51282B; Tue, 29 Nov 2005 14:18: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 23166-05-3; Tue, 29 Nov 2005 14:18:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CD08E1280F; Tue, 29 Nov 2005 14:18:41 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E31D51280F for ; Tue, 29 Nov 2005 14:18:39 +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 23166-05-2 for ; Tue, 29 Nov 2005 14:18:39 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 0B439127BC for ; Tue, 29 Nov 2005 14:18:38 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 5532 for ; Tue, 29 Nov 2005 14:23:36 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <438C1FF0.8060505@elvenkind.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:23921 Archived-At: Taco Hoekwater wrote: > Hi Hans, > > Currently \nomarking expand into (essentially) \unknown. > Is it possible to make that configurable? I now have > > \section{title\nomarking{\footnote{note}}} > \marking[section]{title} > > and that is rather ugly (or is there a better way?) how about introducing an \everymarking and then \appendtoks \notesenabledfalse \to \everymarking? Hans