From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bug#6350: 24.0.50; C-d in ielm doesn't work as expected. Date: Fri, 04 Jun 2010 19:58:19 -0400 Message-ID: References: <877hmfb4ae.fsf@tux.homenetwork> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1275695912 18618 80.91.229.12 (4 Jun 2010 23:58:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 23:58:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 05 01:58:30 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 1OKgmQ-0000dA-GW for ged-emacs-devel@m.gmane.org; Sat, 05 Jun 2010 01:58:26 +0200 Original-Received: from localhost ([127.0.0.1]:43856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKgmP-0005II-7M for ged-emacs-devel@m.gmane.org; Fri, 04 Jun 2010 19:58:25 -0400 Original-Received: from [199.232.76.173] (port=49737 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKgmK-0005Hj-Te for emacs-devel@gnu.org; Fri, 04 Jun 2010 19:58:20 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OKgmJ-0006n0-Us for emacs-devel@gnu.org; Fri, 04 Jun 2010 19:58:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47128) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OKgmJ-0006mw-PU for emacs-devel@gnu.org; Fri, 04 Jun 2010 19:58:19 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OKgmJ-0001A1-Bc; Fri, 04 Jun 2010 19:58:19 -0400 In-reply-to: (message from Stefan Monnier on Fri, 04 Jun 2010 17:02:00 -0400) X-detected-operating-system: by monty-python.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:125534 Archived-At: > From: Stefan Monnier > Date: Fri, 04 Jun 2010 17:02:00 -0400 > > > 2010-04-13 Stefan Monnier > > * sysdep.c (child_setup_tty): Do not enable ICANON any more. > > *sigh* > > Can someone explain to me how to send an EOF signal to a tty that's not > in ICANON mode? Is there a way? Can you close the file descriptor?