From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Madhusudan Singh Newsgroups: gmane.emacs.help Subject: Running bash inside emacs Supersedes: <4277aa2a$0$79460$14726298@news.sunsite.dk> Date: Tue, 03 May 2005 12:47:04 -0400 Organization: Some Message-ID: <4277aa50$0$79460$14726298@news.sunsite.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1115229952 9542 80.91.229.2 (4 May 2005 18:05:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 18:05:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 04 20:05:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTOEh-00047j-3I for geh-help-gnu-emacs@m.gmane.org; Wed, 04 May 2005 20:04:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTOM2-0008VV-Uk for geh-help-gnu-emacs@m.gmane.org; Wed, 04 May 2005 14:12:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!sunsite.dk!dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: alt.comp.lang.shell.unix.bourne-bash,comp.emacs,gnu.emacs.help Original-Followup-To: gnu.emacs.help User-Agent: KNode/0.8.2 Original-Lines: 8 Original-NNTP-Posting-Host: 18.82.6.101 Original-X-Trace: news.sunsite.dk DXC=l2l]D0NDVA?RV[Kf06ReB9YSB=nbEKnk; eCf_Zh2E0F5]JlM^LamVS9<1KjZ4]GlX:8o^595Z9ok3k4AIH[KGDJ97LNE7NNU779b]egW]chCi; Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu comp.emacs:88771 gnu.emacs.help:130623 Original-To: help-gnu-emacs@gnu.org 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:26275 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26275 Hi I was wondering if it is possible to run a bash shell inside an emacs buffer (where the up and down keys recall commands executed in .bash_history and do not move the cursor around -- the problem with the native shell available in emacs, tab results in command completion, etc.). Thanks.