From 0c620e63df8247bc824ba9e3e78de875d3fd5cbe Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 17 Jan 2008 00:06:51 +0000 Subject: Updated. --- etc/development-tips.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ==================== -- cgit v1.2.3