From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: More test reports please Date: Sun, 19 Aug 2012 13:03:54 +0800 Message-ID: <874nnza2x1.fsf@gnu.org> References: <87y5lc292m.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345352648 15350 80.91.229.3 (19 Aug 2012 05:04:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Aug 2012 05:04:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 19 07:04:08 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 1T2xgG-0008Ji-If for ged-emacs-devel@m.gmane.org; Sun, 19 Aug 2012 07:04:08 +0200 Original-Received: from localhost ([::1]:49404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2xgF-0000fv-3s for ged-emacs-devel@m.gmane.org; Sun, 19 Aug 2012 01:04:07 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2xgC-0000fm-6U for emacs-devel@gnu.org; Sun, 19 Aug 2012 01:04:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2xgA-0003Qs-KR for emacs-devel@gnu.org; Sun, 19 Aug 2012 01:04:04 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:40389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2xgA-0003QW-Db for emacs-devel@gnu.org; Sun, 19 Aug 2012 01:04:02 -0400 Original-Received: by pbbro12 with SMTP id ro12so5969223pbb.0 for ; Sat, 18 Aug 2012 22:04:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=RHOQAp8HzEj2x7214CzoUJLw9+k4XLrQudM2bwy7cr4=; b=jb/V2fdwgie8RJG5VHUPnHQPF3iVqjuHgKGfkAaqqofme5C5kTKZhs02RU0dbQ3vhm nsgvw2zLAouGlnBf5S5kxhLvcCOaowRbtq3zpGOT+sQwiiRrFt6FAfIvzBgNrYGjpfzE iKJDmhmapb5pBKfp/bgBIcPQ4sWNmxk3KiPSZ3HpfTGk4XNXmoYwsbb0hKWbfIMxATsD ijS554YujESdgg56/fw8aOwmjYjZENeJOMyUPpGEu0kvBGWEy+9Ge0b5a/xTnC7Xko/B AVd+vtdn3pt1rA4p9ZCjZgPIs0AlY5nIQZmbljHyeZdD0SASWg9qUcENf8a6zOvVTKya IboA== Original-Received: by 10.66.84.229 with SMTP id c5mr20742316paz.12.1345352640695; Sat, 18 Aug 2012 22:04:00 -0700 (PDT) Original-Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id vh7sm8342882pbc.22.2012.08.18.22.03.58 (version=SSLv3 cipher=OTHER); Sat, 18 Aug 2012 22:03:59 -0700 (PDT) In-Reply-To: <87y5lc292m.fsf@gnu.org> (Chong Yidong's message of "Sat, 18 Aug 2012 11:05:53 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:152660 Archived-At: I got a report of a possible regression. It's on an unusual setup (Ubuntu running on VMware), and I can't reproduce the problem on my (non-VM) machine. It doesn't seem like a show-stopper, but if anyone has a similar setup, please try to reproduce it and report back. Thanks. > I built emacs 24.2 RC successfully on an Ubuntu 12.04 64-bit VM running > on VMware. > > When I use a prefix option while building emacs (for example . > /configure --prefix=/home/rajanikanth/em-24.2) and start emacs from > that directory and eshell, I noticed that some of the regular > functionality of eshell is broken. > > For example, I am not able to use the cd command. It tells me to use > cd DIR instead of defaulting to my home directory. > > ~/.emacs.d/elpa/adaptive-wrap-0.1 $ cd > usage: cd: (DIR) > ~/.emacs.d/elpa/adaptive-wrap-0.1 $ which cd > > I do not see it in 24.1, It could be an artifact of the way my vm is > setup. When I run emacs from the src folder, I do not see the problem > but when I run it from the installed local directory(prefix > directory), I see it. > > I will do more investigation and file a bug if appropriate.