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 9DC88431FBF; Fri, 20 Nov 2009 01:36:11 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 onRCebeJpiJi; Fri, 20 Nov 2009 01:36:10 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 64DF7431FAE; Fri, 20 Nov 2009 01:36:10 -0800 (PST) From: Carl Worth To: "Jeffrey C. Ollie" , Not Much Mail In-Reply-To: <1258665602-700-1-git-send-email-jeff@ocjtech.us> References: <1258665602-700-1-git-send-email-jeff@ocjtech.us> Date: Fri, 20 Nov 2009 10:35:58 +0100 Message-ID: <87ocmxk075.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 1/2] Improve installation of emacs mode. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Fri, 20 Nov 2009 09:36:11 -0000 On Thu, 19 Nov 2009 15:20:01 -0600, "Jeffrey C. Ollie" wrote: > 1) Add a separate targets to build and install emacs mode. > > 2) Don't hardcode the installation directory, instead use emacs' > pkg-config module. > > 3) Install a byte compiled version of the emacs mode. > > 4) Install the emacs mode in emacs' site-lisp directory. Put > "(require 'notmuch)" in your .emacs to load it automatically. > > 5) Ignore byte-compiled emacs files. Thanks, Jeffrey! This is pushed now. -Carl