From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: Re: Outdate session.el? Date: Mon, 24 Mar 2008 02:56:15 +0100 Organization: http://en.wikipedia.org/wiki/Person_from_Porlock Message-ID: References: <347fece5-be55-4bdd-9d70-4ba39d1004d9@13g2000hsb.googlegroups.com> <200803190100.m2J10JZA032332@localhost.localdomain> <3A8A02EC-A886-4B90-82ED-9A77863AB1FB@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206326442 28165 80.91.229.12 (24 Mar 2008 02:40:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2008 02:40:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 24 03:41:12 2008 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 1JdccZ-0004Tn-Nw for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Mar 2008 03:41:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jdcby-0008Bi-PP for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Mar 2008 22:40:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!storethat.news.telefonica.de!telefonica.de!news.germany.com!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-X-Trace: feeder.motzarella.org U2FsdGVkX190LUmLAkSW1HYMFdQOJZffslv1uAuLPh/ENhe+L1Crr0/n43+aGHX4vqVFkwZlGapDGpVW3f5p9WRjI2NeZvlFONslz6rrqZbHs1kkP0wnkAB/F1Jmimc/lcJT7GvahcqewlVemDsAMw== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Mon, 24 Mar 2008 01:56:22 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/K7QIqffUTXxobJDNsD+kPdilTu5J0jv/zPoFBAqIy6Q== Cancel-Lock: sha1:dQWhdi4KDMECNDapQOSeSjVm/cs= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:157290 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:52659 Archived-At: Xavier Maillard writes: > On 2008-03-19 10:18 +0000, Peter Dyballa wrote: > > Particularly history, particularly from compiling. Session.el offers > > much more, but I don't remember consciously what more I am using. I > > should re-read the manual to know in which wealth I am working ... > > Session.el is sort of being replaced by savehist.el. > > "sort of" ? Does it replace it or not ? :) > > Xavier session.el seemed to be more comprehensive when I tried them. All I have is ... (require 'session) (add-hook 'after-init-hook 'session-initialize) ... all my file open history, search history etc are saved. Works well for me. I'm not sure why savehist exists as it doesn't appear to provide any improvements that I can see. Any more info appreciated.