From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jose A. Ortega Ruiz" Newsgroups: gmane.emacs.devel Subject: Re: ^D is broken in shell-mode Date: Thu, 10 Jun 2010 03:52:30 +0200 Message-ID: <87aar3irhd.fsf@newton.homeunix.net> References: <87vd9siiji.fsf@newton.homeunix.net> <87fx0viuwr.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276135815 21704 80.91.229.12 (10 Jun 2010 02:10:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Jun 2010 02:10:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 10 04:10:14 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OMXDi-0004D8-Dy for ged-emacs-devel@m.gmane.org; Thu, 10 Jun 2010 04:10:14 +0200 Original-Received: from localhost ([127.0.0.1]:37779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMXDh-0001r6-R0 for ged-emacs-devel@m.gmane.org; Wed, 09 Jun 2010 22:10:13 -0400 Original-Received: from [140.186.70.92] (port=59683 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMXDb-0001r1-PZ for emacs-devel@gnu.org; Wed, 09 Jun 2010 22:10:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMXDa-0007dm-Ov for emacs-devel@gnu.org; Wed, 09 Jun 2010 22:10:07 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:53338) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMXDa-0007dT-JJ for emacs-devel@gnu.org; Wed, 09 Jun 2010 22:10:06 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OMXDX-00048Z-Vx for emacs-devel@gnu.org; Thu, 10 Jun 2010 04:10:03 +0200 Original-Received: from 83.42.210.239 ([83.42.210.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jun 2010 04:10:03 +0200 Original-Received: from jao by 83.42.210.239 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jun 2010 04:10:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 83.42.210.239 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Attribution: jao X-URL: Cancel-Lock: sha1:hy/Q0gN/lXRGLwE462lMgkKWQHQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125694 Archived-At: On Thu, Jun 10 2010, Miles Bader wrote: > "Jose A. Ortega Ruiz" writes: >>> It now results in a literal ^D being seen by the subproces. >> >> I've also noticed that this problem affects comint-mode, and is not >> limited to xterm: i'm encountering it in rxvt too. > > Since shell-mode uses comint, this isn't surprising ... :] Fair enough :) But it could have been a bug in shell-mode proper, i guess. > Why do you mention xterm, BTW? [I wasn't running Emacs in a TTY, rather > I was using X.] I got the (apparently wrong) impression that xterm was being mentioned in the ensuing discussion (which i just skimmed), and thought that people were looking for problems related with that. Sorry for the confusion. Cheers, jao