From: Jim H <jimh_NOSPAM@panix.com>
Subject: Re: eshell on OS X / fink
Date: Thu, 07 Aug 2003 10:08:18 -0700 [thread overview]
Message-ID: <m21xvxs8e5.fsf@panix.com> (raw)
In-Reply-To: m2r83xdibw.fsf@krid.de
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
prev parent reply other threads:[~2003-08-07 17:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <m2r83xdibw.fsf@krid.de>
2003-08-07 13:26 ` eshell on OS X / fink tristero
2003-08-07 17:08 ` Jim H [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m21xvxs8e5.fsf@panix.com \
--to=jimh_nospam@panix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).