summaryrefslogtreecommitdiff
path: root/TODO
blob: 97903ff5a523d8dc2091bb78e21c679211b5c8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
general
-------

- redo module loading in packages once mods is done.
- adjust preamble to avoid duplicated list of files (refer to DTX instead)
- add catcode defenses
- adjust original luatextra package

Later
=====

- check for user macros starting with \luatex
- change lua module name(s) (luatexbase or luatexbase.regs etc)
- compat with LuaTeX 0.25.4? (Means problems with \directlua, primitive names,
  kpse.find_file(..., 'lua'), etc.) Maybe do a compat package?

regs
----

- Should the various allocation macros set something in a Lua table, or should
  we just wait for it to be implemented in LuaTeX? (The \*blk macros would be
rather tricky in this respect, but are they really used?) Well, is there any
actual need for this?

attr
----

- don't write in the tex table!

cctb
----

- don't write in the tex table!
- don't define macros starting with \luatex

loader
------

- a.b.c -> a/b/c or a/b.c or a.b.c? What do to with files under texmf/scripts?
- write doc

modutils
--------

Review extensively.

mcallbacks
----------

Review extensively.