aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2008-01-17 00:06:51 +0000
committerDavid Aspinall2008-01-17 00:06:51 +0000
commit0c620e63df8247bc824ba9e3e78de875d3fd5cbe (patch)
tree5bb922ed6eb29ccc3024d693b6a8297d6a6634a6
parente3e203869d5e25fab4809d53c3938f067b3a94db (diff)
Updated.
-rw-r--r--etc/development-tips.txt10
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
====================