From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Q on using shell mode remotely Date: Wed, 2 Aug 2006 09:33:12 -0700 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154536473 32036 80.91.229.2 (2 Aug 2006 16:34:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 16:34:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 02 18:34:32 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G8JfL-0004ts-5M for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Aug 2006 18:33:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8JfK-0004vv-BD for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Aug 2006 12:33:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8Jf7-0004vq-IO for help-gnu-emacs@gnu.org; Wed, 02 Aug 2006 12:33:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8Jf5-0004ve-4X for help-gnu-emacs@gnu.org; Wed, 02 Aug 2006 12:33:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8Jf4-0004vb-Vp for help-gnu-emacs@gnu.org; Wed, 02 Aug 2006 12:33:35 -0400 Original-Received: from [148.87.113.118] (helo=rgminet01.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1G8JiE-0003IT-4R for help-gnu-emacs@gnu.org; Wed, 02 Aug 2006 12:36:50 -0400 Original-Received: from rcsmt251.oracle.com (rcsmt251.oracle.com [148.87.90.196]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k71CUsZi030876 for ; Wed, 2 Aug 2006 10:33:32 -0600 Original-Received: from dradams-lap.us.oracle.com by rcsmt251.oracle.com with ESMTP id 1684015441154536392; Wed, 02 Aug 2006 10:33:12 -0600 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Whitelist: TRUE 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:36417 Archived-At: It works perfectly. Thanks, Kevin. BTW, if anyone's interested, here is a brief description of my code that lets you use substring and other regexp matches to search for and reuse previous shell inputs (possibly modifying them, of course): http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_Other_Search_Commands#Icicle sShell. And here is the code itself: http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_Libraries. The same thing works for other interactive interpreters, besides shells; it should work for any interpreter that uses `comint-mode'.