From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phillip Lord Newsgroups: gmane.emacs.help Subject: Re: saving shell-sessions with desktop.el? Date: 28 Apr 2005 13:29:07 +0100 Organization: School of Computer Science, University of Manchester, U.K. Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114693169 9023 80.91.229.2 (28 Apr 2005 12:59:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2005 12:59:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 28 14:59:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DR8bj-0007xv-KB for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2005 14:59:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DR8hr-00082q-Fi for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2005 09:05:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!feed3.jnfs.ja.net!feed1.jnfs.ja.net!jnfs.ja.net!peernews.mcc.ac.uk!cs.man.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: rpc71.cs.man.ac.uk Original-X-Trace: wapping.cs.man.ac.uk 1114691348 28314 130.88.198.228 (28 Apr 2005 12:29:08 GMT) Original-X-Complaints-To: news@wapping.cs.man.ac.uk Original-NNTP-Posting-Date: Thu, 28 Apr 2005 12:29:08 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Xref: shelby.stanford.edu gnu.emacs.help:130536 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:26105 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26105 >>>>> "stefan" == stefan riha writes: stefan> Hi! I'm trying to save my buffer list by putting the lines stefan> (desktop-load-default) (desktop-read) stefan> into .emacs This works, except that I can't save stefan> shell-sessions. I just don't want to type "M-x shell" RET stefan> "M-x rename-buffer" "sh1" RET every time I start emacs. Rather than messing around with desktop, why don't you just stick... (shell "*sh1*") at the end of your .emacs. Phil