Re: [NTG-context] forbidden filenames in context?

2007-12-07 Thread Roger Mason
Hello all,

Thanks for the responses.

Hans Hagen [EMAIL PROTECTED] writes:


 ctx suffixes are kind of special (depends a bit how used, but as part of 
 workflows context will read them as xml files and lookup mapped names) 
 and tmp is used for buffers and such (but normally the buffer name is 
 prefixed); another situation may occur when tmp is used to save the top 
 file (texexec options)

 system  : main.ctx.top loaded
 (./main.ctx.top) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
 (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
 (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
 (./main.ctx.tuo
 ! Missing \endcsname inserted.

 depends on what is read from the tuo file, hard to see what happens 
 without example

I can't reproduce this at the moment.  If it happens again I'll send
the tuo file.

Thanks,
Roger
___
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
___


[NTG-context] forbidden filenames in context?

2007-12-04 Thread Roger Mason
Hello,

I have two identical files, one named main.ctx.tex and the other
tmp.ctx.tmp.  The latter was made by copying the former.  Both files
contain just this:

\starttext

\stoptext

%%% Local Variables: 
%%% mode: context
%%% TeX-master: t
%%% End: 

tmp.ctx.tex compiles fine, but main.ctx.tex fails with this error:

system  : main.ctx.top loaded
(./main.ctx.top) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
(./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
(./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
(./main.ctx.tuo
! Missing \endcsname inserted.
to be read again 
   \let 
\noshowargumenterror -\let 
\expectedarguments \noexpectedarguments 
\dotripleempty #1-\noshowargumenterror 
\doifnextcharelse
[{\dotripletestemp...
argument ...oss \fileprefix fig:\externalfigure 
  [dummy
\ifundefined #1-\unless \ifcsname #1
 \endcsname 
\mainreference ...ined {\r!cross \fileprefix #1#2}
  \ifcase
  \autocrossfilerefe...
l.11 ...re [dummy}{2::0:0:0:0:0:0:0::2}{2}{{1}{]}}
  
? x
No pages of output.

Are some filenames forbidden in Context?

Puzzled,

Roger
___
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
___


Re: [NTG-context] forbidden filenames in context?

2007-12-04 Thread Hans Hagen
Roger Mason wrote:
 Hello,
 
 I have two identical files, one named main.ctx.tex and the other
 tmp.ctx.tmp.  The latter was made by copying the former.  Both files
 contain just this:

ctx suffixes are kind of special (depends a bit how used, but as part of 
workflows context will read them as xml files and lookup mapped names) 
and tmp is used for buffers and such (but normally the buffer name is 
prefixed); another situation may occur when tmp is used to save the top 
file (texexec options)

 \starttext
 
 \stoptext
 
 %%% Local Variables: 
 %%% mode: context
 %%% TeX-master: t
 %%% End: 
 
 tmp.ctx.tex compiles fine, but main.ctx.tex fails with this error:
 
 system  : main.ctx.top loaded
 (./main.ctx.top) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
 (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
 (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo) (./main.ctx.tuo)
 (./main.ctx.tuo
 ! Missing \endcsname inserted.

depends on what is read from the tuo file, hard to see what happens 
without example

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
-
___
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
___


Re: [NTG-context] forbidden filenames in context?

2007-12-04 Thread Aditya Mahajan
On Tue, 4 Dec 2007, Roger Mason wrote:

 Are some filenames forbidden in Context?

texexec.tex (and I think texexec.top).

Aditya
___
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
___