From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul R Newsgroups: gmane.emacs.devel Subject: Re: eshell 'rm' command broken Date: Mon, 09 Feb 2009 20:27:23 +0100 Message-ID: <87prhr76n8.fsf@gmail.com> References: <87y6wf7bd4.fsf@gmail.com> <874oz3pj42.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234209159 12738 80.91.229.12 (9 Feb 2009 19:52:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2009 19:52:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 20:53:54 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LWcCQ-0003wu-Ch for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 20:53:46 +0100 Original-Received: from localhost ([127.0.0.1]:41829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWcB6-0007K0-Vq for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 14:52:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWbn6-00035f-1Y for emacs-devel@gnu.org; Mon, 09 Feb 2009 14:27:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWbn3-00034u-8q for emacs-devel@gnu.org; Mon, 09 Feb 2009 14:27:34 -0500 Original-Received: from [199.232.76.173] (port=38695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWbn2-00034j-35 for emacs-devel@gnu.org; Mon, 09 Feb 2009 14:27:32 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.155]:2312) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWbn0-0006Ws-JM for emacs-devel@gnu.org; Mon, 09 Feb 2009 14:27:31 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l27so1245695fgb.30 for ; Mon, 09 Feb 2009 11:27:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=+ZREmHmnx4F8A8w1teUv0kz3LBvRc4JYizdu4rL2ZMg=; b=bgZ7xIUyypCP4F77UxrqmqOfHLTAU/7FlSXOuKNlTaJhmSIEB5mDszfp6xJoGjNFwu gxcPyfUIzmEAqTkZPnnbf33B5HQi0fKJOhcg9BV1xXBiTI+obxR00Rm5+unTR7RAgSLt 56CHEyDYMZj3rHqv8Ix/iWCa5ZXzSDOPPGOZg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=ssUCHRnhVYbW5ghMnlmd/Jdtr7zRc3qWYg0pJLLn9zGqqRaxgrm1uuJCOha58ZatDr DgTTRH+JU1F+wYyAi/NUVVqgX7+cYh22B/nZ8tiOVpZRjjwCuwZtXB1adZ96pZw+j4O9 5LkK7yvDoqyxPQK3Dgemr+IjQ9amjlJac3I+c= Original-Received: by 10.103.241.5 with SMTP id t5mr2282878mur.127.1234207649679; Mon, 09 Feb 2009 11:27:29 -0800 (PST) Original-Received: from ubuT42 (pdc35-1-82-242-132-111.fbx.proxad.net [82.242.132.111]) by mx.google.com with ESMTPS id i7sm1287376mue.44.2009.02.09.11.27.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Feb 2009 11:27:29 -0800 (PST) In-Reply-To: <874oz3pj42.fsf@cyd.mit.edu> (Chong Yidong's message of "Mon, 09 Feb 2009 13:20:45 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108903 Archived-At: Hello chong, Chong> I can't reproduce this on very latest CVS. How recent is your Chong> copy, and what platform are you running on? reproduced on latest cvs, GNU/Linux (ubuntu) I started digging into em-unix.el to look at eshell/rm but the behaviour is surprising. I'll report here if I find something. thanks -- Paul