From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26144 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: register ranges Date: Thu, 23 Feb 2006 11:04:00 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140689162 8059 80.91.229.2 (23 Feb 2006 10:06:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2006 10:06:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 23 11:06:00 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FCDM3-0002zA-Ek for gctc-ntg-context-518@m.gmane.org; Thu, 23 Feb 2006 11:05:47 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C772412795; Thu, 23 Feb 2006 11:05:45 +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 11340-04; Thu, 23 Feb 2006 11:05:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EA16012788; Thu, 23 Feb 2006 11:05:40 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7101812788 for ; Thu, 23 Feb 2006 11:05: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 11400-03 for ; Thu, 23 Feb 2006 11:05:37 +0100 (CET) Original-Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by ronja.ntg.nl (Postfix) with SMTP id 50A4B1277B for ; Thu, 23 Feb 2006 11:05:37 +0100 (CET) Original-Received: from fwd27.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1FCDLs-0002ze-05; Thu, 23 Feb 2006 11:05:36 +0100 Original-Received: from [192.168.0.2] (EwqElOZJZeYMzr1aDMM9dpX1ORxso8L+iHXPpNQ42tuw8gGR7Hyh8R@[84.172.108.36]) by fwd27.sul.t-online.de with esmtp id 1FCDLT-1S2guu0; Thu, 23 Feb 2006 11:05:11 +0100 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-ID: EwqElOZJZeYMzr1aDMM9dpX1ORxso8L+iHXPpNQ42tuw8gGR7Hyh8R@t-dialin.net X-TOI-MSGID: 8d84cfef-c77d-4932-aa9d-806914cd7288 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:26144 Archived-At: Hi all, I must be obtuse, but I can't find the answer to this easy question: to define a register range, I was using this: \startregister[index]{Menippean} \stopregister[index] and it works. However, when I try to replace [index] with my own key (because I have overlapping ranges) \startregister[satire]{Menippean} \stopregister[satire] I get errors: ERROR: Missing \endcsname inserted. --- TeX said --- \@@idsatkeyexpansion \convertexpanded ... \csname \s!do \c!expansion #1 \endcsname \relax \s!defau... \doprocesspageregister ...#1}\asciiregisterentryA \convertexpanded {\registe... \dodogotopar ...ageregister []{}{Menippean satire} \ifvmode \nobreak \fi \index l.567 \index [imp::spoudogeloion]{\localgreek{spoudog'eloion}} ``serio|-|comi... --- HELP --- From the .log file... The control sequence marked should not appear between \csname and \endcsname. Is there some \define something that I'm missing? Thanks Thomas