[NTG-context] Re: OpenBSD install failed

2024-01-23 Thread Damien Thiriet via ntg-context




Dear Hans,


can you test with

 OpenBSD|openbsd)
 case "$CPU" in
 i*86)
 PLATFORM="openbsd" ;;
 amd64)
 PLATFORM="openbsd$-amd64" ;;
 *)

instead?


I tested it, with and without the typo at
openbds$-amd64

Having fixed it to

  OpenBSD|openbsd)
  case "$CPU" in
  i*86)
  PLATFORM="openbsd" ;;
  amd64)
  PLATFORM="openbsd-amd64" ;;
  *)

I could install the binaries and compile the basic test doc with \input 
tufte


Thanks a lot!

Dear Hraban,



Did you try to compile your own binaries?
You need CMake and a C compiler.

PWD = your installation directory
PLATFORM = openbsd7.4-amd64 (if that’s still right)

cd $PWD/tex/texmf-context/source/luametatex
sh build.sh
cp build/native/luametatex "$PWD/tex/texmf-$PLATFORM/bin/"

Have fun,
Hraban




I did not try but took good note, making a port of context suite is in 
my very long
TODO list. Not an official one, I am not able to run -current, but 
something that helps when I need to upgrade quickly OpenBSD and context.


Best regards,


Damien Thiriet
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-23 Thread Thomas A. Schmitz

Hi Otared,

I just tried, and my Macbook ran the update without any problem. Does it 
make any difference if you chmod +x the script install.sh?


All best

Thomas

On 1/23/24 21:59, Otared Kavian wrote:

Hi Dr Hans Van der Meer,

Thank you for your help. It seems that since January 18 something has
changed (either on MacOS or on the install script), because the last
time I could update without doing anything more than sh install.sh.

In any case I checked xattr with
which xattr
and got:
/usr/bin/xattr

Then I did
xattr -d com.apple.quarantine
/Applications/context-osx-arm64/install.sh
and got:
xattr: /Applications/context-osx-arm64/install.sh: No such xattr:
com.apple.quarantine

Invoking again sh install.sh resulted in the error message I reported
previously.

Best regards: Otared



___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-23 Thread Otared Kavian
Hi again,

I ended up downloading a new version of install.sh for MacOS from the Pragma 
site: using this allowed me to update to the latest version 2024-01-23:10H02.

Thanks for the help to all !

Best regards: Otared

> On 23 Jan 2024, at 21:08, Hans van der Meer via ntg-context 
>  wrote:
> 
> Just did 'sh install.sh' a moment ago without problems.
> In the past I had to do xattr -d com.apple.quarantaine path-to-executable 
> once but not anymore.
> I think the xattr resides in the Apple command tools. Are you sure you have 
> them?
> 
> yours sincerely
> dr. Hans van der Meer
> 
> 
> 
>> On 23 Jan 2024, at 17:29, Otared Kavian  wrote:
>> 
>> Hi Hans,
>> 
>> I tried to update to your latest version (for MacOS Arm1) with the command 
>>  sh install.sh
>> but obtained the following message and no update:
>> 
>> xattr: bin/mtxrun: No such xattr: com.apple.quarantine
>> install.sh: line 110: 62611 Killed: 9   $PWD/bin/mtxrun --script 
>> ./bin/mtx-install.lua --update --server="$LMTXSERVER" 
>> --instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase 
>> --extras="$LMTXEXTRAS" $@
>> 
>> 
>> Since I have a working (and backed up…) version 2024-01-18, there is no 
>> absolute necessity for me to update right now, but I wanted just to inform 
>> you about the issue I encountered. I wonder whether other MacOS users have 
>> had such a problem.
>> 
>> Best regards: Otared
>> 
>>> On 23 Jan 2024, at 10:09, Hans Hagen via ntg-context  
>>> wrote:
>>> 
>>> On 1/20/2024 10:32 AM, Ursula Hermann wrote:
 32 bits Windows download does not work, because 404 report.
