From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: autoload Date: Sun, 23 Jan 2011 23:09:08 -0500 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295844121 19449 80.91.229.12 (24 Jan 2011 04:42:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 04:42:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 24 05:41:57 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhEFX-0006zC-0n for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 05:41:55 +0100 Original-Received: from localhost ([127.0.0.1]:56964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhEFW-0008VD-KG for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jan 2011 23:41:54 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Injection-Info: mx02.eternal-september.org; posting-host="7SR+HuTELtJXJ9dF2M5ZSQ"; logging-data="25644"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19sFVV5Q+AFArNcmvya+g9H" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:fx6Nb6GVtVXcBBsm/4qYAnarWXQ= sha1:8cA0w2GKEIl2hwYQBzm9QMk2oQA= Original-Xref: usenet.stanford.edu gnu.emacs.help:184531 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78693 Archived-At: > I just spent the past few hours constructing various scripts to > automatically byte compile the new files As in byte-recompile-directory? > and also create a myautoloads.el file that I load at startup. As in update-directory-autoloads? Stefan