all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xavier Maillard <xma@gnu.org>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org, per.nordlow@gmail.com
Subject: Re: Outdate session.el?
Date: Mon, 24 Mar 2008 02:00:14 +0100	[thread overview]
Message-ID: <200803240100.m2O10EMR027275@localhost.localdomain> (raw)
In-Reply-To: <57FED480-F14B-4207-82F3-6B6E61236E26@Web.DE> (message from Peter Dyballa on Fri, 21 Mar 2008 00:12:58 +0100)


   > What feature(s) need to be added to desktop.el ?

   It's very nice that the node in *info* buffer is kept! I can continue  
   reading weeks later ...

Indeed, it must be really cool. Here I only use desktop.el with
this setup:

(require 'recentf)
(setq desktop-dirname (expand-file-name "~/")
      desktop-save t
      desktop-globals-to-save
      '((extended-command-history . 50)
        (file-name-history        . 50)
        (grep-history             . 50)
        (minibuffer-history       . 50)
        (query-replace-history    . 50)
        (read-expression-history  . 50)
        (regexp-history           . 50)
        (search-ring              . 50)
        (shell-command-history    . 50))
      recentf-max-saved-items 50)


(add-to-list 'desktop-modes-not-to-save 'rmail-mode)
(add-to-list 'desktop-modes-not-to-save 'Info-mode)

and it does almost all I need (or I feel it does :)). When
starting with a new and fresh emacs session, I am back with all
my buffers/files/whatever. Also note that I explicitly ask
desktop not to save the Info-mode buffers (but I can't remember
why I asked for this :)). If I remove the Info-mode from the not
to save list, I get my info-mode nodes back when (re)starting my
emacs. So, session.el won't help here.

	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




      reply	other threads:[~2008-03-24  1:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-10 11:42 Outdate session.el? Nordlöw
2008-03-10 16:08 ` Peter Dyballa
2008-03-19  1:00   ` Xavier Maillard
2008-03-19 10:18     ` Peter Dyballa
2008-03-19 12:35       ` Leo
2008-03-24  1:00         ` Xavier Maillard
2008-03-24 11:21           ` Leo
     [not found]           ` <mailman.9381.1206363837.18990.help-gnu-emacs@gnu.org>
2008-03-24 13:28             ` Richard G Riley
2008-03-24 17:29               ` Leo
     [not found]         ` <mailman.9367.1206322661.18990.help-gnu-emacs@gnu.org>
2008-03-24  1:56           ` Richard G Riley
2008-03-25  1:00             ` Xavier Maillard
2008-03-25  9:47               ` Peter Dyballa
     [not found]       ` <mailman.9184.1205930417.18990.help-gnu-emacs@gnu.org>
2008-03-19 12:52         ` Richard G Riley
2008-03-20 23:12     ` Peter Dyballa
2008-03-24  1:00       ` Xavier Maillard [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803240100.m2O10EMR027275@localhost.localdomain \
    --to=xma@gnu.org \
    --cc=Peter_Dyballa@Web.DE \
    --cc=help-gnu-emacs@gnu.org \
    --cc=per.nordlow@gmail.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.