From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joseph Xu Newsgroups: gmane.emacs.help Subject: Multiple M-x shells sharing input ring Date: Thu, 4 Sep 2014 01:54:10 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409837167 20514 80.91.229.3 (4 Sep 2014 13:26:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2014 13:26:07 +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 Sep 04 15:25:59 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XPX30-0005YB-Bc for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2014 15:25:58 +0200 Original-Received: from localhost ([::1]:50988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPX2z-0000x1-PC for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2014 09:25:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPSo0-0004yq-A6 for help-gnu-emacs@gnu.org; Thu, 04 Sep 2014 04:54:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPSnz-0002l4-FY for help-gnu-emacs@gnu.org; Thu, 04 Sep 2014 04:54:12 -0400 Original-Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:64783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPSnz-0002ky-AG for help-gnu-emacs@gnu.org; Thu, 04 Sep 2014 04:54:11 -0400 Original-Received: by mail-ob0-f172.google.com with SMTP id wo20so7152161obc.17 for ; Thu, 04 Sep 2014 01:54:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=l+q0PYfytLc5jhi9w3oOkjdIiwM1q3rwB6MQ8UOxrLY=; b=XCue2/MHG6rvuQvVSss3dFytfKX4kXHH6oLVUys/yMhXBMBsnC4yWIZ/CT8qncp5ot yQp7oZVypuDPmM3Sj1x/E8uCY7bSMqiXo3cSaaQQo9FOXrbyI5iEb0FxXeqYsSaSPmii 8RE0wBjHSVcuqwIOrkqkLpLjFG8gBtMPmkPBX2Au4cVIO5ZySHubkt6oh/SsiVLRv7+h oXuwV9LriEmN2baisYjuFw+Ec+HosYuXbw942OIGDRgeXO2IF1U0XAqSAoia8xZSFlua CaRPkHUpStdG7VX3eeQ+w0Yco+GwNqhlHVdO3t98GXSEZyp9I53dhN0NDfnUyWZ58O1F kUhQ== X-Received: by 10.60.96.129 with SMTP id ds1mr2972733oeb.43.1409820850259; Thu, 04 Sep 2014 01:54:10 -0700 (PDT) Original-Received: by 10.182.92.137 with HTTP; Thu, 4 Sep 2014 01:54:10 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22c X-Mailman-Approved-At: Thu, 04 Sep 2014 09:25:32 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99634 Archived-At: Hello, Is there a way to have multiple M-x shell buffers share an input ring? For example, if I have two shells running, A and B, and I enter a command into A, I would like to be able to find it immediately in the input history of B using M-p and M-r. Thanks for your help, Joseph