From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30327 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: nonbreakablespace Date: Wed, 16 Aug 2006 13:42:18 -0400 (EDT) Message-ID: References: <44E2BC3C.8090300@elvenkind.com> <44E2DAFE.5020504@wxs.nl> 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 1155750178 18806 80.91.229.2 (16 Aug 2006 17:42:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Aug 2006 17:42:58 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 16 19:42:55 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 1GDPPf-0008U8-4f for gctc-ntg-context-518@m.gmane.org; Wed, 16 Aug 2006 19:42:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8ECC01FB82; Wed, 16 Aug 2006 19:42:42 +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 10591-04-3; Wed, 16 Aug 2006 19:42:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 857921FB9B; Wed, 16 Aug 2006 19:42:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3078D1FB9B for ; Wed, 16 Aug 2006 19:42:30 +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 10591-04-2 for ; Wed, 16 Aug 2006 19:42:24 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id 787C71FB82 for ; Wed, 16 Aug 2006 19:42:23 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY tombraider.mr.itd.umich.edu ID 44E358FD.BFF04.23095 ; 16 Aug 2006 13:42:21 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <44E2DAFE.5020504@wxs.nl> 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:30327 Archived-At: On Wed, 16 Aug 2006, Hans Hagen wrote: > Taco Hoekwater wrote: >> Aditya Mahajan wrote: >> >>> On Wed, 16 Aug 2006, Sanjoy Mahajan wrote: >>> >>> >>> >>>>> \starttext >>>>> A~B >>>>> \stoptext >>>>> >>>> It works fine here with vanilla ConTeXt ver 2006.08.08 21:51, texexec >>>> 6.2.0, tetex 3.0 on Ubuntu (generating pdf). >>>> >>>> >>>> >>>>> For me, this makes context hang!! >>>>> >>>> Where does it hang? Running tex or pdftex, or in texexec? >>>> >>> Running texexec. Everything else is running fine, so I can not figure >>> out why this is happening. >>> >> >> If you can't interrupt the process, try adding \tracingall to your >> input. It will generate lots and lots of output, and you will probably >> see an expansion loop occuring (if not, then it may be a ruby issue). >> >> > i just ran into the loop as well, > > it has to do with a change in load order of modules, i'll fix it It works fine with the new version. > (i'm trying to get rid of funny dependencies and this alpha/beta > release was actually for taco's eyes only -) I should start taking your warning more seriously :) Aditya