From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: More test reports please Date: Sun, 19 Aug 2012 08:43:46 +0200 Message-ID: <87fw7jnzz1.fsf@wanadoo.es> References: <87y5lc292m.fsf@gnu.org> <874nnza2x1.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1345358651 17476 80.91.229.3 (19 Aug 2012 06:44:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Aug 2012 06:44:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 19 08:44:11 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 1T2zF5-0005N0-7K for ged-emacs-devel@m.gmane.org; Sun, 19 Aug 2012 08:44:11 +0200 Original-Received: from localhost ([::1]:53216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2zF4-0007F2-1d for ged-emacs-devel@m.gmane.org; Sun, 19 Aug 2012 02:44:10 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2zF1-0007Es-9Z for emacs-devel@gnu.org; Sun, 19 Aug 2012 02:44:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2zEs-0001am-VP for emacs-devel@gnu.org; Sun, 19 Aug 2012 02:44:07 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:47721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2zEs-0001aQ-Oe for emacs-devel@gnu.org; Sun, 19 Aug 2012 02:43:58 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T2zEs-00052t-18 for emacs-devel@gnu.org; Sun, 19 Aug 2012 08:43:58 +0200 Original-Received: from 237.red-81-32-92.dynamicip.rima-tde.net ([81.32.92.237]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Aug 2012 08:43:58 +0200 Original-Received: from ofv by 237.red-81-32-92.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Aug 2012 08:43:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 237.red-81-32-92.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:Jt99xsy+r4te1/jY9CGb13eOc1w= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:152661 Archived-At: Chong Yidong writes: > 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. Confirmed. This is Kubuntu 12.04 64 bits (a real machine, no VMWare): Welcome to the Emacs shell ~/em-24.2/bin $ cd usage: cd: (DIR) ~/em-24.2/bin $ exit exit: command not found ~/em-24.2/bin $ ls ctags emacs emacsclient grep-changelog ebrowse emacs-24.2 etags rcs-checkin ~/em-24.2/bin $ which ls ~/em-24.2/bin $ /bin/ls (note the weird output of `which ls', pointing to /bin/ls instead of the built-in Lisp implementation and precedeing the text by the eshell prompt.) Steps to reproduce: tar xzf emacs-24.2-rc1.tar.gz cd emacs-24.2 ./configure --prefix=/home/oscar/em-24.2 make -j4 make install cd ~/em-24.2/bin emacs -Q M-x eshell