>>> 
>>> i uploaded a win32 installer (for now we only keep 32 bit win but once all 
>>> users are on 64 bit ...)
>>> 
>>> the current upload is as usual work in progress
>>> 
>>> Hans
>>> 
>>> -
>>> Hans Hagen | PRAGMA ADE
>>> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>>>  tel: 038 477 53 69 | www.pragma-ade.nl | 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 / 
>>> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
>>> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
>>> archive  : https://github.com/contextgarden/context
>>> wiki : https://wiki.contextgarden.net
>>> ___
>> 
>> Otared Kavian
>> e-mail: ota...@gmail.com
>> Phone: +33 6 88 26 70 95
>> 
>> 
>> 
>> 
>> ___
>> If your question is of interest to others as well, please add an entry to 
>> the Wiki!
>> 
>> maillist : ntg-context@ntg.nl / 
>> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
>> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
>> archive  : https://github.com/contextgarden/context
>> wiki : https://wiki.contextgarden.net
>> ___
> 
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / 
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___

Otared Kavian
e-mail: ota...@gmail.com
Phone: +33 6 88 26 70 95




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-23 Thread Otared Kavian
Hi Dr Hans Van der Meer,

Thank you for your help. It seems that since January 18 something has changed 
(either on MacOS or on the install script), because the last time I could 
update without doing anything more than sh install.sh.

In any case I checked xattr with
which xattr
and got:
/usr/bin/xattr

Then I did 
xattr -d com.apple.quarantine /Applications/context-osx-arm64/install.sh
and got:
xattr: /Applications/context-osx-arm64/install.sh: No such xattr: 
com.apple.quarantine

Invoking again sh install.sh resulted in the error message I reported 
previously.

Best regards: Otared




> On 23 Jan 2024, at 21:08, Hans van der Meer via ntg-context 
>  wrote:
> 
> Just did 'sh install.sh' a moment ago without problems.
> In the past I had to do xattr -d com.apple.quarantaine path-to-executable 
> once but not anymore.
> I think the xattr resides in the Apple command tools. Are you sure you have 
> them?
> 
> yours sincerely
> dr. Hans van der Meer
> 
> 
> 
>> On 23 Jan 2024, at 17:29, Otared Kavian  wrote:
>> 
>> Hi Hans,
>> 
>> I tried to update to your latest version (for MacOS Arm1) with the command 
>>  sh install.sh
>> but obtained the following message and no update:
>> 
>> xattr: bin/mtxrun: No such xattr: com.apple.quarantine
>> install.sh: line 110: 62611 Killed: 9   $PWD/bin/mtxrun --script 
>> ./bin/mtx-install.lua --update --server="$LMTXSERVER" 
>> --instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase 
>> --extras="$LMTXEXTRAS" $@
>> 
>> 
>> Since I have a working (and backed up…) version 2024-01-18, there is no 
>> absolute necessity for me to update right now, but I wanted just to inform 
>> you about the issue I encountered. I wonder whether other MacOS users have 
>> had such a problem.
>> 
>> Best regards: Otared
>> 
>>> On 23 Jan 2024, at 10:09, Hans Hagen via ntg-context  
>>> wrote:
>>> 
>>> On 1/20/2024 10:32 AM, Ursula Hermann wrote:
 32 bits Windows download does not work, because 404 report.
>>> 
>>> i uploaded a win32 installer (for now we only keep 32 bit win but once all 
>>> users are on 64 bit ...)
>>> 
>>> the current upload is as usual work in progress
>>> 
>>> Hans
>>> 
>>> -
>>> Hans Hagen | PRAGMA ADE
>>> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>>>  tel: 038 477 53 69 | www.pragma-ade.nl | 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 / 
>>> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
>>> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
>>> archive  : https://github.com/contextgarden/context
>>> wiki : https://wiki.contextgarden.net
>>> ___
>> 
>> Otared Kavian
>> e-mail: ota...@gmail.com
>> Phone: +33 6 88 26 70 95
>> 
>> 
>> 
>> 
>> ___
>> If your question is of interest to others as well, please add an entry to 
>> the Wiki!
>> 
>> maillist : ntg-context@ntg.nl / 
>> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
>> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
>> archive  : https://github.com/contextgarden/context
>> wiki : https://wiki.contextgarden.net
>> ___
> 
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / 
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___

Otared Kavian
e-mail: ota...@gmail.com
Phone: +33 6 88 26 70 95




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-23 Thread Hans van der Meer via ntg-context
Just did 'sh install.sh' a moment ago without problems.
In the past I had to do xattr -d com.apple.quarantaine path-to-executable once 
but not anymore.
I think the xattr resides in the Apple command tools. Are you sure you have 
them?

yours sincerely
dr. Hans van der Meer



