ftp.nice.ch/pub/next/unix/text/xemacs-20.4-common.tar.gz#/lib/xemacs-20.4/lisp/edebug

Makefile
 
README
 
advise-eval-region.el
 
advise-eval-region.elc
 
auto-autoloads.el
 
auto-autoloads.elc
 
cl-read.el
 
cl-read.elc
 
cl-specs.el
 
cl-specs.elc
 
cust-print.el
 
cust-print.elc
 
custom-load.el
 
custom-load.elc
 
edebug-cl-read.el
 
edebug-cl-read.elc
 
edebug-history
 
edebug-test.el
 
edebug.el
 
edebug.elc
 
eval-reg.el
 
eval-reg.elc
 

README

Files included in this distribution:

README		This file.
Makefile	Just enough to make the manual and distribution.
edebug.el	The reason for all this.
cust-print.el	The custom print package.
edebug-history	A history of older modifications.
eval-reg.el     Elisp version of eval-region.
cl-specs.el	Specifications for Common Lisp macros.
cl-read.el	Customizable, CL-like reader from bosch@crpht.lu.
edebug-cl-read.el Edebug reader macros for use with cl-read.
edebug.tex	The manual source.
edebug.texi     The core of the manual for Lisp Reference Manual.
edebug-test.el  Some tests, not organized.

--------------------------
Installation

To install, put the .el files in some directory in your load-path and
byte-compile them.  Put the following forms in your .emacs file.

(define-key emacs-lisp-mode-map "\C-xx" 'edebug-eval-top-level-form)
(autoload 'edebug-eval-top-level-form "edebug")

If you wish to change the default edebug global command prefix, change this:
(setq edebug-global-prefix "\C-xX")

Other options, are described in the manual.
Also see cl-specs.el, and edebug-cl-read.el if they apply to you.

In previous versions of edebug, users were directed to set
`debugger' to `edebug-debug'.  This is no longer necessary
since Edebug automatically sets it whenever Edebug is active.

---------------------------

Send me your enhancements, ideas, bugs, or fixes.
There is an edebug mailing list if you want to keep up
with the latest developments: edebug@cs.uiuc.edu
(requests to: edebug-request@cs.uiuc.edu)

You can use edebug-submit-bug-report to simplify bug reporting.

Daniel LaLiberte   217-398-4114
University of Illinois, Urbana-Champaign
Department of Computer Science

704 W Green
Champaign IL, 61820

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.