From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jim H Newsgroups: gmane.emacs.help Subject: Re: eshell on OS X / fink Date: Thu, 07 Aug 2003 10:08:18 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060277586 12972 80.91.224.253 (7 Aug 2003 17:33:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2003 17:33:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 19:33:28 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19kodj-0006TX-00 for ; Thu, 07 Aug 2003 19:33:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19koMc-00087Q-NR for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2003 13:15:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!petbe.visi.com!feed.news.qwest.net!news.uswest.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (darwin) Cancel-Lock: sha1:t3F3rJTgq0Fw/Gp8zRfl3zCHq90= Original-Lines: 19 Original-NNTP-Posting-Host: 208.45.118.161 Original-X-Trace: news.uswest.net 1060276097 208.45.118.161 (Thu, 07 Aug 2003 12:08:17 CDT) Original-NNTP-Posting-Date: Thu, 07 Aug 2003 12:08:17 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:115732 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11651 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11651 Dirk Bernhardt 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