/[emacs]/emacs/lisp/ielm.el
ViewVC logotype

Diff of /emacs/lisp/ielm.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by miles, Mon Sep 1 15:45:13 2003 UTC revision 1.36 by fx, Sat Sep 6 17:33:35 2003 UTC
# Line 30  Line 30 
30  ;; Input is handled by the comint package, and output is passed  ;; Input is handled by the comint package, and output is passed
31  ;; through the pretty-printer.  ;; through the pretty-printer.
32    
 ;; To install: copy this file to a directory in your load-path, and  
 ;; add the following line to your .emacs file:  
 ;;  
 ;;   (autoload 'ielm "ielm" "Start an inferior Emacs Lisp session" t)  
 ;;  
 ;; For completion to work, the comint.el from Emacs 19.23 is  
 ;; required.  If you do not have it, or if you are running Lemacs,  
 ;; also add the following code to your .emacs:  
 ;;  
 ;;    (setq ielm-mode-hook  
 ;;          '(lambda nil  
 ;;               (define-key ielm-map "\t"  
 ;;                  '(lambda nil (interactive) (or (ielm-tab)  
 ;;                                                 (lisp-complete-symbol))))))  
   
33  ;; To start: M-x ielm.  Type C-h m in the *ielm* buffer for more info.  ;; To start: M-x ielm.  Type C-h m in the *ielm* buffer for more info.
34    
 ;; The latest version is available by WWW from  
 ;;      http://mathssun5.lancs.ac.uk:2080/~maa036/elisp/dir.html  
 ;; or by anonymous FTP from  
 ;;      /anonymous@wingra.stat.wisc.edu:pub/src/emacs-lisp/ielm.el.gz  
 ;; or from the author: David M. Smith <maa036@lancaster.ac.uk>  
   
35  ;;; Code:  ;;; Code:
36    
37  (require 'comint)  (require 'comint)
# Line 95  such as `edebug-defun' to work with such Line 74  such as `edebug-defun' to work with such
74    
75  (defcustom ielm-mode-hook nil  (defcustom ielm-mode-hook nil
76    "*Hooks to be run when IELM (`inferior-emacs-lisp-mode') is started."    "*Hooks to be run when IELM (`inferior-emacs-lisp-mode') is started."
77      :options '(turn-on-eldoc-mode)
78    :type 'hook    :type 'hook
79    :group 'ielm)    :group 'ielm)
80    

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26