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.el and minor modes Date: Mon, 31 May 2004 23:48:14 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <40BBA81E.2010409@math.ku.dk> References: <87aczpn09z.fsf@mail.jurta.org> <40BB0701.9020807@math.ku.dk> <873c5gr9ey.fsf@mail.jurta.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 1086040142 13289 80.91.224.253 (31 May 2004 21:49:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 21:49:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 31 23:48:56 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUueO-0003mB-00 for ; Mon, 31 May 2004 23:48:56 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUueN-0004ig-00 for ; Mon, 31 May 2004 23:48:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUuea-0007mI-A9 for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 17:49:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUueN-0007hH-9Z for emacs-devel@gnu.org; Mon, 31 May 2004 17:48:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUueJ-0007f5-J9 for emacs-devel@gnu.org; Mon, 31 May 2004 17:48:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUueJ-0007dS-Eo for emacs-devel@gnu.org; Mon, 31 May 2004 17:48:51 -0400 Original-Received: from [213.170.224.162] (helo=smtp.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUudj-0002Sp-SL for emacs-devel@gnu.org; Mon, 31 May 2004 17:48:16 -0400 Original-Received: from math.ku.dk (0x52b410db.dhcp.kabelnettet.dk [82.180.16.219]) by smtp.kabelnettet.dk (Postfix) with ESMTP id 15293609844; Mon, 31 May 2004 23:48:13 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en Original-To: Juri Linkov In-Reply-To: <873c5gr9ey.fsf@mail.jurta.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:24317 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24317 Juri Linkov wrote: >desktop-save could check if a symbol is a function to not write to >the desktop file useless variable names that later can't be called >as functions when desktop is restored. > > That makes sense. I have comitted a change that does that.