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: Wed, 09 Jun 2010 12:53:21 +0200 Message-ID: <87vd9siiji.fsf@newton.homeunix.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276081720 21474 80.91.229.12 (9 Jun 2010 11:08:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Jun 2010 11:08:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 09 13:08:39 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 1OMJ9D-0001wB-Ef for ged-emacs-devel@m.gmane.org; Wed, 09 Jun 2010 13:08:39 +0200 Original-Received: from localhost ([127.0.0.1]:58545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMJ9C-0003nH-St for ged-emacs-devel@m.gmane.org; Wed, 09 Jun 2010 07:08:38 -0400 Original-Received: from [140.186.70.92] (port=47698 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMJ91-0003hG-BT for emacs-devel@gnu.org; Wed, 09 Jun 2010 07:08:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMJ8r-00035F-W4 for emacs-devel@gnu.org; Wed, 09 Jun 2010 07:08:27 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:52475) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMJ8r-00034v-Pk for emacs-devel@gnu.org; Wed, 09 Jun 2010 07:08:17 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OMJ8m-0001gS-CM for emacs-devel@gnu.org; Wed, 09 Jun 2010 13:08:12 +0200 Original-Received: from 74.red-80-24-4.staticip.rima-tde.net ([80.24.4.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jun 2010 13:08:12 +0200 Original-Received: from jao by 74.red-80-24-4.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jun 2010 13:08:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 9 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 74.red-80-24-4.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Attribution: jao X-URL: Cancel-Lock: sha1:ycf1SA1ikaK8TYNL0GbsxmxMqIc= 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:125669 Archived-At: On Tue, Jun 08 2010, Miles Bader wrote: > 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. Cheers, jao