From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Newsgroups: gmane.emacs.devel Subject: Re: ^D is broken in shell-mode Date: Wed, 23 Jun 2010 17:35:33 +0200 Message-ID: <87sk4dn4dg.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277308665 3872 80.91.229.12 (23 Jun 2010 15:57:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Jun 2010 15:57:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Jose A. Ortega Ruiz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 23 17:57:44 2010 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 1ORSKY-00028F-CP for ged-emacs-devel@m.gmane.org; Wed, 23 Jun 2010 17:57:41 +0200 Original-Received: from localhost ([127.0.0.1]:53644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORSJy-0005nd-Jt for ged-emacs-devel@m.gmane.org; Wed, 23 Jun 2010 11:57:02 -0400 Original-Received: from [140.186.70.92] (port=42164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORS5T-0003ho-9M for emacs-devel@gnu.org; Wed, 23 Jun 2010 11:42:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORS5S-0006pZ-DG for emacs-devel@gnu.org; Wed, 23 Jun 2010 11:42:03 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:39487) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORS5N-0006oD-9S; Wed, 23 Jun 2010 11:41:57 -0400 Original-Received: by fxm16 with SMTP id 16so1007049fxm.0 for ; Wed, 23 Jun 2010 08:41:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :user-agent:message-id:mime-version:content-type :content-transfer-encoding; bh=92TMhb04AF73jAek1dJyU1WVRLD/7s2sHgafsUFRmvc=; b=c9iajVNNursfigkUKJeygoSlNwJ6L+DH+JZuMNtwejHVF+7YfYeAUoGgQPJrt/FMdN ULVf41+WZ03oSuYdIc40voZ5IdywvhZI52wO+QqpyVND/6++uCMKFEJaigLQOntdGxRP JXIg4pQ5zGO5pvofLGcy87J/aAAuz7JSMR2BE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:user-agent:message-id:mime-version :content-type:content-transfer-encoding; b=qCojBf1iZRKoQ35Jg8JsFvr6OEhYRM6fGMDlQdGWC3jFjZ+l2doEbe/jD6j2HLM3cK RiunRqS2DBRYwayq3AftMStQ6JnUPGI+IP2NEOz3zEeJsPrHO9jZBZ97oQiKaTj1t7kz 2LmYCmzGte4rQ3U8jMR6sd6jJtwi7WnBBXZig= Original-Received: by 10.86.126.4 with SMTP id y4mr13237875fgc.47.1277307715953; Wed, 23 Jun 2010 08:41:55 -0700 (PDT) Original-Received: from localhost ([88.103.132.186]) by mx.google.com with ESMTPS id 12sm13516917fks.20.2010.06.23.08.41.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Jun 2010 08:41:55 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:126339 Archived-At: "Jose A. Ortega Ruiz" writes: > 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. Could the problem with Magit being unusable with current Emacs be related as well? (Perhaps through `process-send-eof' used in `magit-run*' (?); interestingly, I experience no problems in shell or comint modes, though): http://github.com/philjackson/magit/issues/#issue/18 =C5=A0t=C4=9Bp=C3=A1n