From: Gauthier Östervall Date: Fri, 23 May 2014 14:02:16 +0000 (+0200) Subject: Re: emacs integration X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=380a566a7eb49c3727725c8b75a114ada41acb02;p=notmuch-archives.git Re: emacs integration --- diff --git a/43/93e050ae48f72e53697c918d7c6c9971855729 b/43/93e050ae48f72e53697c918d7c6c9971855729 new file mode 100644 index 000000000..d7dc255fc --- /dev/null +++ b/43/93e050ae48f72e53697c918d7c6c9971855729 @@ -0,0 +1,94 @@ +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 161BC431FBF + for ; Fri, 23 May 2014 07:02:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +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 lnHxt-XjuSiX for ; + Fri, 23 May 2014 07:02:40 -0700 (PDT) +Received: from mail-we0-f173.google.com (mail-we0-f173.google.com + [74.125.82.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 2AAB0431FC4 + for ; Fri, 23 May 2014 07:02:40 -0700 (PDT) +Received: by mail-we0-f173.google.com with SMTP id u57so5015656wes.32 + for ; Fri, 23 May 2014 07:02:37 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:mime-version:in-reply-to:references:from:date + :message-id:subject:to:cc:content-type:content-transfer-encoding; + bh=OAwebJbKAtcZgatY3ayHSS0j/DCNDDPlIPUQN6FwaI0=; + b=Uy55g/I0y24VEKhIWHIIpeXNk3ZKBBgQbju+mNX4YwTmj1qhDpm1dgUUOqnW6WKpxM + lcfB9qGY65Eiro2A2j/RIgASha6zPoestDD57DZBLEU5Wn4hsVPMqURZWI0abIfahD+Y + KqgOMSVexXhaWK+svJceKUeOEglckx7wlq/9LaXXcsf7/HbCrER7pgUJcE8el8unI5uR + tKvBV17wb0bRDaz2t3fV49O4etO58ldVAGBerCXvTi1PUKq6L+G66w1snz3Sm0lzFyhH + 5z+ExtmKyJZNeegh/tM2rGUhMath4UxhT5kkGCM9OYODYNgqSq0dZmI/eI3WEzI8UjZX + TgGA== +X-Gm-Message-State: + ALoCoQkcsfI7vLinabj033OUnKJzuN1xIO2rh58XYyLQaPq5MFHlK+d58CegTNexTbcmdDLFoEQ/ +X-Received: by 10.194.58.79 with SMTP id o15mr3312043wjq.62.1400853756757; + Fri, 23 May 2014 07:02:36 -0700 (PDT) +MIME-Version: 1.0 +Received: by 10.180.101.194 with HTTP; Fri, 23 May 2014 07:02:16 -0700 (PDT) +X-Originating-IP: [194.218.229.132] +In-Reply-To: +References: + + +From: =?UTF-8?Q?Gauthier_=C3=96stervall?= +Date: Fri, 23 May 2014 16:02:16 +0200 +Message-ID: + +Subject: Re: emacs integration +To: David Edmondson +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable +X-Mailman-Approved-At: Sat, 24 May 2014 10:17:25 -0700 +Cc: notmuch@notmuchmail.org +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: Fri, 23 May 2014 14:02:48 -0000 + +On Fri, May 23, 2014 at 9:20 AM, David Edmondson wrote: +> On Thu, May 22 2014, Gauthier =C3=96stervall wrote: +>> 1. First, I had a hard time to get the el files at all. I finally got +>> them from github.comb/chrisdone/notmuch.git. +>> Is this ok? Where should I get them otherwise? +> +> http://notmuchmail.org lists both http://notmuchmail.org/releases/ and +> git://notmuchmail.org/git/notmuch as sources of notmuch. +> +> The emacs UI is in emacs/ when you've grabbed the source. + +I see, thank you. I am actually not interested in the source itself +for now, I only attempted to get the emacs integration to work. +I actually got notmuch via apt-get, and if I try to apt-get install +notmuch-emacs, it says I have it already. +So it seems I have notmuch-emacs installed, what I don't know is where +to point emacs to for it to find this installation. + +Now emacs seems to have found them somehow. I had a system restart in +between, maybe that's what fixed it. +After examining my load-path, I saw that +/usr/share/emacs24/site-lisp/notmuch was added there. +Who modified load-path, and how? I could see no environment variable +about notmuch, maybe everything under site-lisp/ is added to load-path +at each emacs start?