From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Recommend move eshell/su and eshell/sudo to em-tramp.el Date: Tue, 10 Jul 2012 14:22:54 +0200 Message-ID: <87629vrejl.fsf@gmx.de> References: <87pq8dl4dq.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1341922994 13506 80.91.229.3 (10 Jul 2012 12:23:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2012 12:23:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 10 14:23:12 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SoZTC-0000br-ND for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2012 14:23:11 +0200 Original-Received: from localhost ([::1]:40537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoZTB-00078K-Js for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2012 08:23:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoZT8-00078F-1U for emacs-devel@gnu.org; Tue, 10 Jul 2012 08:23:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoZT6-0003pj-3U for emacs-devel@gnu.org; Tue, 10 Jul 2012 08:23:05 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:55288) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SoZT5-0003pW-Of for emacs-devel@gnu.org; Tue, 10 Jul 2012 08:23:04 -0400 Original-Received: (qmail invoked by alias); 10 Jul 2012 12:23:01 -0000 Original-Received: from p57BB97E1.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.225] by mail.gmx.net (mp070) with SMTP; 10 Jul 2012 14:23:01 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19XddwEiP5X0UjltrsaP9M/VjKlyqruaSLS8udJhi gqe3CoSqeFQMbf In-Reply-To: <87pq8dl4dq.fsf@gmx.de> (Michael Albinus's message of "Tue, 03 Jul 2012 08:56:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151513 Archived-At: Michael Albinus writes: >> - It doesn't show any output until the command is done > > I'm working on this. Hopefully, I could change the behaviour when the > command is an external command. I've committed a patch to esh-ext.el, which implements this. Finally, it was much more simple than expected. Best regards, Michael.