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: Re: bash builtin expansion in shell.el Date: Sun, 14 Jun 2009 05:33:02 +0800 Message-ID: <87bporvmy9.fsf@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244928815 1299 80.91.229.12 (13 Jun 2009 21:33:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jun 2009 21:33:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: peter_dyballa@web.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 13 23:33:32 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 1MFaqx-0000rS-C7 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 23:33:31 +0200 Original-Received: from localhost ([127.0.0.1]:37994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFaqw-0004oe-I9 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 17:33:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFaqd-0004oU-9s for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 17:33:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFaqY-0004o0-Rk for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 17:33:11 -0400 Original-Received: from [199.232.76.173] (port=47301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFaqY-0004nx-P4 for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 17:33:06 -0400 Original-Received: from mailbigip.dreamhost.com ([208.97.132.5]:41462 helo=homiemail-a6.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFaqY-0007vj-39 for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 17:33:06 -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-a6.g.dreamhost.com (Postfix) with ESMTP id 8ED411423D; Sat, 13 Jun 2009 14:33:04 -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:65268 Archived-At: Completing command name... No completions of hist Completing file name... No completions of ali PD> Either type "history" and then RET, or create aliases and make them PD> known to the *shell* buffer in the file ~/.emacs_bash. What do I do? alias history=history alias alias=alias ? I am using the *shell* buffer in $ emacs -f shell instead of trying to use the remote readline functions of $ ssh very-far-away-and-slow.org Maybe I need to fool *shell* with a directory on $PATH fill of executable links with the same names as the bash builtins? touch bla chmod 755 bla ln history alias suspend typeset ... bla