From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#34660: 27.0.50; (eshell)Top > Commands > Invocation Date: Tue, 26 Feb 2019 00:00:00 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="157300"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: 34660@debbugs.gnu.org To: Van L Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 26 06:33:46 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gyVNA-000eol-8A for geb-bug-gnu-emacs@m.gmane.org; Tue, 26 Feb 2019 06:33:44 +0100 Original-Received: from localhost ([127.0.0.1]:49544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyVN9-0002f7-75 for geb-bug-gnu-emacs@m.gmane.org; Tue, 26 Feb 2019 00:33:43 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyUrb-0002Vf-19 for bug-gnu-emacs@gnu.org; Tue, 26 Feb 2019 00:01:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gyUrZ-00039X-2n for bug-gnu-emacs@gnu.org; Tue, 26 Feb 2019 00:01:06 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38622) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gyUrW-00035j-67 for bug-gnu-emacs@gnu.org; Tue, 26 Feb 2019 00:01:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gyUrW-0003Xp-3Y for bug-gnu-emacs@gnu.org; Tue, 26 Feb 2019 00:01:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Feb 2019 05:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34660 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 34660-submit@debbugs.gnu.org id=B34660.155115721311827 (code B ref 34660); Tue, 26 Feb 2019 05:01:02 +0000 Original-Received: (at 34660) by debbugs.gnu.org; 26 Feb 2019 05:00:13 +0000 Original-Received: from localhost ([127.0.0.1]:52161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gyUqj-00034f-8b for submit@debbugs.gnu.org; Tue, 26 Feb 2019 00:00:13 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gyUqi-00033z-CH for 34660@debbugs.gnu.org; Tue, 26 Feb 2019 00:00:12 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyUqc-0001o4-UP; Tue, 26 Feb 2019 00:00:07 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gyUqa-0002bI-Vq; Tue, 26 Feb 2019 00:00:05 -0500 X-Spook: Pandemic SDI ASDIC State of emergency Collapse Emergency X-Ran: 6_:)_LcAstK@G#Qe!dW[ABA.7-|xY3dI0zZ$,T(Y9Z9}n$+VP3*K3ij>hS3GU#VyUvXb)O X-Hue: magenta X-Attribution: GM In-Reply-To: (Van L.'s message of "Tue, 26 Feb 2019 13:18:54 +1100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:155793 Archived-At: Van L wrote: > There is a problem with sentence (2) in paragraph (2) traced to > eshell.info, eshell.texi. Looks fine here: Eshell looks first for an alias (*note Aliases::) with the same name as the command, then a built-in (*note Built-ins::) or a function with the same name; if there is no match, it then tries to execute it as an external command.