From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Hagelberg Newsgroups: gmane.emacs.devel Subject: Re: Recommend move eshell/su and eshell/sudo to em-tramp.el Date: Fri, 29 Jun 2012 14:51:32 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1341006702 23307 80.91.229.3 (29 Jun 2012 21:51:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Jun 2012 21:51:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 29 23:51:42 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 1Skj6L-0008Hn-Jg for ged-emacs-devel@m.gmane.org; Fri, 29 Jun 2012 23:51:41 +0200 Original-Received: from localhost ([::1]:59395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skj6L-00053X-CV for ged-emacs-devel@m.gmane.org; Fri, 29 Jun 2012 17:51:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skj6I-00053P-PP for emacs-devel@gnu.org; Fri, 29 Jun 2012 17:51:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Skj6G-00050Q-32 for emacs-devel@gnu.org; Fri, 29 Jun 2012 17:51:38 -0400 Original-Received: from mail-gg0-f169.google.com ([209.85.161.169]:47620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skj6F-000508-Uu for emacs-devel@gnu.org; Fri, 29 Jun 2012 17:51:36 -0400 Original-Received: by ggm4 with SMTP id 4so3779436ggm.0 for ; Fri, 29 Jun 2012 14:51:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding:x-gm-message-state; bh=9ren4zIyU8P9xi8zgadSfE5OYGUPYKth5cOR42n2gcw=; b=YWLfG39VRWxEEhw171wklXHcaeZRmVulH95xGTlo9nV4bJzko7kNV4bA6cAsfBX7KE 3HlLET4MqqD1uqzTZTwy6ygS9mk6BLN2KeVrp1z9cWwqcBUUr2OVkZC/QrC6XnSUk2/I 99Pd/RZakQazgX/olXIrwKSCs7a9gV4Mguj+sDllQwkerZSDd2uwLiPl7nJFGeFgZbIH EYyyEDAFv4QEZjWbn+R/8J87XtGxJw/Y6vlvapLKIQFxD1eO6OCwCZKXOJW7JzTOvYf5 +2pGWuzshm9VfUkLOjoftVDaKhmwy2b1e/hGVj2V8XZOwVK9OnhonUYnx0z4RML6lP9i So6Q== Original-Received: by 10.50.179.101 with SMTP id df5mr2360959igc.22.1341006692308; Fri, 29 Jun 2012 14:51:32 -0700 (PDT) Original-Received: by 10.64.25.231 with HTTP; Fri, 29 Jun 2012 14:51:32 -0700 (PDT) In-Reply-To: X-Gm-Message-State: ALoCoQndaauIrNtpRCTxs/svFvKTnY8Pk1vd5r9w1MWRAYT804IcIsgeabNkljcrnccNHsZ2Y3mn X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.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:151303 Archived-At: On Thu, Jun 28, 2012 at 8:32 PM, John Wiegley wrote= : > Something I've noticed after moving to Emacs 24 is that using "sudo" in E= shell > has become an awful experience: > > =C2=A0 =C2=A0- It's *much* slower than *sudo (by orders of magnitude) > =C2=A0 =C2=A0- It doesn't show any output until the command is done > =C2=A0 =C2=A0- It locks up Emacs until the command is done The fact that you cannot C-c out of an eshell/sudo command makes me agree that it should be disabled by default. -Phil