Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f7 / dea612f11c5ac03c07fba9c1fae99cf85156bd
1 Return-Path: <jrollins@phys.columbia.edu>\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 C3489431FBF\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 07:46:13 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id e-gQNjgnX10P for <notmuch@notmuchmail.org>;\r
11         Mon, 23 Nov 2009 07:46:13 -0800 (PST)\r
12 Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7])\r
13         by olra.theworths.org (Postfix) with ESMTP id 01217431FAE\r
14         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 07:46:12 -0800 (PST)\r
15 Received: from servo.finestructure.net (cpe-72-227-128-66.nyc.res.rr.com\r
16         [72.227.128.66])\r
17         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
18         by tarap.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id nANFjXse002512\r
19         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
20         Mon, 23 Nov 2009 10:45:33 -0500 (EST)\r
21 Received: from jrollins by servo.finestructure.net with local (Exim 4.69)\r
22         (envelope-from <jrollins@phys.columbia.edu>)\r
23         id 1NCb6s-0007df-BU; Mon, 23 Nov 2009 10:45:50 -0500\r
24 Date: Mon, 23 Nov 2009 10:45:50 -0500\r
25 From: Jameson Rollins <jrollins@phys.columbia.edu>\r
26 To: Ingmar Vanhassel <ingmar@exherbo.org>\r
27 Message-ID: <20091123154550.GA27503@finestructure.net>\r
28 References: <46263c600911230731i529f2db5rec11bed02f84ef13@mail.gmail.com>\r
29         <1258990831-sup-2789@cannonball>\r
30 MIME-Version: 1.0\r
31 Content-Type: multipart/signed; micalg=pgp-sha256;\r
32         protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc"\r
33 Content-Disposition: inline\r
34 In-Reply-To: <1258990831-sup-2789@cannonball>\r
35 User-Agent: Mutt/1.5.20 (2009-06-14)\r
36 X-No-Spam-Score: Local\r
37 X-Scanned-By: MIMEDefang 2.65 on 128.59.29.7\r
38 X-Mailman-Approved-At: Mon, 23 Nov 2009 18:06:02 -0800\r
39 Cc: notmuch <notmuch@notmuchmail.org>\r
40 Subject: Re: [notmuch] [patch] Trivial fix for non-root install\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.12\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 23 Nov 2009 15:46:13 -0000\r
54 \r
55 \r
56 --C7zPtVaVf+AK4Oqc\r
57 Content-Type: text/plain; charset=us-ascii\r
58 Content-Disposition: inline\r
59 Content-Transfer-Encoding: quoted-printable\r
60 \r
61 On Mon, Nov 23, 2009 at 04:41:23PM +0100, Ingmar Vanhassel wrote:\r
62 > Excerpts from Brett Viren's message of Mon Nov 23 16:31:47 +0100 2009:\r
63 > > Installing as a normal user fails because the bash completion config\r
64 > > files try to install into /etc.  This trivial patch fixes this.\r
65 >\r
66 > Your patch breaks the more common case of installing as root user. It\r
67 > now installs into /usr/etc where bash completions most likely won't be\r
68 > found.\r
69 \r
70 I submitted a patch similar to Ingmar's the other day.  I actually\r
71 feel like the more common case is to install it locally as a local\r
72 user, especially during early development.\r
73 \r
74 jamie.\r
75 \r
76 > > diff --git a/Makefile.config b/Makefile.config\r
77 > > index ddc7436..c04d57a 100644\r
78 > > --- a/Makefile.config\r
79 > > +++ b/Makefile.config\r
80 > > @@ -1,3 +1,2 @@\r
81 > > -prefix =3D /usr/local\r
82 > > -bash_completion_dir =3D /etc/bash_completion.d\r
83 > > +bash_completion_dir =3D $(prefix)/etc/bash_completion.d\r
84 > >  CFLAGS +=3D -DHAVE_VALGRIND\r
85 > >=20\r
86 > >=20\r
87 > > -Brett.\r
88 > --=20\r
89 > Exherbo KDE, X.org maintainer\r
90 > _______________________________________________\r
91 > notmuch mailing list\r
92 > notmuch@notmuchmail.org\r
93 > http://notmuchmail.org/mailman/listinfo/notmuch\r
94 \r
95 --C7zPtVaVf+AK4Oqc\r
96 Content-Type: application/pgp-signature; name="signature.asc"\r
97 Content-Description: Digital signature\r
98 Content-Disposition: attachment\r
99 \r
100 -----BEGIN PGP SIGNATURE-----\r
101 Version: GnuPG v1.4.10 (GNU/Linux)\r
102 \r
103 iQIcBAEBCAAGBQJLCq4qAAoJEO00zqvie6q8EuUQAJkwQjHWt0aoObgGG2JgRIc/\r
104 gh5kmXWhR4UkavOKQv4p0cL8kIgpRoHowc44YlzfnfQNqY4y04XpuSB0hZVxPq1M\r
105 09E3kwivKj6m6VZwS49FFNlLU0SwvMPBFJ925AqQP0pFfSwZ2KpLOe2OO3wxaJbX\r
106 cD5qwguCM3Nc+cTwlDV3/0KhRBwU0c8CcmE+SD+Q92N1wBUXEt38rYn4aCndT958\r
107 OdsM1i9V0VwctxYseEvJ1k6NZ4sbx75VdgvUMroGTNij7x+KeTX4eH6jw4w2dmUN\r
108 ciot5OOfy7U6SX1j1pYa5I1dYVu6CVOhctXjjbOygU/TALRtEfjSwOE+jusS/5p1\r
109 RM6rpEFJy4NKuLcNnkAS66YZahiJLJnosuCv7lpl1EmVt9pgZvnuIUrnIyeSuVro\r
110 RxVExDnxvEv+93V5FR/VTzCkyrIZKhI+t2ba/eAfJiqwwon0k8WI+LRdNY46HmGK\r
111 fp9QdsSsf3n7vMGX+aUqca7bDFprc/Zzl679CvzvVhpqoGK6cH/np503ZVeWXzBZ\r
112 EpFq2bzjBlm1cY/BzDEAwabVGLwU7RyoI3IEagb2yb8OyvjRsmmmvBO91s29wH2k\r
113 w9SEZ16AcwMuA9aRA4Cklui0tOO2fDJWpQGfqPEbTUryLYfCYWVfLdNQWBp3BtxE\r
114 yx+y+V0SxgP39gyMq6en\r
115 =dzyH\r
116 -----END PGP SIGNATURE-----\r
117 \r
118 --C7zPtVaVf+AK4Oqc--\r