Re: [NTG-context] Problem with '\ ' in math commands in current minimals

2008-06-10 Thread Aditya Mahajan
On Tue, 10 Jun 2008, Hans Hagen wrote: > Aditya Mahajan wrote: >> On Tue, 10 Jun 2008, Morgan Brassel wrote: >> >>> Hi everyone, >>> >>> In the following example: >>> >>> \define[1]\com{com\ #1} >>> \starttext >>> \com{1} $\com{1}$ >>> \stoptext >>> >>> the second call to \com (the one in math mod

Re: [NTG-context] Problem with '\ ' in math commands in current minimals

2008-06-10 Thread Morgan Brassel
On Tue, 10 Jun 2008, Hans Hagen wrote: > Aditya Mahajan wrote: >> On Tue, 10 Jun 2008, Morgan Brassel wrote: >> >>> Hi everyone, >>> >>> In the following example: >>> >>> \define[1]\com{com\ #1} >>> \starttext >>> \com{1} $\com{1}$ >>> \stoptext >>> >>> the second call to \com (the one in math mo

Re: [NTG-context] Problem with '\ ' in math commands in current minimals

2008-06-10 Thread Hans Hagen
Aditya Mahajan wrote: > On Tue, 10 Jun 2008, Morgan Brassel wrote: > >> Hi everyone, >> >> In the following example: >> >> \define[1]\com{com\ #1} >> \starttext >> \com{1} $\com{1}$ >> \stoptext >> >> the second call to \com (the one in math mode) seems to stop the >> compilation of the file. Is i

Re: [NTG-context] Problem with '\ ' in math commands in current minimals

2008-06-10 Thread Hans Hagen
Aditya Mahajan wrote: > On Tue, 10 Jun 2008, Morgan Brassel wrote: > >> Hi everyone, >> >> In the following example: >> >> \define[1]\com{com\ #1} >> \starttext >> \com{1} $\com{1}$ >> \stoptext >> >> the second call to \com (the one in math mode) seems to stop the >> compilation of the file. Is i

Re: [NTG-context] Problem with '\ ' in math commands in current minimals

2008-06-09 Thread Aditya Mahajan
On Tue, 10 Jun 2008, Morgan Brassel wrote: > Hi everyone, > > In the following example: > > \define[1]\com{com\ #1} > \starttext > \com{1} $\com{1}$ > \stoptext > > the second call to \com (the one in math mode) seems to stop the > compilation of the file. Is it a bug? It wasn't happening before.

[NTG-context] Problem with '\ ' in math commands in current minimals

2008-06-09 Thread Morgan Brassel
Hi everyone, In the following example: \define[1]\com{com\ #1} \starttext \com{1} $\com{1}$ \stoptext the second call to \com (the one in math mode) seems to stop the compilation of the file. Is it a bug? It wasn't happening before. I'm using the latest minimals. Best regards, Morgan ___