From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lorenzo Isella" Newsgroups: gmane.emacs.help Subject: How to open two bash shells in Emacs Date: Thu, 8 May 2008 11:13:46 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210238079 14761 80.91.229.12 (8 May 2008 09:14:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 09:14:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 08 11:15:14 2008 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 1Ju2DZ-0007bC-DL for geh-help-gnu-emacs@m.gmane.org; Thu, 08 May 2008 11:15:13 +0200 Original-Received: from localhost ([127.0.0.1]:46714 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju2Cq-000054-QT for geh-help-gnu-emacs@m.gmane.org; Thu, 08 May 2008 05:14:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ju2CJ-0008Ut-IW for help-gnu-emacs@gnu.org; Thu, 08 May 2008 05:13:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ju2CG-0008T4-Hn for help-gnu-emacs@gnu.org; Thu, 08 May 2008 05:13:53 -0400 Original-Received: from [199.232.76.173] (port=36306 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju2CF-0008Sj-QE for help-gnu-emacs@gnu.org; Thu, 08 May 2008 05:13:52 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.185]:44028) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju2CF-0001E0-EX for help-gnu-emacs@gnu.org; Thu, 08 May 2008 05:13:51 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so388998nfi.26 for ; Thu, 08 May 2008 02:13:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=I8AzjaCtXFEs/k7vEK/LUyo6oRH/sOM9TrAdrXOBIrQ=; b=m/5GgyUwHVq9vk9mF+e+5Nnnw/t8k879C9ZdYOf30kgJ26bmCGhtSXSgMR433Dm+zRFz2fdLCdRioiI3MWbLab1tSxAJXEQvPHN4efzQvxbdqElScCxNHpDKn6jX+Mz6KBfi0UKIWCU96jVFU0n9IbYU7z0zKxJSEfLoniOnFUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=n4cnjKvaZkyEJvQb4hpaOyDvy9co/vfS0SE2wVV4nP8vOdjpwQ8hRz11CwewpAwe9X0Iono77Itr2y64u5mSf1FCMcX4tfu8nZVbHiL5zIAyt9fRtxdhlQT9idPETa+vL1wa3lMRHz5qpkpxIih3Z7PYDrhX+Mm12mCI8HWIOTY= Original-Received: by 10.210.17.14 with SMTP id 14mr2867509ebq.39.1210238026817; Thu, 08 May 2008 02:13:46 -0700 (PDT) Original-Received: by 10.210.11.3 with HTTP; Thu, 8 May 2008 02:13:46 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 972c59265f8ab282 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:53812 Archived-At: Dear All, I often run bash within emacs with the command M-x shell. It all goes fine, but sometimes I would need two bash shells, since I may be operating more or less simultaneously on files on different locations and it is tedious to re-input every time their path. However, how does one open simultaneously two shells within emacs? Repeating M-x shell does not do what I want. Cheers Lorenzo