core-uti.mkxl /size: 880 b    last modification: 2021-10-28 13:51
1%D \module
2%D   [       file=core-uti,
3%D        version=1997.03.31, % 2006.09.19 mkiv
4%D          title=\CONTEXT\ Core Macros,
5%D       subtitle=Utility File Handling,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\writestatus{loading}{ConTeXt Core Macros / Utility File Handling}
15
16\unprotect
17
18\registerctxluafile{core-uti}{}
19
20% savecurrentvalue#1#2% immediate, expanded, defined at lua end
21
22\appendtoks
23    \clf_setjobcomment
24        file   {\jobname}%
25        format {\contextformat}%
26        stamp  {\contextversion}%
27        escape {\!!bs\space...\space\!!es}%
28    \relax
29\to \everystarttext
30
31\appendtoks
32    \clf_initializejob
33\to \everyjob
34
35\protect \endinput
36