From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How to load recentf only after opening/saving a file forthefirsttime? Date: Thu, 13 Sep 2012 07:48:33 -0700 Message-ID: References: <80txvarlnv.fsf@somewhere.org><80pq5xswwt.fsf@somewhere.org> <80fw6mfk5d.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347547736 1955 80.91.229.3 (13 Sep 2012 14:48:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2012 14:48:56 +0000 (UTC) To: "'Sebastien Vauban'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 13 16:49:00 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TCAix-0003kg-SG for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Sep 2012 16:48:59 +0200 Original-Received: from localhost ([::1]:45452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCAiu-0007nS-4a for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Sep 2012 10:48:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCAik-0007Vc-NH for help-gnu-emacs@gnu.org; Thu, 13 Sep 2012 10:48:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCAie-0007XT-P5 for help-gnu-emacs@gnu.org; Thu, 13 Sep 2012 10:48:46 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:25726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCAie-0007XD-IE for help-gnu-emacs@gnu.org; Thu, 13 Sep 2012 10:48:40 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q8DEmdoR010549 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Sep 2012 14:48:39 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q8DEmcHj015460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Sep 2012 14:48:38 GMT Original-Received: from abhmt113.oracle.com (abhmt113.oracle.com [141.146.116.65]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q8DEmbZE003417; Thu, 13 Sep 2012 09:48:37 -0500 Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 13 Sep 2012 07:48:37 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <80fw6mfk5d.fsf@somewhere.org> Thread-Index: Ac2Rgwchf6WgEidVSIOrtS/xK2zWswAO4WUg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86751 Archived-At: > Any way to lighten this? Dunno. See Stefan's reply about filing an Emacs bug report. > OK, maybe I should load `dired+' in an eval-after-load > "dired" (if that one is not loaded on its own, by Emacs?) No, load Dired+ by using (require 'dired+). It will load the standard Dired files.