annotate 3rdparty/packages/uemacs/uemacs.hlp @ 2852:f2e92661b4c6 lwtools-port

Makefiles: Always use macro for lwar and rm The LWAR macro is new, rm was still used in one place.
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 12 Jul 2013 22:41:18 +0200
parents 48c646212b1c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
995
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
1 Instalation:
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
2
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
3 Os9/68000:
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
4 Vt52: rename uemacs.mak to makefile and use make.
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
5 Other: Modify makefile to use appropriate terminal module (i.e. ansi)
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
6 rather than the vt52 module.
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
7
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
8 Os9/6809: See uemacs.mak to see what modules are needed.
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
9
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
10 Known Problem:
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
11 The 68000 version seems to have problems editing large (or many small)
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
12 files (long before memory is exausted). The malloc routine apperently
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
13 does not work well for many small allocations.
48c646212b1c 'microEMACS' for OS-9.
roug
parents:
diff changeset
14