Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 356774196F0 for ; Sun, 21 Mar 2010 13:29:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43RvQIvCeciq for ; Sun, 21 Mar 2010 13:29:43 -0700 (PDT) Received: from mail-ew0-f210.google.com (mail-ew0-f210.google.com [209.85.219.210]) by olra.theworths.org (Postfix) with ESMTP id 0D6EA431FC1 for ; Sun, 21 Mar 2010 13:29:42 -0700 (PDT) Received: by ewy2 with SMTP id 2so850858ewy.0 for ; Sun, 21 Mar 2010 13:29:42 -0700 (PDT) Received: by 10.213.25.78 with SMTP id y14mr4818314ebb.75.1269203381781; Sun, 21 Mar 2010 13:29:41 -0700 (PDT) Received: from ellen.idiomdrottning.org.handgranat.org ([83.251.93.216]) by mx.google.com with ESMTPS id 16sm1293785ewy.7.2010.03.21.13.29.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Mar 2010 13:29:41 -0700 (PDT) Message-ID: <4ba681b5.1067f10a.159d.60df@mx.google.com> Date: Sun, 21 Mar 2010 21:30:29 +0100 From: Sandra Snan To: Sebastian Spaeth , notmuch@notmuchmail.org User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) References: <87fx3uflkx.fsf@jhu.edu> <87r5nde8e3.fsf@SSpaeth.de> In-Reply-To: <87r5nde8e3.fsf@SSpaeth.de> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [notmuch] Using notmuch as an address book for tab-completion X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 20:29:45 -0000 On Sun, 21 Mar 2010 21:18:12 +0100, "Sebastian Spaeth" wrote: > Silly question: How do I byte-compile stuff for emacs? I am a helpless no= ob when there > is no make install-emacs command. :-) Sure, here=E2=80=99s how: M-x byte-compile-file type path to file RET Good luck!