From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Brown Newsgroups: gmane.emacs.help Subject: Saving a Shell Mode Session Date: Sat, 13 Jun 2009 10:39:44 -0700 Message-ID: <38a1ef070906131039l25b9c693u5cfd4c8291184d61@mail.gmail.com> 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 1244915171 671 80.91.229.12 (13 Jun 2009 17:46:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jun 2009 17:46:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 13 19:46:07 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 1MFXIt-0002fj-2E for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 19:46:07 +0200 Original-Received: from localhost ([127.0.0.1]:33532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFXIs-00043X-HS for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 13:46:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFXCp-0001Zh-OF for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 13:39:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFXCl-0001Xe-3p for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 13:39:51 -0400 Original-Received: from [199.232.76.173] (port=39082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFXCk-0001Xa-V3 for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 13:39:46 -0400 Original-Received: from mail-pz0-f203.google.com ([209.85.222.203]:59678) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFXCk-0001nT-KZ for help-gnu-emacs@gnu.org; Sat, 13 Jun 2009 13:39:46 -0400 Original-Received: by pzk41 with SMTP id 41so1885888pzk.14 for ; Sat, 13 Jun 2009 10:39:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Q/N/pRVXjNN6xb19dWgKdH48ov/3P68bf6DSLiChgA8=; b=oDGu//NZE1/jHbsD7SBjc4NizTMsAulYcGkQbEff7EovcRjpBkVDOvVfig9TjO7jdo /nO9BWLGLLZC21sC9TRE3RJKCoTUgE5i9OXvjm3ux4/qFNZUwaHQCNLm32KDWRfoyxGO xwTIxi4paB4ZkUeRT78h+lmVRljYX5qFd+hfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=w16ZpbYCohcGNFgTWAHvxvRrcclxkEgxO83EwQDZgxaKJl1iOta3Om6n2hoEcUTz1R C7i+5pUkJbbgxVTY1uMvigZ3ZTFiONNvaFvQfB0jnaYpzk8dfS6vsbSuHZ92rF5+Lgvn b2jv1gCG4j2uhKC9X0Y7msi2yRqe6yEughd+o= Original-Received: by 10.142.57.19 with SMTP id f19mr1917931wfa.80.1244914784773; Sat, 13 Jun 2009 10:39:44 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/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:65257 Archived-At: Whenever I'm doing something non-trivial in the shell, I make sure to use shell-mode and save the session for future reference. Is there a way to get emacs to interpret the saved shell session file as such? The main things I'd like to be able to do are: navigate through the command history, search only the command history (ignoring the output), and fold the commands so the output is hidden. Any ideas if this is possible? thanks -Matt