From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: desktop.el not playing nice Date: Sun, 17 Apr 2005 23:06:29 +0200 Message-ID: <4262CFD5.2050008@math.ku.dk> References: <40781.194.95.226.87.1113749198.squirrel@wwws.franken.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113772020 22604 80.91.229.2 (17 Apr 2005 21:07:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Apr 2005 21:07:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 17 23:06:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNGyQ-0003M2-AN for ged-emacs-devel@m.gmane.org; Sun, 17 Apr 2005 23:06:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNH2O-0005M4-KY for ged-emacs-devel@m.gmane.org; Sun, 17 Apr 2005 17:10:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DNGyu-0002j2-G4 for emacs-devel@gnu.org; Sun, 17 Apr 2005 17:07:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DNGyj-0002c3-Ol for emacs-devel@gnu.org; Sun, 17 Apr 2005 17:06:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNGyg-0002Zw-R8 for emacs-devel@gnu.org; Sun, 17 Apr 2005 17:06:50 -0400 Original-Received: from [212.99.225.245] (helo=odin.broadcom.dk) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DNGzq-0000KA-5U for emacs-devel@gnu.org; Sun, 17 Apr 2005 17:08:02 -0400 Original-Received: from pppoe3-ves.broadcom.dk ([212.99.255.42] helo=[10.17.1.239]) by odin.broadcom.dk with esmtp (Exim 4.24; FreeBSD) id 1DNF5r-000Ngz-Dv; Sun, 17 Apr 2005 21:06:07 +0200 User-Agent: Debian Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en Original-To: Stephan Stahl In-Reply-To: <40781.194.95.226.87.1113749198.squirrel@wwws.franken.de> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36065 Stephan Stahl wrote: > Specify the option `--no-desktop' on the command line when you don't >want it to reload any saved desktop. > > IMHO this describes clearly what the --no-desktop flag does. But you may be right the the flag should do something different. I can make --no-desktop disabel desktop-save-mode as you propose. If some people don't like the flag to change desktop-save-mode, I could add a second flag --no-desktop-load that only inhibits desktop loading. What do people like best: 1. Just change --no-desktop to disabel desktop-save-mode. 2. Change --no-desktop to disabel desktop-save-mode and introduce a second flag --no-desktop-load. 3. Something else.