/[emacs]/emacs/lisp/term/mac-win.el
ViewVC logotype

Diff of /emacs/lisp/term/mac-win.el

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

revision 1.19 by lektu, Fri Mar 28 17:46:09 2003 UTC revision 1.20 by akochoi, Tue Apr 15 01:29:42 2003 UTC
# Line 232  ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac Line 232  ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac
232  (if (string= default-directory "/")  (if (string= default-directory "/")
233      (cd "~"))      (cd "~"))
234    
235  (unless (eq system-type 'darwin)  ;; Tell Emacs to use pipes instead of pty's for processes because the
236    ;; Tell Emacs to use pipes instead of pty's for processes because the  ;; latter sometimes lose characters.  Pty support is compiled in since
237    ;; latter sometimes lose characters.  Pty support is compiled in since  ;; ange-ftp will not work without it.
238    ;; ange-ftp will not work without it.  (setq process-connection-type nil)
   (setq process-connection-type nil))  
239    
240  ;; Assume that fonts are always scalable on the Mac.  This sometimes  ;; Assume that fonts are always scalable on the Mac.  This sometimes
241  ;; results in characters with jagged edges.  However, without it,  ;; results in characters with jagged edges.  However, without it,

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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