> On 23 Jan 2024, at 17:29, Otared Kavian  wrote:
> 
> Hi Hans,
> 
> I tried to update to your latest version (for MacOS Arm1) with the command 
>   sh install.sh
> but obtained the following message and no update:
> 
> xattr: bin/mtxrun: No such xattr: com.apple.quarantine
> install.sh: line 110: 62611 Killed: 9   $PWD/bin/mtxrun --script 
> ./bin/mtx-install.lua --update --server="$LMTXSERVER" 
> --instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase 
> --extras="$LMTXEXTRAS" $@
> 
> 
> Since I have a working (and backed up…) version 2024-01-18, there is no 
> absolute necessity for me to update right now, but I wanted just to inform 
> you about the issue I encountered. I wonder whether other MacOS users have 
> had such a problem.
> 
> Best regards: Otared
> 
>> On 23 Jan 2024, at 10:09, Hans Hagen via ntg-context  
>> wrote:
>> 
>> On 1/20/2024 10:32 AM, Ursula Hermann wrote:
>>> 32 bits Windows download does not work, because 404 report.
>> 
>> i uploaded a win32 installer (for now we only keep 32 bit win but once all 
>> users are on 64 bit ...)
>> 
>> the current upload is as usual work in progress
>> 
>> Hans
>> 
>> -
>> Hans Hagen | PRAGMA ADE
>> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>>  tel: 038 477 53 69 | www.pragma-ade.nl | 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 / 
>> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
>> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
>> archive  : https://github.com/contextgarden/context
>> wiki : https://wiki.contextgarden.net
>> ___
> 
> Otared Kavian
> e-mail: ota...@gmail.com
> Phone: +33 6 88 26 70 95
> 
> 
> 
> 
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / 
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-23 Thread Bruce Horrocks
On 23 Jan 2024, at 16:29, Otared Kavian  wrote:
> 
> I wonder whether other MacOS users have had such a problem.

Both Intel and ARM macs updated perfectly for me, just now.

Regards,
—
Bruce Horrocks
Hampshire, UK

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-23 Thread Otared Kavian
Hi Hans,

I tried to update to your latest version (for MacOS Arm1) with the command 
sh install.sh
but obtained the following message and no update:

xattr: bin/mtxrun: No such xattr: com.apple.quarantine
install.sh: line 110: 62611 Killed: 9   $PWD/bin/mtxrun --script 
./bin/mtx-install.lua --update --server="$LMTXSERVER" 
--instance="$LMTXINSTANCE" --platform="$PLATFORM" --erase 
--extras="$LMTXEXTRAS" $@


Since I have a working (and backed up…) version 2024-01-18, there is no 
absolute necessity for me to update right now, but I wanted just to inform you 
about the issue I encountered. I wonder whether other MacOS users have had such 
a problem.

Best regards: Otared

> On 23 Jan 2024, at 10:09, Hans Hagen via ntg-context  
> wrote:
> 
> On 1/20/2024 10:32 AM, Ursula Hermann wrote:
>> 32 bits Windows download does not work, because 404 report.
> 
> i uploaded a win32 installer (for now we only keep 32 bit win but once all 
> users are on 64 bit ...)
> 
> the current upload is as usual work in progress
> 
> Hans
> 
> -
>  Hans Hagen | PRAGMA ADE
>  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>   tel: 038 477 53 69 | www.pragma-ade.nl | 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 / 
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___

Otared Kavian
e-mail: ota...@gmail.com
Phone: +33 6 88 26 70 95




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: context version 20240118 ("Registerhaltigkeit")

2024-01-23 Thread Thomas Meyer
That's it! Many thanks to Hans, Hraban and especially Wolfgang for his 
solution. This environment should become part of ConTeXt!


I have been a LaTeX/XeTeX/LuaLaTeX user for over 30 years and used it to 
write my papers during my studies and use it for almost all my writing.
Now I wanted to try ConTeXt and will be glad if anyone can help me. As I 
said, I am only a user.


Many thanks and best regards
Thomas


Am 22.01.24 um 20:24 schrieb Wolfgang Schuster:

Thomas Meyer schrieb am 22.01.2024 um 13:04:



Am 22.01.24 um 12:06 schrieb Henning Hraban Ramm:

Am 22.01.24 um 11:46 schrieb Thomas Meyer:
I might get a bit impatient if I have the impression that others 
get an answer faster. Sorry for that.


It’s not unusual to get that impression. It depends on the current 
attention, capacity and mood of the few who can answer your questions.


