From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: Re: autoload Date: Mon, 24 Jan 2011 10:34:41 -0600 Message-ID: <042A10F6-D0B2-41FF-A932-6E7DB264DB76@gmail.com> References: <065C351A-6288-4442-831F-327DD8525288@gmail.com> <8A172B0F-BE4D-484F-A28E-72C72E6B6EA5@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1295888160 31604 80.91.229.12 (24 Jan 2011 16:56:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 16:56:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: e20100633 Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 24 17:55:56 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 1PhPhr-0004ED-Jd for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 17:55:55 +0100 Original-Received: from localhost ([127.0.0.1]:40780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhPhr-0005aX-2x for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 11:55:55 -0500 Original-Received: from [140.186.70.92] (port=55562 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhPNe-0004BL-2a for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 11:35:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhPNR-0001Un-Q0 for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 11:34:50 -0500 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:64127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhPNR-0001Uf-NQ for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 11:34:49 -0500 Original-Received: by yia25 with SMTP id 25so1555432yia.0 for ; Mon, 24 Jan 2011 08:34:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=4WsW1oTfVFzMN4mEV/TuqxdoQPf4gzRkiDDaEWk2V/0=; b=DYewhzMLvdoDHZBMFHxF+gxlw4AeIKMLQUmnV5X1oMCudR24c93ebqhO3XEMqOe2Qf iwzGXho44f6LGEBGwB+P9aMyzm77sr2bZHR4/AfKYGUph9vbxVr3Wm0JxtXbct3POL19 g8oEnRL5JVRaCcehPhAgqKQNO/LW0c8tkjWps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=VjI/14D1EDRGR3Y3y2BOutydaLcM6uvWsn2QQtwBQx3gXtK61iSTcMhkFWl2f6UJ1A NNQR9YMSUkod10g/MjlVsUKcexBGjXY7tLhECutqiXfkmNfsw/HEQ6POG6y8f/kOJJwQ 7xOoWP/LgcB9ar2ID+8QF+QlcdDGqhk5eCG5A= Original-Received: by 10.42.218.129 with SMTP id hq1mr5021097icb.263.1295886888408; Mon, 24 Jan 2011 08:34:48 -0800 (PST) Original-Received: from newtoy.austin.ibm.com ([32.97.110.54]) by mx.google.com with ESMTPS id u5sm10058374ics.18.2011.01.24.08.34.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 08:34:47 -0800 (PST) In-Reply-To: <8A172B0F-BE4D-484F-A28E-72C72E6B6EA5@gmail.com> X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:78711 Archived-At: On Jan 24, 2011, at 12:51 AM, e20100633 wrote: > Hello, >=20 > On Jan 24, 2011, at 5:49 AM, Perry Smith wrote: >=20 >> I coupled it with a script: >>=20 >> [snip: #!/bin/sh] >>=20 >=20 > Oh god, I was searching for that all day long yesterday. I can't > believe there's nothing in emacs since all those years to byte- > compile a whole directory for the first time -- yeah +1 batch-byte- > recompile-directory is for *recompile*. >=20 > Thank you very much for this. My git repository for my .emacs.d directory is here: = https://github.com/pedz/emacs-lisp It is very disorganized but folks are welcome to poke around it and take = what is useful to them. Perry