From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Customizing recentf Date: Thu, 31 Aug 2006 13:11:43 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157044345 10287 80.91.229.2 (31 Aug 2006 17:12:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Aug 2006 17:12:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 31 19:12:20 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 1GIq5H-0006LX-Cx for ged-emacs-devel@m.gmane.org; Thu, 31 Aug 2006 19:12:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIq5G-0006AU-SP for ged-emacs-devel@m.gmane.org; Thu, 31 Aug 2006 13:12:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIq53-00068U-0J for emacs-devel@gnu.org; Thu, 31 Aug 2006 13:11:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIq4y-00061a-Vh for emacs-devel@gnu.org; Thu, 31 Aug 2006 13:11:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIq4y-00061X-R3 for emacs-devel@gnu.org; Thu, 31 Aug 2006 13:11:48 -0400 Original-Received: from [209.226.175.97] (helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GIqEd-0007a1-TN for emacs-devel@gnu.org; Thu, 31 Aug 2006 13:21:48 -0400 Original-Received: from localhost ([70.55.145.157]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060831171144.UBAT24981.tomts40-srv.bellnexxia.net@localhost>; Thu, 31 Aug 2006 13:11:44 -0400 Original-Received: by localhost (Postfix, from userid 20848) id 111138C36; Thu, 31 Aug 2006 13:11:44 -0400 (EDT) Original-To: Michael Mauger In-Reply-To: (Michael Mauger's message of "Tue, 29 Aug 2006 23:09:45 +0000 (UTC)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:59168 Archived-At: > Here's an attempt (basically I moved the code to autoload out of the main > loop and put it before the sort). This did fix the problem for me and > would seem to fix the problem for other, more subtle, situations. > I didn't move the code to handle explicit requires in the c-s-v entries > since I figured that should be reserved for very special situations. > This patch should allow us to remove most of the :require settings in > autoloaded minor modes. Installed, Stefan