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/mac-win.el


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el
Date: Mon, 14 Apr 2003 21:29:43 -0400

Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.19 emacs/lisp/term/mac-win.el:1.20
*** emacs/lisp/term/mac-win.el:1.19     Fri Mar 28 12:46:09 2003
--- emacs/lisp/term/mac-win.el  Mon Apr 14 21:29:42 2003
***************
*** 232,242 ****
  (if (string= default-directory "/")
      (cd "~"))
  
! (unless (eq system-type 'darwin)
!   ;; Tell Emacs to use pipes instead of pty's for processes because the
!   ;; latter sometimes lose characters.  Pty support is compiled in since
!   ;; ange-ftp will not work without it.
!   (setq process-connection-type nil))
  
  ;; Assume that fonts are always scalable on the Mac.  This sometimes
  ;; results in characters with jagged edges.  However, without it,
--- 232,241 ----
  (if (string= default-directory "/")
      (cd "~"))
  
! ;; Tell Emacs to use pipes instead of pty's for processes because the
! ;; latter sometimes lose characters.  Pty support is compiled in since
! ;; ange-ftp will not work without it.
! (setq process-connection-type nil)
  
  ;; Assume that fonts are always scalable on the Mac.  This sometimes
  ;; results in characters with jagged edges.  However, without it,




reply via email to

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