Mercurial > hg > xemacs-beta
comparison lisp/packages/xscheme.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
22 ;;; Synched up with: Not synched with FSF. | 22 ;;; Synched up with: Not synched with FSF. |
23 | 23 |
24 ;;; Requires C-Scheme release 5 or later | 24 ;;; Requires C-Scheme release 5 or later |
25 ;;; Changes to Control-G handler require runtime version 13.85 or later | 25 ;;; Changes to Control-G handler require runtime version 13.85 or later |
26 | 26 |
27 ;;; $Header: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs-19/lisp/packages/xscheme.el,v 1.1.1.1 1996/12/18 03:31:43 steve Exp $ | 27 ;;; $Header: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs-19/lisp/packages/xscheme.el,v 1.1.1.2 1996/12/18 03:45:01 steve Exp $ |
28 | 28 |
29 (require 'scheme) | 29 (require 'scheme) |
30 | 30 |
31 ;;;###autoload | 31 ;;;###autoload |
32 (defvar scheme-program-name "scheme" | 32 (defvar scheme-program-name "scheme" |
286 to scheme-debugger-mode , in which the evaluation commands are | 286 to scheme-debugger-mode , in which the evaluation commands are |
287 disabled, and the keys which normally self insert instead send | 287 disabled, and the keys which normally self insert instead send |
288 themselves to the Scheme process. The command character ? will list | 288 themselves to the Scheme process. The command character ? will list |
289 the available commands. | 289 the available commands. |
290 | 290 |
291 For older releases of Scheme, the major mode will be be | 291 For older releases of Scheme, the major mode will be |
292 scheme-interaction-mode , and the command characters must be sent as | 292 scheme-interaction-mode , and the command characters must be sent as |
293 if they were expressions. | 293 if they were expressions. |
294 | 294 |
295 Commands: | 295 Commands: |
296 Delete converts tabs to spaces as it moves back. | 296 Delete converts tabs to spaces as it moves back. |