From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Errors using ls in eshell Date: Sun, 30 Jan 2022 09:55:11 +0200 Message-ID: <83y22xac9s.fsf@gnu.org> References: <878ruxisko.fsf@yandex.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2343"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Colin Baxter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 30 08:59:24 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nE57L-0000VX-AG for ged-emacs-devel@m.gmane-mx.org; Sun, 30 Jan 2022 08:59:23 +0100 Original-Received: from localhost ([::1]:52658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nE57K-0005W1-1L for ged-emacs-devel@m.gmane-mx.org; Sun, 30 Jan 2022 02:59:22 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42082) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nE53V-00048I-SL for emacs-devel@gnu.org; Sun, 30 Jan 2022 02:55:26 -0500 Original-Received: from [2001:470:142:3::e] (port=43110 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nE53R-0001Qb-Sm; Sun, 30 Jan 2022 02:55:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=kkctTbeq4wH1vX+66RvBCXxcsVO0Opkj2gSDTB8jn0k=; b=JcJjgcpExeyh NZlQMUD4i5wPPsZJXzQjp2WM388zmThYnUr6sbxJ7l2mFcrSfEsh20oPTpjcH1My601t6szSOpZS0 1ybIftWJmEEI2OIWOCUmlkPVjToE2HAjq37m7L4KHkEfTRV48/6E3g09y8lWdFIs3oAouwEtwPIe4 zUtslNqCcToHm2xpW6FAodlRmaaEYWJ4BVAxzhJiqX3W1ei9b/9zx18edVhS7/i6FB/rSGgPvTUBV swyYHaav0a79JJ2Bt9H/4GPpYJkVmhGHJ7tCJEEutTnEYDO8V0LB8r8CIKF4q79hF15gfoplGR/Td Hso7RfCZB+FdX7J8gjV15g==; Original-Received: from [87.69.77.57] (port=4216 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nE53N-0000Yn-Sd; Sun, 30 Jan 2022 02:55:20 -0500 In-Reply-To: <878ruxisko.fsf@yandex.com> (message from Colin Baxter on Sun, 30 Jan 2022 07:35:51 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285590 Archived-At: > From: Colin Baxter > Cc: > Date: Sun, 30 Jan 2022 07:35:51 +0000 > > > Using emacs-29.0.50 > > 1. emacs -Q > 2. M-x eshell > 3. ls ---> Wrong number of arguments: (4 . 4), 3 > > Issue does not occur with emacs-28.0.90. This was already reported a day or two ago.