Mercurial > emacs
changeset 50596:201ff32466bc
* term/mac-win.el: Unconditionally set process-connection-type to nil.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Tue, 15 Apr 2003 01:29:42 +0000 |
parents | 7633f45262ae |
children | 2e53f070cbc3 |
files | lisp/ChangeLog lisp/term/mac-win.el |
diffstat | 2 files changed, 10 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 14 23:07:49 2003 +0000 +++ b/lisp/ChangeLog Tue Apr 15 01:29:42 2003 +0000 @@ -1,3 +1,8 @@ +2003-04-14 Andrew Choi <akochoi@shaw.ca> + + * term/mac-win.el: Unconditionally set process-connection-type to + nil. + 2003-04-14 Richard M. Stallman <rms@gnu.org> * derived.el (define-derived-mode): Make generated code work in @@ -3823,7 +3828,7 @@ Update custom-type of `current-language-environment'. (current-language-environment): Fix custom type. -2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> +2002-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> * progmodes/antlr-mode.el (antlr): New URL.
--- a/lisp/term/mac-win.el Mon Apr 14 23:07:49 2003 +0000 +++ b/lisp/term/mac-win.el Tue Apr 15 01:29:42 2003 +0000 @@ -232,11 +232,10 @@ (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)) +;; 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,