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: Mon, 25 Aug 2003 11:21:05 -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> <87y8xiomhj.fsf@emacswiki.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061825863 29767 80.91.224.253 (25 Aug 2003 15:37:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2003 15:37:43 +0000 (UTC) Cc: larsh@math.ku.dk, emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Aug 25 17:37:40 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 19rJPY-0001sf-00 for ; Mon, 25 Aug 2003 17:37:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19rJV9-0000ni-00 for ; Mon, 25 Aug 2003 17:43:27 +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 19rJKM-0007Uo-4Z for emacs-devel@quimby.gnus.org; Mon, 25 Aug 2003 11:32:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19rJKB-0007TG-1M for emacs-devel@gnu.org; Mon, 25 Aug 2003 11:32:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19rJDW-0003XE-Ch for emacs-devel@gnu.org; Mon, 25 Aug 2003 11:25:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rJCg-00031J-VR for emacs-devel@gnu.org; Mon, 25 Aug 2003 11:24:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19rJ9V-0003Vt-Uo; Mon, 25 Aug 2003 11:21:05 -0400 Original-To: Alex Schroeder In-reply-to: <87y8xiomhj.fsf@emacswiki.org> (message from Alex Schroeder on Sun, 24 Aug 2003 21:59:36 +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:16149 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16149 But for the non-custom solution, I think the best thing would be (desktop-mode 1) There is no function desktop-mode now, so that won't work now. There's a proposal to make it a minor mode, which could be a good idea. However, for now I will change it to: ;; To use this, add these lines to the bottom of your .emacs file: ;; ;; (require 'desktop) ;; (setq desktop-enable t) It sounds like that is right. If it isn't, please tell me.