From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.devel Subject: Re: Recommend move eshell/su and eshell/sudo to em-tramp.el Date: Tue, 10 Jul 2012 11:57:01 -0500 Organization: New Artisans LLC Message-ID: References: <87pq8dl4dq.fsf@gmx.de> <87629vrejl.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1341939439 26872 80.91.229.3 (10 Jul 2012 16:57:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2012 16:57:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 10 18:57:17 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 1SodkP-0001GI-FV for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2012 18:57:13 +0200 Original-Received: from localhost ([::1]:49907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SodkO-0000vg-HX for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2012 12:57:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SodkM-0000vY-F6 for emacs-devel@gnu.org; Tue, 10 Jul 2012 12:57:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SodkG-0007DO-78 for emacs-devel@gnu.org; Tue, 10 Jul 2012 12:57:10 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:40661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SodkF-00078m-Uv for emacs-devel@gnu.org; Tue, 10 Jul 2012 12:57:04 -0400 Original-Received: by mail-yx0-f169.google.com with SMTP id r5so247272yen.0 for ; Tue, 10 Jul 2012 09:57:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:organization:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=2UQ8twI+17AsIvauQx2xRVIj2NTD6fuNdx307gYKXdg=; b=F1QTKQgQhe2cMGHCnpq8hlT53VfX1cUNQo9EI68CzFV9Ln0ek2T/s764MRpiXjomUZ AlXfhuFyC3UmsbWgLoxQqrx4GDb58ALs6Lf1qwy8SRaa/kTxUqRFM9VdBHFL1wcavQ0G 2NLu9Ac2IFE08fp88bRLoQS5rvUAk+M6Dxh4sYEBTf5bkKeVWqp6jon1zD5fTQzrRxBI ewVOWCbF8Cy712+T9fi8WDcy/BpQq8CLMEgzrQP4UC15rnWBYE0m83naSnEpT9Wdl3LB ppWmIwrgxo+4iftRpIVUdf5ulODnZHMCWpxSiFeUprZuBI1uEpa1WZbzfy0kSbqDTKYk gGTQ== Original-Received: by 10.42.66.2 with SMTP id n2mr23179096ici.32.1341939422752; Tue, 10 Jul 2012 09:57:02 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id nh8sm12282704igc.1.2012.07.10.09.57.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Jul 2012 09:57:02 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id 27D54F31471C; Tue, 10 Jul 2012 11:57:01 -0500 (CDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87629vrejl.fsf@gmx.de> (Michael Albinus's message of "Tue, 10 Jul 2012 14:22:54 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.169 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:151516 Archived-At: >>>>> Michael Albinus writes: > I've committed a patch to esh-ext.el, which implements this. Finally, it was > much more simple than expected. Can you use file-remote-p and only engage Tramp if a remote path is involved? It would be nice if the non-remote case acted like it did before. Thanks! John