ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* nonbreakablespace
@ 2006-08-16  1:26 Aditya Mahajan
  2006-08-16  4:20 ` nonbreakablespace Sanjoy Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2006-08-16  1:26 UTC (permalink / raw)


Hi,
  Suddenly nonbreakablespace stopped working for me :-( It works in the 
garden so I guess that something is wrong in my setup. Can someone 
test whether this compiles fine at their end?

\starttext
A~B
\stoptext

For me, this makes context hang!!

Aditya

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nonbreakablespace
  2006-08-16  1:26 nonbreakablespace Aditya Mahajan
@ 2006-08-16  4:20 ` Sanjoy Mahajan
  2006-08-16  5:14   ` nonbreakablespace Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Sanjoy Mahajan @ 2006-08-16  4:20 UTC (permalink / raw)


> \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?

-Sanjoy

`Never underestimate the evil of which men of power are capable.'
         --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nonbreakablespace
  2006-08-16  4:20 ` nonbreakablespace Sanjoy Mahajan
@ 2006-08-16  5:14   ` Aditya Mahajan
  2006-08-16  6:33     ` nonbreakablespace Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2006-08-16  5:14 UTC (permalink / raw)


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.

Aditya

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nonbreakablespace
  2006-08-16  5:14   ` nonbreakablespace Aditya Mahajan
@ 2006-08-16  6:33     ` Taco Hoekwater
  2006-08-16  8:44       ` nonbreakablespace Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2006-08-16  6:33 UTC (permalink / raw)


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).

Cheers, taco

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nonbreakablespace
  2006-08-16  6:33     ` nonbreakablespace Taco Hoekwater
@ 2006-08-16  8:44       ` Hans Hagen
  2006-08-16 17:42         ` nonbreakablespace Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2006-08-16  8:44 UTC (permalink / raw)


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 (i'm trying to get rid of funny dependencies and this alpha/beta release was actually for taco's eyes only -) 

Hans 


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nonbreakablespace
  2006-08-16  8:44       ` nonbreakablespace Hans Hagen
@ 2006-08-16 17:42         ` Aditya Mahajan
  0 siblings, 0 replies; 6+ messages in thread
From: Aditya Mahajan @ 2006-08-16 17:42 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-08-16 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-16  1:26 nonbreakablespace Aditya Mahajan
2006-08-16  4:20 ` nonbreakablespace Sanjoy Mahajan
2006-08-16  5:14   ` nonbreakablespace Aditya Mahajan
2006-08-16  6:33     ` nonbreakablespace Taco Hoekwater
2006-08-16  8:44       ` nonbreakablespace Hans Hagen
2006-08-16 17:42         ` nonbreakablespace Aditya Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).