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 delay loading of packages (when eval-after-load does notapply)? Date: Wed, 15 Aug 2012 12:43:13 -0700 Message-ID: <483FEA88700B4A52A7CAEB3D380683DC@us.oracle.com> References: <804no4c64n.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 1345064237 2745 80.91.229.3 (15 Aug 2012 20:57:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2012 20:57:17 +0000 (UTC) To: "'Sebastien Vauban'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 15 21:43:29 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 1T1jV1-00025d-Es for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2012 21:43:27 +0200 Original-Received: from localhost ([::1]:52452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jV0-0006ml-Fc for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2012 15:43:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jUu-0006mE-QF for help-gnu-emacs@gnu.org; Wed, 15 Aug 2012 15:43:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1jUt-00030t-P5 for help-gnu-emacs@gnu.org; Wed, 15 Aug 2012 15:43:20 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:26075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jUt-00030p-IT for help-gnu-emacs@gnu.org; Wed, 15 Aug 2012 15:43:19 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q7FJhFpY031586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 15 Aug 2012 19:43:16 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q7FJhFop018880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Aug 2012 19:43:15 GMT Original-Received: from abhmt111.oracle.com (abhmt111.oracle.com [141.146.116.63]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q7FJhFtm014006; Wed, 15 Aug 2012 14:43:15 -0500 Original-Received: from dradamslap1 (/130.35.178.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 15 Aug 2012 12:43:14 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <804no4c64n.fsf@somewhere.org> Thread-Index: Ac17G7LvpOibuCk+TuGj/CXdH2K5zwAAiQOQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:86358 > How could I say: load fuzzy when I will make a search for the > first time? Try `isearch-mode-hook' with `require'.