From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian D Newsgroups: gmane.emacs.devel Subject: Eshell and Sudo Date: Sat, 16 Feb 2013 11:06:12 -0500 Message-ID: <87ehgg451n.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361040114 26268 80.91.229.3 (16 Feb 2013 18:41:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2013 18:41:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 16 19:42:17 2013 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 1U6miF-0003gt-O6 for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2013 19:42:15 +0100 Original-Received: from localhost ([::1]:49665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6mhw-0000te-1W for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2013 13:41:56 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6kIM-0001kL-5Y for emacs-devel@gnu.org; Sat, 16 Feb 2013 11:07:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6kIK-0006CW-FI for emacs-devel@gnu.org; Sat, 16 Feb 2013 11:07:22 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6kIK-0006CS-D1 for emacs-devel@gnu.org; Sat, 16 Feb 2013 11:07:20 -0500 Original-Received: from [2620:0:2820:2210:226:b6ff:fee6:518e] (port=47631 helo=parabola) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1U6kIJ-0008Ru-Rl for emacs-devel@gnu.org; Sat, 16 Feb 2013 11:07:20 -0500 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:157085 Archived-At: Eshell Developers, I've been trying out Eshell, using the trunk from the Emacs repository. However, everytime I try to do anything except print out command options with sudo, I get the following: Recursive load: "EMACS_BUILD_DIR/share/emacs/24.3.50/lisp/net/tramp.elc", "EMACS_BUILD_DIR/share/emacs/24.3.50/lisp/net/tramp.elc", "EMACS_BUILD_DIR/share/emacs/24.3.50/lisp/net/tramp.elc", "EMACS_BUILD_DIR/share/emacs/24.3.50/lisp/net/tramp.elc", "EMACS_BUILD_DIR/share/emacs/24.3.50/lisp/net/tramp.elc" EMACS_BUILD_DIR is the directory I installed the repo Emacs into, i.e. ./configure --prefix=EMACS_BUILD_DIR. I tried running Emacs without a configuration file, using -q, and got the same thing. Does anyone know why it's doing this? Ian D