From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: desktop Date: Sat, 16 Aug 2003 09:32:03 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F3DDDF3.4090500@math.ku.dk> References: <87ekzmsdjs.fsf@emacswiki.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1061019183 30805 80.91.224.253 (16 Aug 2003 07:33:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Aug 2003 07:33:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Aug 16 09:33:01 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 19nvYb-0002lE-00 for ; Sat, 16 Aug 2003 09:33:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19nvZy-0007Dg-00 for ; Sat, 16 Aug 2003 09:34:26 +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 19nvYM-0007it-Bo for emacs-devel@quimby.gnus.org; Sat, 16 Aug 2003 03:32:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nvYH-0007ih-T4 for emacs-devel@gnu.org; Sat, 16 Aug 2003 03:32:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nvXk-0007NO-VO for emacs-devel@gnu.org; Sat, 16 Aug 2003 03:32:40 -0400 Original-Received: from [62.84.220.10] (helo=post.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nvXk-0007NE-Fp for emacs-devel@gnu.org; Sat, 16 Aug 2003 03:32:08 -0400 Original-Received: from math.ku.dk [62.84.220.219] by post.kabelnettet.dk with ESMTP (SMTPD32-8.01) id AE0621900AC; Sat, 16 Aug 2003 09:32:22 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: en Original-To: Alex Schroeder 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:15976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15976 Alex Schroeder wrote: >Perhaps simpler: We could fix the documentation and the commentary to >say that we need the following setup (if Customize is not used): > > (desktop-load-default) > (desktop-read) > (setq desktop-enable t) > > To me this sound as the best solution because it is simpler. >I believe that the manual is wrong on another account as well: It >says that one manual save is required, but it is not. If the user >does not manually save the desktop, then Emacs will ask the user when >Emacs is killed whether the desktop should be saved. Which is just >fine, I think. > >If you agree with this, then I can change the documentation as >proposed. > > I agree, so pleese go ahead.