From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: A few questions about desktop.el Date: Tue, 26 Jul 2005 10:56:40 +0200 Message-ID: References: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1122368730 12744 80.91.229.2 (26 Jul 2005 09:05:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2005 09:05:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 26 11:05:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DxLNC-0002sf-TK for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2005 11:05:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxLPX-0001rh-Ip for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2005 05:07:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DxLNj-0001hP-A8 for emacs-devel@gnu.org; Tue, 26 Jul 2005 05:05:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DxLNd-0001f7-IY for emacs-devel@gnu.org; Tue, 26 Jul 2005 05:05:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxLNc-0001XB-Nj for emacs-devel@gnu.org; Tue, 26 Jul 2005 05:05:41 -0400 Original-Received: from [64.233.182.206] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DxLPd-00081r-SE for emacs-devel@gnu.org; Tue, 26 Jul 2005 05:07:46 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so173459nfe for ; Tue, 26 Jul 2005 01:56:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m2RpqJ80iLUAJiDeNDH0B5yJd9Cb1f5pMoMlI2haNdZOVdg26bTXEn87AS8eHA2NHO3+tOLc5Hl8S2haCQ7KdYdryMRzsYNOBaVH51hoCqFI/TKZ0Z2Al5tTQggJDdMBRp6IZqsft8dT2BjK6Z5GshMzG5A/0ShE/pDcf08+5rY= Original-Received: by 10.48.144.1 with SMTP id r1mr6698nfd; Tue, 26 Jul 2005 01:56:40 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Tue, 26 Jul 2005 01:56:40 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: Content-Disposition: inline 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:41218 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41218 On 7/23/05, Richard M. Stallman wrote: > - indent-tabs-mode > - indicate-buffer-boundaries > - indicate-empty-lines > - show-trailing-whitespace >=20 > I guess those are all reasonable to include. >=20 > How about this: save all minor modes, based on minor-mode-list. AFAICS, `desktop-save' already saves all active minor-modes except those listed in `desktop-minor-mode-table', which get special processing. The ones listed above are ones that should need a special processing because they're not normal minor modes (there's no `indent-tabs-mode' function, for example). --=20 /L/e/k/t/u