From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: emacs save/restore state? Date: Tue, 15 May 2012 22:30:40 -0400 Message-ID: References: <87vckza6z9.fsf@nzebook.haselwarter.org> <24E6E440EE274805816259B172420E37@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1337135456 10542 80.91.229.3 (16 May 2012 02:30:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 02:30:56 +0000 (UTC) Cc: emacs-devel@gnu.org, 'Philipp Haselwarter' To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 16 04:30:56 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SUU0q-0005PF-2O for ged-emacs-devel@m.gmane.org; Wed, 16 May 2012 04:30:52 +0200 Original-Received: from localhost ([::1]:35625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUU0p-0004Vr-Gg for ged-emacs-devel@m.gmane.org; Tue, 15 May 2012 22:30:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUU0m-0004Vm-G8 for emacs-devel@gnu.org; Tue, 15 May 2012 22:30:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUU0j-0005fX-Qt for emacs-devel@gnu.org; Tue, 15 May 2012 22:30:48 -0400 Original-Received: from ironport-out.teksavvy.com ([206.248.143.162]:6406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUU0j-0005fI-I9 for emacs-devel@gnu.org; Tue, 15 May 2012 22:30:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYIACxOgk9FpZcD/2dsb2JhbABDuCMDgQyBCIIJAQEBAQIBAQJTIxALNBIUFAQNJC6HbgULtieLYYR5BJNAgz2NSIFdgwM X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="180454845" Original-Received: from 69-165-151-3.dsl.teksavvy.com (HELO ceviche.home) ([69.165.151.3]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 15 May 2012 22:30:42 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 3BB21660E0; Tue, 15 May 2012 22:30:40 -0400 (EDT) In-Reply-To: <24E6E440EE274805816259B172420E37@us.oracle.com> (Drew Adams's message of "Tue, 15 May 2012 14:22:27 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.143.162 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150511 Archived-At: >> > A suggestion of variables I find useful: >> Any reason why you don't use savehist-mode? >> This said, the redundancy between the two is a bit annoying, >> tho I'm not sure how to get rid of it. > FYI, this was discussed in a fair amount of length on emacs-devel: > http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg00583.html The problem was discussed, but not the (potential) solution. Stefan