From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28632 Path: news.gmane.org!not-for-mail From: Bernd Militzer Newsgroups: gmane.comp.tex.context Subject: Undefined control sequence. Date: Sat, 17 Jun 2006 11:57:28 +0200 Message-ID: <1150538248.4134.8.camel@eagle.intern> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150538226 8391 80.91.229.2 (17 Jun 2006 09:57:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2006 09:57:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jun 17 11:57:04 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 1FrXY6-000115-L3 for gctc-ntg-context-518@m.gmane.org; Sat, 17 Jun 2006 11:57:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 213CB12814; Sat, 17 Jun 2006 11:57:02 +0200 (CEST) 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 05162-03; Sat, 17 Jun 2006 11:56:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7AEFB127E9; Sat, 17 Jun 2006 11:56:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9754C127E9 for ; Sat, 17 Jun 2006 11:56:46 +0200 (CEST) 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 30360-04 for ; Sat, 17 Jun 2006 11:56:43 +0200 (CEST) Original-Received: from new.militzer.net (new.militzer.net [81.169.143.226]) by ronja.ntg.nl (Postfix) with SMTP id 69A89127C9 for ; Sat, 17 Jun 2006 11:56:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by new.militzer.net (Postfix) with ESMTP id 78174184078 for ; Sat, 17 Jun 2006 11:56:37 +0200 (CEST) Original-Received: from new.militzer.net ([127.0.0.1]) by localhost (new [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07757-09 for ; Sat, 17 Jun 2006 11:56:33 +0200 (CEST) Original-Received: from eagle.intern (pD9E6292B.dip.t-dialin.net [217.230.41.43]) by new.militzer.net (Postfix) with ESMTP id 90F0E184077 for ; Sat, 17 Jun 2006 11:56:33 +0200 (CEST) Original-To: "ntg-context@ntg.nl" X-Mailer: Evolution 2.0.1 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at new.militzer.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:28632 Archived-At: Hi, for a large project I defined names for a lot of persons like \global\def\PIDacht{Militzer, Hermann Paul (8)} \global\def\PIDeinsacht{Militzer, Johann Wilhelm Hermann (16)} \global\def\PIDdreidrei{Militzer, Henriette (33)} \global\def\PIDachtviervieracht{Militzer, Adam (8448)} \starttext \PIDachtviervieracht is ok but \section[UkPID8A]{\PIDacht\ -- Allgemein} does not work! \stoptext I get: (./FamMilitzerUrkunden.tuo) (./FamMilitzerUrkunden.tuo ! Undefined control sequence. \PIDacht \ -- Allgemein \sanitizePDFdocencoding ...docencoding \edef #2{#1 } \doPDFinsertbookmark ...oding #3\to \bookmarktext \stripstring \bookmarktext... \flushbookmark \dodoputbookmarkelement {\v! section }{3}{2}{\PIDei... \secondoftwoarguments #1#2->#2 l.14 ...sacht \ -- Geburt}{1::0:0:2:0:0:0:0::1}{7} ? ! Emergency stop. What is wrong? thanks, Bernd Militzer