ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Broken Nightly Chokes on \rotate
@ 2011-12-30  4:55 Kip Warner
  2011-12-30  7:40 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Kip Warner @ 2011-12-30  4:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 895 bytes --]

Hey folks,

The nightly for Dec 29th seems to choke on \rotate. I have a statement:

    \midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}}

ConTeXt emits the following:

! Undefined control sequence.
\dodorotatenextbox ... \@@rorotation \@@layerxpos 
                                                  \zeropoint
\@@layerypos \z...
\dorotatenextbox ...rotatenextbox \@@rorotation #2
                                                  \fi \boxcursor
\flushnextb...
\boxes_with_next_box ...x \@@rorotation \!!counta 
                                                  \egroup 
l.22 ...THIS IS A DRAFT!}
                                                  }
? 

I'm fairly sure it isn't the \midaligned because I have other statements
it compiles fine.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Broken Nightly Chokes on \rotate
  2011-12-30  4:55 Broken Nightly Chokes on \rotate Kip Warner
@ 2011-12-30  7:40 ` Wolfgang Schuster
  2011-12-30 11:16   ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2011-12-30  7:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 30.12.2011 um 05:55 schrieb Kip Warner:

> Hey folks,
> 
> The nightly for Dec 29th seems to choke on \rotate. I have a statement:
> 
>    \midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}}
> 
> ConTeXt emits the following:
> 
> ! Undefined control sequence.
> \dodorotatenextbox ... \@@rorotation \@@layerxpos 
>                                                  \zeropoint
> \@@layerypos \z...
> \dorotatenextbox ...rotatenextbox \@@rorotation #2
>                                                  \fi \boxcursor
> \flushnextb...
> \boxes_with_next_box ...x \@@rorotation \!!counta 
>                                                  \egroup 
> l.22 ...THIS IS A DRAFT!}
>                                                  }
> ? 
> 
> I'm fairly sure it isn't the \midaligned because I have other statements
> it compiles fine.


Do you have a minimal example because this works (when I remove the not existing \bft command):

\starttext
\midaligned{\rotate[rotation=42]{\color[red]THIS IS A DRAFT!}}
\stoptext

Wolfgang
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Broken Nightly Chokes on \rotate
  2011-12-30  7:40 ` Wolfgang Schuster
@ 2011-12-30 11:16   ` Hans Hagen
  2011-12-30 20:26     ` Kip Warner
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2011-12-30 11:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 30-12-2011 08:40, Wolfgang Schuster wrote:
>
> Am 30.12.2011 um 05:55 schrieb Kip Warner:
>
>> Hey folks,
>>
>> The nightly for Dec 29th seems to choke on \rotate. I have a statement:
>>
>>     \midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}}
>>
>> ConTeXt emits the following:
>>
>> ! Undefined control sequence.
>> \dodorotatenextbox ... \@@rorotation \@@layerxpos
>>                                                   \zeropoint
>> \@@layerypos \z...
>> \dorotatenextbox ...rotatenextbox \@@rorotation #2
>>                                                   \fi \boxcursor
>> \flushnextb...
>> \boxes_with_next_box ...x \@@rorotation \!!counta
>>                                                   \egroup
>> l.22 ...THIS IS A DRAFT!}
>>                                                   }
>> ?
>>
>> I'm fairly sure it isn't the \midaligned because I have other statements
>> it compiles fine.
>
>
> Do you have a minimal example because this works (when I remove the not existing \bft command):
>
> \starttext
> \midaligned{\rotate[rotation=42]{\color[red]THIS IS A DRAFT!}}
> \stoptext

it is indeed an issue as those temp vars are gone ... i redid the rotate 
last night and will update later today

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Broken Nightly Chokes on \rotate
  2011-12-30 11:16   ` Hans Hagen
@ 2011-12-30 20:26     ` Kip Warner
  2011-12-30 22:13       ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Kip Warner @ 2011-12-30 20:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


[-- Attachment #1.1: Type: text/plain, Size: 503 bytes --]

On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote:
> it is indeed an issue as those temp vars are gone ... i redid the rotate 
> last night and will update later today

You know, sometimes I feel guilty pointing out how this or that is
broken, but I suppose its constructive since the book I am writing
really seems to be stress testing the nightlies and helping us find lots
of bugs.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Broken Nightly Chokes on \rotate
  2011-12-30 20:26     ` Kip Warner
@ 2011-12-30 22:13       ` Hans Hagen
  2011-12-30 22:43         ` Kip Warner
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2011-12-30 22:13 UTC (permalink / raw)
  To: Kip Warner; +Cc: mailing list for ConTeXt users

On 30-12-2011 21:26, Kip Warner wrote:
> On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote:
>> it is indeed an issue as those temp vars are gone ... i redid the rotate
>> last night and will update later today
>
> You know, sometimes I feel guilty pointing out how this or that is
> broken, but I suppose its constructive since the book I am writing
> really seems to be stress testing the nightlies and helping us find lots
> of bugs.

don't feel too guilty .. we need testing in order to get things right .. 
currently I'm cleaning up, changing namespaces, getting rid of old code, 
trying to make code more readable and do an occasional speedup and 
therefore bugs can creep in (often easy to correct as it concerns typos 
or forgotten things

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Broken Nightly Chokes on \rotate
  2011-12-30 22:13       ` Hans Hagen
@ 2011-12-30 22:43         ` Kip Warner
  0 siblings, 0 replies; 6+ messages in thread
From: Kip Warner @ 2011-12-30 22:43 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 663 bytes --]

On Fri, 2011-12-30 at 23:13 +0100, Hans Hagen wrote:
> don't feel too guilty .. we need testing in order to get things right .. 
> currently I'm cleaning up, changing namespaces, getting rid of old code, 
> trying to make code more readable and do an occasional speedup and 
> therefore bugs can creep in (often easy to correct as it concerns typos 
> or forgotten things

Yup. You've built such a brilliant piece of software, it's so big and
complex that 3rd party testing is necessary because you'll never be able
to find everything yourself.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2011-12-30 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-30  4:55 Broken Nightly Chokes on \rotate Kip Warner
2011-12-30  7:40 ` Wolfgang Schuster
2011-12-30 11:16   ` Hans Hagen
2011-12-30 20:26     ` Kip Warner
2011-12-30 22:13       ` Hans Hagen
2011-12-30 22:43         ` Kip Warner

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