From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Oreshnikov Newsgroups: gmane.emacs.help Subject: Re: Eshell unresponsive after executing external command Date: Mon, 13 May 2013 23:12:01 +0400 Message-ID: <8761ym3da6.fsf@io.campus-ws.pu.ru> References: <87a9obf8i8.fsf@io.campus-ws.pu.ru> <87mwsafd9q.fsf@adboyd.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1368472339 23789 80.91.229.3 (13 May 2013 19:12:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 May 2013 19:12:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 13 21:12:20 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UbyAU-0002xs-KM for geh-help-gnu-emacs@m.gmane.org; Mon, 13 May 2013 21:12:18 +0200 Original-Received: from localhost ([::1]:34264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbyAU-0003eu-5k for geh-help-gnu-emacs@m.gmane.org; Mon, 13 May 2013 15:12:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbyAE-0003el-Jw for help-gnu-emacs@gnu.org; Mon, 13 May 2013 15:12:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbyAA-00009B-UL for help-gnu-emacs@gnu.org; Mon, 13 May 2013 15:12:02 -0400 Original-Received: from mail-lb0-f176.google.com ([209.85.217.176]:59042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbyAA-000092-Mn for help-gnu-emacs@gnu.org; Mon, 13 May 2013 15:11:58 -0400 Original-Received: by mail-lb0-f176.google.com with SMTP id x10so344423lbi.21 for ; Mon, 13 May 2013 12:11:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=+3hKPGNowZz66zxM4p3WrAyVrGr8/ag/9SOKrl+Vwoc=; b=Z62WoREww2SVZsF+QjtnO22FrfCF4apdJu70q27k3JPLmox1TwfkPJsa5TVzWLrsgn 806ENtdTQp89ArfLlqK4OJW+EWBKR0SnMToCgWC2ZfNwUpBucuNDa0ITaDTLSNs3YsGv 5ZAyTDeVKZQ5WrHOmX7NUNchXG8NRxZ0BBZjZ1PS1pB/IHP+sDW/oGHEdTxIQpCBSNqj 3k30CxI9HrKDmKj0l/zfsxTg8xqi/oBxwfKBzNx0GfBbYO7vnLArhUHXKcg6xhhJxReD 18NIVap232d38xMADfrgsKMPqsPqlmKZqWTyXL6bS4BiqcKrYCECBg/SofyVaNC8ShlI l0mw== X-Received: by 10.112.185.67 with SMTP id fa3mr9964947lbc.118.1368472316912; Mon, 13 May 2013 12:11:56 -0700 (PDT) Original-Received: from io.campus-ws.pu.ru ([92.42.26.232]) by mx.google.com with ESMTPSA id lb9sm6301720lab.9.2013.05.13.12.11.55 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 13 May 2013 12:11:55 -0700 (PDT) In-Reply-To: <87mwsafd9q.fsf@adboyd.com> (J. David Boyd's message of "Sat, 04 May 2013 21:04:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.176 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90718 Archived-At: david@adboyd.com (J. David Boyd) writes: > Ivan Oreshnikov writes: > >> Hello. >> >> I've noticed that eshell hangs up after executing an external command, >> `touch' for example. It does not print a prompt after command has been >> successfully executed, although the buffer itself remains completely >> responsive. I've tested this with `emacs -Q' 24.3.50.1. Can anyone else >> confirm this and is there a workaround? > > Sorry, can't confirm. Works fine for me... > > Dave It seems to be connected with bug#14297. Everything works fine in `emacs -nw' but breaks when I try to use a GUI client. http://osdir.com/ml/bug-gnu-emacs-gnu/2013-04/msg00685.html