comparison man/lispref/lispref.texi @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children b05e2a249757
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
471 * Named Features:: Loading a library if it isn't already loaded. 471 * Named Features:: Loading a library if it isn't already loaded.
472 * Repeated Loading:: Precautions about loading a file twice. 472 * Repeated Loading:: Precautions about loading a file twice.
473 473
474 Byte Compilation 474 Byte Compilation
475 475
476 * Compilation Functions:: Byte compilation functions. 476 * Speed of Byte-Code:: An example of speedup from byte compilation.
477 * Disassembly:: Disassembling byte-code; how to read byte-code. 477 * Compilation Functions:: Byte compilation functions.
478 * Docs and Compilation:: Dynamic loading of documentation strings.
479 * Dynamic Loading:: Dynamic loading of individual functions.
480 * Eval During Compile:: Code to be evaluated when you compile.
481 * Compiled-Function Objects:: The data type used for byte-compiled functions.
482 * Disassembly:: Disassembling byte-code; how to read byte-code.
483 * Different Behavior:: When compiled code gives different results.
478 484
479 Debugging Lisp Programs 485 Debugging Lisp Programs
480 486
481 * Debugger:: How the XEmacs Lisp debugger is implemented. 487 * Debugger:: How the XEmacs Lisp debugger is implemented.
482 * Syntax Errors:: How to find syntax errors. 488 * Syntax Errors:: How to find syntax errors.