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: Tue, 19 Aug 2003 01:58:29 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87ekzmsdjs.fsf@emacswiki.org> <3F3DDDF3.4090500@math.ku.dk> <87lltrryfw.fsf@emacswiki.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061273028 25687 80.91.224.253 (19 Aug 2003 06:03:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2003 06:03:48 +0000 (UTC) Cc: larsh@math.ku.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Aug 19 08:03:46 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 19ozas-0005qw-00 for ; Tue, 19 Aug 2003 08:03:46 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19ozdZ-0002Kl-00 for ; Tue, 19 Aug 2003 08:06:33 +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 19ozZI-0004M6-TQ for emacs-devel@quimby.gnus.org; Tue, 19 Aug 2003 02:02:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ozYh-0004Kw-5w for emacs-devel@gnu.org; Tue, 19 Aug 2003 02:01:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ozY9-000465-Vd for emacs-devel@gnu.org; Tue, 19 Aug 2003 02:01:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ozY9-00045z-Po for emacs-devel@gnu.org; Tue, 19 Aug 2003 02:00:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19ozVl-0005jA-5b; Tue, 19 Aug 2003 01:58:29 -0400 Original-To: Alex Schroeder In-reply-to: <87lltrryfw.fsf@emacswiki.org> (message from Alex Schroeder on Mon, 18 Aug 2003 13:34:59 +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:16016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16016 As it is, if desktop-enable is non-nil, then loading desktop.el will also enable it. I think that is surprising for users. I see. That is a good reason. The correct solution would be to set desktop-enable to t in one of the two other functions. That seems plausible.