ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Wrong catcode?
@ 2000-12-31 11:42 Giuseppe Bilotta
  0 siblings, 0 replies; 7+ messages in thread
From: Giuseppe Bilotta @ 2000-12-31 11:42 UTC (permalink / raw)


Hello, I'm using ConTeXt 2000.12.14

It looks like some <protection> leaked through some macros, since ? has
catcode 11 instead of 12. It's not my document's fault, since
\showthe\catcode`? gives 11 even at the very top of the file. This means
that things like \type{\dots?} cannot be used anymore (that's what happened
to me :->).

I believe this is a "recent" problem, since the previous format I was using
(2000.9.21) compiled the document flawlessly.

Giuseppe Bilotta
From g029@mailserv.uni-giessen.de Tue Jan  2 18:54:00 2001 +0100
Message-Id: <3.0.6.32.20010102184009.01510250@pop.wxs.nl>
To: David Arnold <darnold@northcoast.com>
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: owner-ntg-context@let.uu.nl
Date: Tue, 02 Jan 2001 18:40:09 +0100
Subject: Re: context 2000.12.23

At 10:52 PM 12/30/00 -0800, you wrote:
>Hans,
>
>Taking a little time off to play. I got the new beta, unzipped, updated the
>database, made the formats (context, mptopdf, metafun), but this file:
>

Ah, this is some optimization code that is etex specific and ends up in
normal tex mode. 

either comment 

  \readfile{font-exp.tex}{}{} % load local experiments

in font-ini.tex, or 

  delete font-exp.tex 

and in both cases regenerate the pdftex format, or even better: 

  USE PDFETEX ! 

but, i'll fix it anyway -) 

end 

-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Wrong catcode?
@ 2001-01-02 17:40 Hans Hagen
  2001-01-03 13:07 ` Giuseppe Bilotta
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2001-01-02 17:40 UTC (permalink / raw)
  Cc: ConTeXt

At 12:42 PM 12/31/00 +0100, Giuseppe Bilotta wrote:
>Hello, I'm using ConTeXt 2000.12.14
>
>It looks like some <protection> leaked through some macros, since ? has
>catcode 11 instead of 12. It's not my document's fault, since
>\showthe\catcode`? gives 11 even at the very top of the file. This means
>that things like \type{\dots?} cannot be used anymore (that's what happened
>to me :->).
>
>I believe this is a "recent" problem, since the previous format I was using
>(2000.9.21) compiled the document flawlessly.

Hm. Can you check cont-new.tex and cont-sys.tex for matching \protect ..
\unprotect? 

\starttext 

\def\test{test} \test? 

\stoptext 

should work. When reading module etc files, protection is handled, so maybe
some \unprotect lacks, When exactly does this happen? 

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2001-01-04 23:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-31 11:42 Wrong catcode? Giuseppe Bilotta
2001-01-02 17:40 Hans Hagen
2001-01-03 13:07 ` Giuseppe Bilotta
2001-01-04 10:11   ` Hans Hagen
2001-01-04 17:31     ` Giuseppe Bilotta
2001-01-04 22:38       ` George N. White III
2001-01-04 23:04         ` Giuseppe Bilotta

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