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

Diff of /emacs/lisp/xscheme.el

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

revision 1.22 by rost, Mon May 20 03:04:05 2002 UTC revision 1.22.2.1 by miles, Fri Apr 4 06:20:12 2003 UTC
# Line 215  With argument, asks for a command line." Line 215  With argument, asks for a command line."
215    (kill-local-variable 'xscheme-buffer-name)    (kill-local-variable 'xscheme-buffer-name)
216    (kill-local-variable 'xscheme-process-name)    (kill-local-variable 'xscheme-process-name)
217    (kill-local-variable 'xscheme-runlight))    (kill-local-variable 'xscheme-runlight))
218      
219  (defun verify-xscheme-buffer (buffer-name localp)  (defun verify-xscheme-buffer (buffer-name localp)
220    (if (and localp (xscheme-process-buffer-current-p))    (if (and localp (xscheme-process-buffer-current-p))
221        (error "Cannot change the interaction buffer of an interaction buffer"))        (error "Cannot change the interaction buffer of an interaction buffer"))
# Line 284  the command interpreter stack: Line 284  the command interpreter stack:
284    
285  Some possible command interpreter types and their meanings are:  Some possible command interpreter types and their meanings are:
286    
287  [Evaluator]     read-eval-print loop for evaluating expressions  \[Evaluator]    read-eval-print loop for evaluating expressions
288  [Debugger]      single character commands for debugging errors  \[Debugger]     single character commands for debugging errors
289  [Where]         single character commands for examining environments  \[Where]                single character commands for examining environments
290    
291  Starting with release 6.2 of Scheme, the latter two types of command  Starting with release 6.2 of Scheme, the latter two types of command
292  interpreters will change the major mode of the Scheme process buffer  interpreters will change the major mode of the Scheme process buffer

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.2.1

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