From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44135 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Pyramiding \defs Date: Fri, 19 Sep 2008 17:18:02 -0400 (EDT) Message-ID: References: <20080919214910.43492e4e@mars.zu.haus> 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: ger.gmane.org 1221859191 11640 80.91.229.12 (19 Sep 2008 21:19:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2008 21:19:51 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 19 23:20:47 2008 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 1KgnP7-0001As-HY for gctc-ntg-context-518@m.gmane.org; Fri, 19 Sep 2008 23:20:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C11E01FCB7; Fri, 19 Sep 2008 23:19:36 +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 13100-01; Fri, 19 Sep 2008 23:18:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 835AC1FE61; Fri, 19 Sep 2008 23:18:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CD1091FE2D for ; Fri, 19 Sep 2008 23:18:40 +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 13084-04 for ; Fri, 19 Sep 2008 23:18:04 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with ESMTP id CB55D1FDE1 for ; Fri, 19 Sep 2008 23:18:03 +0200 (CEST) Original-Received: FROM udhcp-wlan78.public.engin.umich.edu (udhcp-wlan78.public.engin.umich.edu [141.213.120.88]) BY hackers.mr.itd.umich.edu ID 48D4170A.67C16.25806 ; 19 Sep 2008 17:18:02 -0400 In-Reply-To: <20080919214910.43492e4e@mars.zu.haus> User-Agent: Alpine 1.00 (DEB 882 2007-12-20) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:44135 Archived-At: On Fri, 19 Sep 2008, Holzminister wrote: > Hi! > > Can perhaps anyone explain to me why the example works in one case, but > not in the other? Grouping. For a simpler example {\def\moretest{More test}} \moretest will not work. What you need to do is {\gdef\moretest{More test}} \moretest. Aditya >>>> > \enableregime[utf-8] > \mainlanguage [de] > > % \def\werte#1{\em [#1]} % +++ works > \def\werte#1{{\em [#1]}} % --- doesn't work > > \def\moretest{} > > \def\test% > { > Testtext > \def\moretest% > { > More Testtext > } > } > > \starttext > > \werte{\test} > > \moretest > > \stoptext >>>> > > Thanks in advance, > Eyke > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > > > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________