Mercurial > hg > xemacs-beta
comparison lisp/edebug/README @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 Files included in this distribution: | |
2 | |
3 README This file. | |
4 Makefile Just enough to make the manual and distribution. | |
5 edebug.el The reason for all this. | |
6 cust-print.el The custom print package. | |
7 edebug-history A history of older modifications. | |
8 eval-reg.el Elisp version of eval-region. | |
9 cl-specs.el Specifications for Common Lisp macros. | |
10 cl-read.el Customizable, CL-like reader from bosch@crpht.lu. | |
11 edebug-cl-read.el Edebug reader macros for use with cl-read. | |
12 edebug.tex The manual source. | |
13 edebug.texi The core of the manual for Lisp Reference Manual. | |
14 edebug-test.el Some tests, not organized. | |
15 | |
16 -------------------------- | |
17 Installation | |
18 | |
19 To install, put the .el files in some directory in your load-path and | |
20 byte-compile them. Put the following forms in your .emacs file. | |
21 | |
22 (define-key emacs-lisp-mode-map "\C-xx" 'edebug-eval-top-level-form) | |
23 (autoload 'edebug-eval-top-level-form "edebug") | |
24 | |
25 If you wish to change the default edebug global command prefix, change this: | |
26 (setq edebug-global-prefix "\C-xX") | |
27 | |
28 Other options, are described in the manual. | |
29 Also see cl-specs.el, and edebug-cl-read.el if they apply to you. | |
30 | |
31 In previous versions of edebug, users were directed to set | |
32 `debugger' to `edebug-debug'. This is no longer necessary | |
33 since Edebug automatically sets it whenever Edebug is active. | |
34 | |
35 --------------------------- | |
36 | |
37 Send me your enhancements, ideas, bugs, or fixes. | |
38 There is an edebug mailing list if you want to keep up | |
39 with the latest developments: edebug@cs.uiuc.edu | |
40 (requests to: edebug-request@cs.uiuc.edu) | |
41 | |
42 You can use edebug-submit-bug-report to simplify bug reporting. | |
43 | |
44 Daniel LaLiberte 217-398-4114 | |
45 University of Illinois, Urbana-Champaign | |
46 Department of Computer Science | |
47 | |
48 704 W Green | |
49 Champaign IL, 61820 |