help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: eshell on OS X / fink


From: Jim H
Subject: Re: eshell on OS X / fink
Date: Thu, 07 Aug 2003 10:08:18 -0700
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (darwin)

Dirk Bernhardt <nospam@krid.de> writes:

> There's an annoying problem with eshell that I don't remember having had
> before:  eshell `swallows' some command outputs:

There's an annoying problem with eshell that I don't remember having had
before:  eshell `swallows' some command outputs:

put this in your .emacs:

    (if (string= system-type "darwin")
        (setq process-connection-type nil))

There's some issue with using pty for the process-connection-type which is
probably what you have it set to if you're using the X windows
version. This has been the case on darwin for some time. I believe the
carbon version defaults to not using a pty.

       -Jim


reply via email to

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