From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: saving shell-sessions with desktop.el?
Date: Wed, 27 Apr 2005 13:08:51 -0600 [thread overview]
Message-ID: <d4onlt$bf2$1@sea.gmane.org> (raw)
In-Reply-To: <20050427173748.87635.qmail@web26603.mail.ukl.yahoo.com>
stefan riha wrote:
> I'm trying to save my buffer list by putting
> the lines
>
> (desktop-load-default)
> (desktop-read)
>
> into .emacs
> This works, except that I can't save shell-sessions.
> I just don't want to type "M-x shell" RET "M-x
> rename-buffer" "sh1" RET every time I start emacs.
I don't think desktop.el saves anything but buffers visiting files,
unless you add the major mode to desktop-buffer-modes-to-save:
(setq desktop-buffer-modes-to-save
(cons 'shell-mode desktop-buffer-modes-to-save))
--
Kevin Rodgers
next prev parent reply other threads:[~2005-04-27 19:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-27 17:37 saving shell-sessions with desktop.el? stefan riha
2005-04-27 19:08 ` Kevin Rodgers [this message]
2005-04-27 20:08 ` Kevin Rodgers
[not found] <mailman.3200.1114623559.2895.help-gnu-emacs@gnu.org>
2005-04-28 12:29 ` Phillip Lord
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='d4onlt$bf2$1@sea.gmane.org' \
--to=ihs_4664@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).