ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* verb-ini and nath \(save|restore)catcode clash
@ 2004-11-17 14:45 Nikolai Weibull
  2004-11-17 14:59 ` Hans Hagen
  2004-11-18  9:32 ` Christopher Creutzig
  0 siblings, 2 replies; 6+ messages in thread
From: Nikolai Weibull @ 2004-11-17 14:45 UTC (permalink / raw)


Hi, again.
verb-ini and nath both define (incompatible) instances of \save- and
\restorecatcode.  Simply renaming them in nath to
\NATH(save|restore)catcode seems to work fine.  Any suggestions?
	nikolai

--
::: name: Nikolai Weibull    :: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA    :: loc atm: Gothenburg, Sweden    :::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}

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

* Re: verb-ini and nath \(save|restore)catcode clash
  2004-11-17 14:45 verb-ini and nath \(save|restore)catcode clash Nikolai Weibull
@ 2004-11-17 14:59 ` Hans Hagen
  2004-11-17 15:14   ` Nikolai Weibull
  2004-11-18  9:32 ` Christopher Creutzig
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2004-11-17 14:59 UTC (permalink / raw)


Nikolai Weibull wrote:
> Hi, again.
> verb-ini and nath both define (incompatible) instances of \save- and
> \restorecatcode.  Simply renaming them in nath to
> \NATH(save|restore)catcode seems to work fine.  Any suggestions?

makes sense, probably it makes sense to namespace most low level nath

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: verb-ini and nath \(save|restore)catcode clash
  2004-11-17 14:59 ` Hans Hagen
@ 2004-11-17 15:14   ` Nikolai Weibull
  2004-11-17 16:32     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Nikolai Weibull @ 2004-11-17 15:14 UTC (permalink / raw)


* Hans Hagen <pragma@wxs.nl> [Nov 17, 2004 16:10]:
> > verb-ini and nath both define (incompatible) instances of \save- and
> > \restorecatcode.  Simply renaming them in nath to
> > \NATH(save|restore)catcode seems to work fine.  Any suggestions?

> makes sense, probably it makes sense to namespace most low level nath

Yeah; it's a module after all.  Of course, if nath is going to be
integrated into newmat some day, perhaps now's the time ;-).
	nikolai

--
::: name: Nikolai Weibull    :: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA    :: loc atm: Gothenburg, Sweden    :::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}

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

* Re: verb-ini and nath \(save|restore)catcode clash
  2004-11-17 15:14   ` Nikolai Weibull
@ 2004-11-17 16:32     ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2004-11-17 16:32 UTC (permalink / raw)


Nikolai Weibull wrote:
> * Hans Hagen <pragma@wxs.nl> [Nov 17, 2004 16:10]:
> 
>>>verb-ini and nath both define (incompatible) instances of \save- and
>>>\restorecatcode.  Simply renaming them in nath to
>>>\NATH(save|restore)catcode seems to work fine.  Any suggestions?
> 
> 
>>makes sense, probably it makes sense to namespace most low level nath
> 
> 
> Yeah; it's a module after all.  Of course, if nath is going to be
> integrated into newmat some day, perhaps now's the time ;-).

how about nath users making a nice test file with samples ... at least we have a 
testbed then

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: verb-ini and nath \(save|restore)catcode clash
  2004-11-17 14:45 verb-ini and nath \(save|restore)catcode clash Nikolai Weibull
  2004-11-17 14:59 ` Hans Hagen
@ 2004-11-18  9:32 ` Christopher Creutzig
  2004-11-18 15:34   ` Re[2]: " Giuseppe Bilotta
  1 sibling, 1 reply; 6+ messages in thread
From: Christopher Creutzig @ 2004-11-18  9:32 UTC (permalink / raw)


Nikolai Weibull wrote:

> verb-ini and nath both define (incompatible) instances of \save- and
> \restorecatcode.  Simply renaming them in nath to
> \NATH(save|restore)catcode seems to work fine.  Any suggestions?

  I had sent a patch for that some months ago.  Giuseppe, any chance of
an updated t-nath.tex in the near future?  The incompatibility with
\startequation ... \stopequation should also be fixed in some released
version.

regards,
	Christopher

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

* Re[2]: verb-ini and nath \(save|restore)catcode clash
  2004-11-18  9:32 ` Christopher Creutzig
@ 2004-11-18 15:34   ` Giuseppe Bilotta
  0 siblings, 0 replies; 6+ messages in thread
From: Giuseppe Bilotta @ 2004-11-18 15:34 UTC (permalink / raw)


Thursday, November 18, 2004 Christopher Creutzig wrote:

> Nikolai Weibull wrote:

>> verb-ini and nath both define (incompatible) instances of \save- and
>> \restorecatcode.  Simply renaming them in nath to
>> \NATH(save|restore)catcode seems to work fine.  Any suggestions?

>   I had sent a patch for that some months ago.  Giuseppe, any chance of
> an updated t-nath.tex in the near future?  The incompatibility with
> \startequation ... \stopequation should also be fixed in some released
> version.

You're right, sorry. I've been rather busy until recently and
I'm only now catching up with the past mail and getting a few
things done.

I'll try to have the new amsl and nath modules out today.

-- 
Giuseppe "Oblomov" Bilotta

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

end of thread, other threads:[~2004-11-18 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-17 14:45 verb-ini and nath \(save|restore)catcode clash Nikolai Weibull
2004-11-17 14:59 ` Hans Hagen
2004-11-17 15:14   ` Nikolai Weibull
2004-11-17 16:32     ` Hans Hagen
2004-11-18  9:32 ` Christopher Creutzig
2004-11-18 15:34   ` Re[2]: " 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).