From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Customizing recentf Date: Mon, 28 Aug 2006 05:52:36 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1156759025 7865 80.91.229.2 (28 Aug 2006 09:57:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 09:57:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 28 11:57:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GHdrL-0002yA-Nv for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 11:56:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHdrL-0003fC-Cp for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 05:56:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHdnJ-0001NK-SA for emacs-devel@gnu.org; Mon, 28 Aug 2006 05:52:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHdnJ-0001N0-C6 for emacs-devel@gnu.org; Mon, 28 Aug 2006 05:52:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHdnJ-0001Mt-6k for emacs-devel@gnu.org; Mon, 28 Aug 2006 05:52:37 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHdwE-0001Fu-DJ for emacs-devel@gnu.org; Mon, 28 Aug 2006 06:01:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GHdnI-0005Tl-CF; Mon, 28 Aug 2006 05:52:36 -0400 Original-To: Michael Mauger In-reply-to: (message from Michael Mauger on Fri, 25 Aug 2006 15:54:51 +0000 (UTC)) 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:58981 Archived-At: Does the patch below make it work? We made a change so that minor mode variables don't normally force loading of their files for customization purposes, because minor mode variables in general don't need to do so. This one appears to need it for specific reasons. We can fix each such case in this manner. Maybe that is a suitable approach. Does anyone see a problem with it? *** recentf.el 03 Apr 2006 17:30:03 -0400 1.53 --- recentf.el 28 Aug 2006 04:35:41 -0400 *************** *** 1324,1329 **** --- 1324,1330 ---- :global t :group 'recentf :keymap recentf-mode-map + :require recentf (unless (and recentf-mode (recentf-enabled-p)) (if recentf-mode (progn