From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Customizing recentf
Date: Mon, 28 Aug 2006 05:52:36 -0400 [thread overview]
Message-ID: <E1GHdnI-0005Tl-CF@fencepost.gnu.org> (raw)
In-Reply-To: <loom.20060825T173731-201@post.gmane.org> (message from Michael Mauger on Fri, 25 Aug 2006 15:54:51 +0000 (UTC))
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
next prev parent reply other threads:[~2006-08-28 9:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-25 15:53 Customizing recentf Michael Mauger
2006-08-28 9:52 ` Richard Stallman [this message]
2006-08-28 15:02 ` Stefan Monnier
2006-08-29 11:47 ` Richard Stallman
2006-08-29 19:04 ` Stefan Monnier
2006-08-29 23:09 ` Michael Mauger
2006-08-30 0:32 ` Michael Mauger
2006-08-30 17:17 ` Stefan Monnier
2006-08-30 17:58 ` Richard Stallman
2006-08-31 17:11 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1GHdnI-0005Tl-CF@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.