From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: desktop Date: Sun, 24 Aug 2003 23:29:42 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87ekzmsdjs.fsf@emacswiki.org> <3F3DDDF3.4090500@math.ku.dk> <87lltrt111.fsf@emacswiki.org> <3F41E39F.6040502@math.ku.dk> <3F432759.7090005@math.ku.dk> <3F450793.9020201@math.ku.dk> <3F4854CA.5010107@math.ku.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061782545 32177 80.91.224.253 (25 Aug 2003 03:35:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2003 03:35:45 +0000 (UTC) Cc: miles@gnu.org, emacs-devel@gnu.org, alex@emacswiki.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Aug 25 05:35:43 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19r88t-0008Fv-00 for ; Mon, 25 Aug 2003 05:35:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19r8EG-0002Pb-00 for ; Mon, 25 Aug 2003 05:41:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19r88e-0004Mw-AZ for emacs-devel@quimby.gnus.org; Sun, 24 Aug 2003 23:35:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19r86p-0001Tf-CL for emacs-devel@gnu.org; Sun, 24 Aug 2003 23:33:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19r86F-0000ef-Bj for emacs-devel@gnu.org; Sun, 24 Aug 2003 23:33:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19r86C-0000a9-G9 for emacs-devel@gnu.org; Sun, 24 Aug 2003 23:32:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19r834-0002Ur-Oz; Sun, 24 Aug 2003 23:29:42 -0400 Original-To: Lars Hansen In-reply-to: <3F4854CA.5010107@math.ku.dk> (message from Lars Hansen on Sun, 24 Aug 2003 08:01:46 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16139 Actually only the second line is needed. During startup default.el is loaded before after-init-hook is called, so there is no point in loading default.el manually. So this is correct: (setq desktop-enable t) Thanks. I will change desktop.el and misc.texi.