From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: bash builtin expansion in shell.el Date: Sun, 14 Jun 2009 03:07:15 +0800 Message-ID: <87ws7guf4s.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244920078 12282 80.91.229.12 (13 Jun 2009 19:07:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jun 2009 19:07:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 13 21:07:54 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MFYa2-0002by-AA for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 21:07:54 +0200 Original-Received: from localhost ([127.0.0.1]:35484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFYa1-0006Sw-Nh for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 15:07:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFYZb-0006Rp-8M for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 15:07:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFYZV-0006QS-RS for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 15:07:26 -0400 Original-Received: from [199.232.76.173] (port=37491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFYZV-0006QP-OF for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 15:07:21 -0400 Original-Received: from caiajhbdcaib.dreamhost.com ([208.97.132.81]:49642 helo=homiemail-a3.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFYZV-0000U1-Bj for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 15:07:21 -0400 Original-Received: from jidanni.org (122-127-32-82.dynamic.hinet.net [122.127.32.82]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id 04325C4858 for ; Sat, 13 Jun 2009 12:07:20 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65261 Archived-At: There are plenty of bash$ help|wc 46 449 3701 builtin bash commands that the *shell* buffer is unaware of, as it only knows about $PATH. So how can I get bash$ hist to become bash$ history ?