User: michaels
  Date: 06/02/26 15:31:42
  Modified:    packages/xemacs-packages/os-utils ChangeLog inf-lisp.el
Log:
2006-02-26  Mike Sperber  <mike(a)xemacs.org>
	* inf-lisp.el (inferior-lisp-install-letter-bindings): Re-instate
	autoloads commented out by jwz eons ago---for some people, ILISP
	does suck more than inf-lisp.el.
Revision  Changes    Path
1.53      +6 -0      XEmacs/packages/xemacs-packages/os-utils/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/os-utils/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- ChangeLog	2005/01/31 20:11:52	1.52
+++ ChangeLog	2006/02/26 14:31:40	1.53
@@ -1,3 +1,9 @@
+2006-02-26  Mike Sperber  <mike(a)xemacs.org>
+
+	* inf-lisp.el (inferior-lisp-install-letter-bindings): Re-instate
+	autoloads commented out by jwz eons ago---for some people, ILISP
+	does suck more than inf-lisp.el.
+
 2005-01-31  Norbert Koch  <viteno(a)xemacs.org>
 
 	* Makefile (VERSION): XEmacs package 1.36 released.
1.2       +7 -7      XEmacs/packages/xemacs-packages/os-utils/inf-lisp.el
Index: inf-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/os-utils/inf-lisp.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- inf-lisp.el	1998/01/14 06:43:04	1.1
+++ inf-lisp.el	2006/02/26 14:31:40	1.2
@@ -67,7 +67,7 @@
 (require 'lisp-mode)
 
 
-;;;jwz: ilisp is better, don't ###autoload
+;;;###autoload
 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s
*\\'"
   "*What not to save on inferior Lisp's input history.
 Input matching this regexp is not saved on the input history in Inferior Lisp
@@ -136,11 +136,11 @@ mode.  Default is whitespace followed by
     'lisp-show-variable-documentation))
 
 
-;;;jwz: ilisp is better, don't ###autoload
+;;;###autoload
 (defvar inferior-lisp-program "lisp"
   "*Program name for invoking an inferior Lisp with for Inferior Lisp mode.")
 
-;;;jwz: ilisp is better, don't ###autoload
+;;;###autoload
 (defvar inferior-lisp-load-command "(load \"%s\")\n"
   "*Format-string for building a Lisp expression to load a file.
 This format string should use `%s' to substitute a file name
@@ -150,7 +150,7 @@ The string \"(progn (load \\\"%s\\\" :ve
 produces cosmetically superior output for this application,
 but it works only in Common Lisp.")
 
-;;;jwz: ilisp is better, don't ###autoload
+;;;###autoload
 (defvar inferior-lisp-prompt "^[^> \n]*>+:? *"
   "Regexp to recognise prompts in the Inferior Lisp mode.
 Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid,
kcl,
@@ -199,7 +199,7 @@ one process, this does the right thing. 
 processes, you can change `inferior-lisp-buffer' to another process
 buffer with \\[set-variable].")
 
-;;;jwz: ilisp is better, don't ###autoload
+;;;###autoload
 (defvar inferior-lisp-mode-hook '() 
   "*Hook for customizing Inferior Lisp mode.")
 
@@ -267,7 +267,7 @@ to continue it."
   "t if STR does not match `inferior-lisp-filter-regexp'."
   (not (string-match inferior-lisp-filter-regexp str)))
 
-;;;jwz: ilisp is better, don't ###autoload
+;;;###autoload
 (defun inferior-lisp (cmd)
   "Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
 If there is a process already running in `*inferior-lisp*', just switch
@@ -288,7 +288,7 @@ of `inferior-lisp-program').  Runs the h
   (pop-to-buffer "*inferior-lisp*"))
 ;;;###autoload (add-hook 'same-window-buffer-names "*inferior-lisp*")
 
-;;;jwz: ilisp is better, don't ###autoload
+;;;###autoload
 (define-function 'run-lisp 'inferior-lisp)
 
 ;;; Break a string up into a list of arguments.
    
    
    
 
                    
                    
                        
                        Show replies by date