So the problem is still \hfill that the last paragraph is not on 
grid in the new and the old version (and comma).


Grid is not as easy as it looks first. Low level tricks like fills 
or skips can mess it up.



Maybe \startlinecorrection helps… (No, it doesn’t.)

It also doesn’t help to add a \blank or \par after \vfill.


I know it, i tried it. And I tried \snaptogrid \vbox {}, it doesn't 
work too.


Only counting empty rows and set the number in \blank[ *big] works!



You need a fixed space (multiple of the line distance) between the 
text blocks and \vfill is a variable space which isn't what you want 
here.


TO get the desired space between the blocks you have to measure the 
height of the text at the bottom and calculate the number of lines 
which have to be added in the gap. Below is a simple solution which 
adds the required number of \blank lines.


\def\PlaceAtBottom
  {\par
   \dowithnextbox
  {\scratchdimen\dimexpr\pagegoal-\pagetotal\relax
   \ifdim\nextboxht>\scratchdimen
 \page
 \getnoflines{\dimexpr\textheight-\nextboxht\relax}%
\dontleavehmode\blank[\number\numexpr\noflines-2\relax*line]%
 \unvbox\nextbox
   \else
 \getnoflines{\dimexpr\scratchdimen-\nextboxht\relax}%
 \blank[\number\numexpr\noflines-1\relax*line]%
 \unvbox\nextbox
   \fi}
  \vbox}

\let\stopPlaceAtBottom\egroup

\def\startPlaceAtBottom
  {\PlaceAtBottom\bgroup}

\mainlanguage[de]
\setupbodyfont[libertinus, 12pt]

\setuppagenumbering
  [location={footer,middle}]

\setuplayout
  [grid=yes]

\showgrid

\starttext

\samplefile{lorem}

\startPlaceAtBottom
{\sl\samplefile{lorem}}
\stopPlaceAtBottom

\page

\dorecurse{4}{\samplefile{lorem}}

\startPlaceAtBottom
{\sl\samplefile{lorem}}
\stopPlaceAtBottom

\stoptext

Wolfgang
___ 

If your question is of interest to others as well, please add an entry 
to the Wiki!


maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net 
(mirror)

archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___ 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2024-01-23 Thread Cron Daemon
receiving incremental file list
 ./
 ctan.lsr
 document-2.htm
 download-1.htm
 download-2.htm
 install.htm
 logo-ade.png
 logo-cts.png
 logo-pod.png
 rss.xml
 show-fil.pdf
 context/latest/
 context/latest/cont-lmt.zip
 context/latest/cont-mpd.zip
 context/latest/cont-ppc.zip
 context/latest/cont-sci.zip
 context/latest/cont-tmf.zip
 context/latest/cont-tst.7z
 context/latest/cont-tst.tar.xz
 context/latest/cont-tst.zip
 general/manuals/
 general/manuals/primitives.pdf
 
 sent 184,522 bytes  received 41,470,006 bytes  2,380,258.74 bytes/sec
 total size is 578,774,831  speedup is 13.89


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2024-01-23.11
245933214   
/var/www/aanhet.net/context//htdocs/archives/context-2024-01-23.11/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2024-01-23.11/current
372682627   
/var/www/aanhet.net/context//htdocs/archives/context-2024-01-23.11
372682627   total
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: upload

2024-01-23 Thread Hans Hagen via ntg-context

On 1/20/2024 10:32 AM, Ursula Hermann wrote:

32 bits Windows download does not work, because 404 report.


i uploaded a win32 installer (for now we only keep 32 bit win but once 
all users are on 64 bit ...)


the current upload is as usual work in progress

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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 / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] Re: Named characters

2024-01-23 Thread Hans Hagen

On 1/15/2024 7:57 PM, Thomas A. Schmitz wrote:

Hi all,

not a complaint, just a question (for Hans and Wolfgang, I guess): in 
recent versions of lmtx, Greek named characters (constructs such as 
\greekdasiatonos) don't work any more. Which means I have to adapt some 
of my older macros. Is this an oversight or did they get axed?
I assumed that most moved on to utf so ... when i looked at these 
definitions there were plenty greek, cyrillic, etc that were just there 
because in mkii we had to follow the 'name' route and it's a waste of 
memory and hash entries. For now I kept the latin but it is tempting to 
ditch them too.


We could of course make a module with named ones,

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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 / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___