Re: Linking a privately built -lxapian
[notmuch-archives.git] / 7d / 1c204288b1d360293901ae2d515f49e965eee3
1 Return-Path: <too@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 79054431FD2\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 02:35:53 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id jIYDZLlDKy2P for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 02:35:52 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 975D2431FBC\r
19         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 02:35:52 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 0028C68056; Wed, 25 Jan 2012 12:35:55 +0200 (EET)\r
22 From: Tomi Ollila <too@iki.fi>\r
23 To: David Edmondson <dme@dme.org>, Tomi Ollila <tomi.ollila@iki.fi>,\r
24         notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] emacs: Fix a notmuch-print.el compiler warning.\r
26 In-Reply-To: <cunobtscext.fsf@hotblack-desiato.hh.sledj.net>\r
27 References: <1327481535-27076-1-git-send-email-dme@dme.org>\r
28         <m2mx9c87h9.fsf@guru.guru-group.fi>\r
29         <cunobtscext.fsf@hotblack-desiato.hh.sledj.net>\r
30 User-Agent: Notmuch/0.11+99~g0528eb4 (http://notmuchmail.org) Emacs/23.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Wed, 25 Jan 2012 12:35:55 +0200\r
36 Message-ID: <m2hazk83xw.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-Mailman-Approved-At: Thu, 02 Feb 2012 08:56:32 -0800\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 25 Jan 2012 10:35:53 -0000\r
53 \r
54 On Wed, 25 Jan 2012 09:24:46 +0000, David Edmondson <dme@dme.org> wrote:\r
55 > On Wed, 25 Jan 2012 11:19:30 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
56 > > On Wed, 25 Jan 2012 08:52:15 +0000, David Edmondson <dme@dme.org> wrote:\r
57 > > > `notmuch-show-get-prop' should be declared.\r
58 > > > ---\r
59 > > \r
60 > > How 'bout \r
61 > > \r
62 > > (require 'notmuch-lib)\r
63 > > \r
64 > > and put that declare-function there ?\r
65 > > \r
66 > > So that when declaration gets checked when notmuch-show defuns it \r
67\r
68 > That doesn't work, as I recall. A `declare-function' in a `require'd\r
69 > file has no effect - the compiler will still complain.\r
70 \r
71 Ok\r
72 \r
73 +1\r
74 \r
75 I (might) check how check-declare can be used here...\r
76 \r
77 \r
78 Tomi\r