emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Thu, 20 Dec 2001 13:45:48 -0500

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.43 emacs/lisp/term.el:1.44
*** emacs/lisp/term.el:1.43     Sat Nov  3 21:20:18 2001
--- emacs/lisp/term.el  Thu Dec 20 13:45:48 2001
***************
*** 1376,1382 ****
      ;; Crank up a new process
      (let ((proc (term-exec-1 name buffer command switches)))
        (make-local-variable 'term-ptyp)
!       (setq term-ptyp process-connection-type) ; T if pty, NIL if pipe.
        ;; Jump to the end, and set the process mark.
        (goto-char (point-max))
        (set-marker (process-mark proc) (point))
--- 1376,1382 ----
      ;; Crank up a new process
      (let ((proc (term-exec-1 name buffer command switches)))
        (make-local-variable 'term-ptyp)
!       (setq term-ptyp process-connection-type) ; t if pty, nil if pipe.
        ;; Jump to the end, and set the process mark.
        (goto-char (point-max))
        (set-marker (process-mark proc) (point))
***************
*** 1991,2003 ****
          initial string matching regexp term-prompt-regexp.
      term-input-filter-functions monitors input for \"cd\", \"pushd\", and
        \"popd\" commands.  When it sees one, it cd's the buffer.
!     term-input-filter is the default: returns T if the input isn't all white
        space.
  
  If the term is Lucid Common Lisp,
      term-get-old-input snarfs the sexp ending at point.
      term-input-filter-functions does nothing.
!     term-input-filter returns NIL if the input matches input-filter-regexp,
          which matches (1) all whitespace (2) :a, :c, etc.
  
  Similarly for Soar, Scheme, etc."
--- 1991,2003 ----
          initial string matching regexp term-prompt-regexp.
      term-input-filter-functions monitors input for \"cd\", \"pushd\", and
        \"popd\" commands.  When it sees one, it cd's the buffer.
!     term-input-filter is the default: returns t if the input isn't all white
        space.
  
  If the term is Lucid Common Lisp,
      term-get-old-input snarfs the sexp ending at point.
      term-input-filter-functions does nothing.
!     term-input-filter returns nil if the input matches input-filter-regexp,
          which matches (1) all whitespace (2) :a, :c, etc.
  
  Similarly for Soar, Scheme, etc."



reply via email to

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