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: session management restores Emacs twice Date: Mon, 28 Jul 2003 11:30:35 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200307271341.h6RDfXMb005243@utx.utx.cz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059407079 27345 80.91.224.249 (28 Jul 2003 15:44:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2003 15:44:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jul 28 17:44:36 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hA6f-0006kO-00 for ; Mon, 28 Jul 2003 17:40:13 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19hA7h-0008T4-00 for ; Mon, 28 Jul 2003 17:41:18 +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 19hA1u-0007OV-5I for emacs-devel@quimby.gnus.org; Mon, 28 Jul 2003 11:35:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hA1b-0007NM-5w for emacs-devel@gnu.org; Mon, 28 Jul 2003 11:34:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hA19-0007Ai-5h for emacs-devel@gnu.org; Mon, 28 Jul 2003 11:34:32 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19h9xV-0006OF-W3 for emacs-devel@gnu.org; Mon, 28 Jul 2003 11:30:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19h9xL-0000I8-Ty; Mon, 28 Jul 2003 11:30:35 -0400 Original-To: Stanislav Brabec In-reply-to: <200307271341.h6RDfXMb005243@utx.utx.cz> (message from Stanislav Brabec on Sun, 27 Jul 2003 15:41:33 +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:15718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15718 I am using GTK2 version of Emacs in gnome-session (wm metacity). Emacs session is saved correctly (but metacity complains about improper session management implementation). While restoring session during next login, Emacs is started twice. The same behavior occur for KDE session, too. I don't know how these things work--is there any chance you or someone can figure out what is wrong in the information that Emacs sends?