diff options
| author | David Aspinall | 2008-01-17 00:06:51 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-01-17 00:06:51 +0000 |
| commit | 0c620e63df8247bc824ba9e3e78de875d3fd5cbe (patch) | |
| tree | 5bb922ed6eb29ccc3024d693b6a8297d6a6634a6 /etc | |
| parent | e3e203869d5e25fab4809d53c3938f067b3a94db (diff) | |
Updated.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/development-tips.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/development-tips.txt b/etc/development-tips.txt index f9791e2f..60b70e0f 100644 --- a/etc/development-tips.txt +++ b/etc/development-tips.txt @@ -6,6 +6,16 @@ alongside eldoc and Flyspell, in the development file: (load-file "../lib/pg-dev.el") +Compilation +=========== + +Please check that your code compiles to Lisp bytecode ("make foo/foo.elc") +and that the bytecode runs correctly. Compilation not only speeds +up the running code, but conducts some useful static analysis. + +To ensure correctness of running code, care is needed with macros (see +the Lisp reference manual) and load order. + Some Emacs Resources ==================== |
