/[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.33 by schwab, Sun Jan 12 20:11:44 2003 UTC revision 1.34 by lektu, Tue Feb 4 11:26:27 2003 UTC
# Line 114  such as `edebug-defun' to work with such Line 114  such as `edebug-defun' to work with such
114    "During IELM evaluation, most recent value evaluated in IELM.    "During IELM evaluation, most recent value evaluated in IELM.
115  Normally identical to `*'.  However, if the working buffer is an IELM  Normally identical to `*'.  However, if the working buffer is an IELM
116  buffer, distinct from the process buffer, then `*' gives the value in  buffer, distinct from the process buffer, then `*' gives the value in
117  the working buffer, `*1' the value in the process buffer.    the working buffer, `*1' the value in the process buffer.
118  The intended value is only accessible during IELM evaluation.")  The intended value is only accessible during IELM evaluation.")
119    
120  (defvar *2 nil  (defvar *2 nil
# Line 505  Customised bindings may be defined in `i Line 505  Customised bindings may be defined in `i
505        (file-error (start-process "ielm" (current-buffer) "cat")))        (file-error (start-process "ielm" (current-buffer) "cat")))
506      (process-kill-without-query (ielm-process))      (process-kill-without-query (ielm-process))
507      (goto-char (point-max))      (goto-char (point-max))
508        
509      ;; Lisp output can include raw characters that confuse comint's      ;; Lisp output can include raw characters that confuse comint's
510      ;; carriage control code.      ;; carriage control code.
511      (set (make-local-variable 'comint-inhibit-carriage-motion) t)      (set (make-local-variable 'comint-inhibit-carriage-motion) t)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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