emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cmuscheme.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/cmuscheme.el
Date: Fri, 04 Apr 2003 01:21:49 -0500

Index: emacs/lisp/cmuscheme.el
diff -c emacs/lisp/cmuscheme.el:1.33 emacs/lisp/cmuscheme.el:1.34
*** emacs/lisp/cmuscheme.el:1.33        Thu Dec 20 13:32:43 2001
--- emacs/lisp/cmuscheme.el     Tue Feb  4 06:02:48 2003
***************
*** 47,65 ****
  ;; character to the scheme process.  Cmuscheme mode does *not* provide this
  ;; functionality. If you are a cscheme user, you may prefer to use the
  ;; xscheme.el/cscheme -emacs interaction.
! ;; 
  ;; Here's a summary of the pros and cons, as I see them.
  ;; xscheme: Tightly integrated with inferior cscheme process!  A few commands
  ;;         not in cmuscheme. But. Integration is a bit of a hack.  Input
  ;;         history only keeps the immediately prior input. Bizarre
  ;;         keybindings.
! ;; 
  ;; cmuscheme: Not tightly integrated with inferior cscheme process.  But.
  ;;            Carefully integrated functionality with the entire suite of
  ;;            comint-derived CMU process modes. Keybindings reminiscent of
  ;;            Zwei and Hemlock. Good input history. A few commands not in
  ;;            xscheme.
! ;;  
  ;; It's a tradeoff. Pay your money; take your choice. If you use a Scheme
  ;; that isn't Cscheme, of course, there isn't a choice. Xscheme.el is *very*
  ;; Cscheme-specific; you must use cmuscheme.el.  Interested parties are
--- 47,65 ----
  ;; character to the scheme process.  Cmuscheme mode does *not* provide this
  ;; functionality. If you are a cscheme user, you may prefer to use the
  ;; xscheme.el/cscheme -emacs interaction.
! ;;
  ;; Here's a summary of the pros and cons, as I see them.
  ;; xscheme: Tightly integrated with inferior cscheme process!  A few commands
  ;;         not in cmuscheme. But. Integration is a bit of a hack.  Input
  ;;         history only keeps the immediately prior input. Bizarre
  ;;         keybindings.
! ;;
  ;; cmuscheme: Not tightly integrated with inferior cscheme process.  But.
  ;;            Carefully integrated functionality with the entire suite of
  ;;            comint-derived CMU process modes. Keybindings reminiscent of
  ;;            Zwei and Hemlock. Good input history. A few commands not in
  ;;            xscheme.
! ;;
  ;; It's a tradeoff. Pay your money; take your choice. If you use a Scheme
  ;; that isn't Cscheme, of course, there isn't a choice. Xscheme.el is *very*
  ;; Cscheme-specific; you must use cmuscheme.el.  Interested parties are
***************
*** 432,438 ****
  This is a good place to put keybindings."
    :type 'hook
    :group 'cmuscheme)
!       
  (run-hooks 'cmuscheme-load-hook)
  
  (provide 'cmuscheme)
--- 432,438 ----
  This is a good place to put keybindings."
    :type 'hook
    :group 'cmuscheme)
! 
  (run-hooks 'cmuscheme-load-hook)
  
  (provide 'cmuscheme)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]