From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Levin Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] desktop.el: do not save some minor modes Date: Fri, 26 Oct 2007 12:53:41 +0800 Message-ID: <200710261253.42357.zslevin@gmail.com> References: <200710251354.00086.zslevin@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="gb18030" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1193376398 11708 80.91.229.12 (26 Oct 2007 05:26:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2007 05:26:38 +0000 (UTC) To: emacs-devel@gnu.org, rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 07:26:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IlHiQ-0002Ba-R1 for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 07:26:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlHiI-0008A2-9H for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 01:26:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlHh2-0007an-5V for emacs-devel@gnu.org; Fri, 26 Oct 2007 01:25:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlHgx-0007Zl-T3 for emacs-devel@gnu.org; Fri, 26 Oct 2007 01:25:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlHgx-0007Z1-Fu for emacs-devel@gnu.org; Fri, 26 Oct 2007 01:25:07 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlHgv-0004bB-J3 for emacs-devel@gnu.org; Fri, 26 Oct 2007 01:25:05 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so635753rvf for ; Thu, 25 Oct 2007 22:25:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=7i/7saej9Sb+c5bRXu9muPnoiS40syGxf8S92wnRGTY=; b=VudpPaHYFt1Tiks9ZHsGe10Jclahy58Kn56qlgUHe3betECugi6IdyO4bPCrOq/8Af7iOul8yqOjmuvUS0bcCqGOWy9TIfEgc4r/Iu5AzQSEg/2lfPDpqEmSBAyYHkPx2ywwIX0ACoL/oIFWkSznEph5dTLyJJ70Nfmi5BX5zlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=GzFPYrMXC2Ce1wb18zP3UMbihJzzEa8qVUzNn4LS26ZsZmvJrdCoRLSSlDkdPN/IfBSggY65dDRid+qJvdZ34JJ7HGNfCxFpV9tNcZgKXj/cQ5dFZwAzEGCvEa89iMnJa84NSIxORvoUxK6EfBmzAS2UpzTXjipzLB6y/ZBgErc= Original-Received: by 10.141.107.13 with SMTP id j13mr1339613rvm.1193376303527; Thu, 25 Oct 2007 22:25:03 -0700 (PDT) Original-Received: from levcom ( [61.234.125.31]) by mx.google.com with ESMTPS id b5sm5876549rva.2007.10.25.22.25.00 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2007 22:25:02 -0700 (PDT) User-Agent: KMail/1.9.7 In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:81747 Archived-At: On Friday 11:49:13=A3=ACRichard Stallman wrote=A3=BA > What do people think of this patch? The feature seems useful. Does > anyone see a reason to do it differently? This line: (add-to-list 'desktop-minor-mode-table '(erc-track-minor-mode nil)) solves my problem, so this patch is not needed. Levin