Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 50 / 8a7107d75f9af6682d7e6aec9e38b40f3b41aa
1 Return-Path: <jan@ryngle.com>\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 447B1431FAE\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 19:02:27 -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 WNstan37CWlx for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 19:02:25 -0800 (PST)\r
12 Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com\r
13         [209.85.218.224])\r
14         by olra.theworths.org (Postfix) with ESMTP id 20026431FBC\r
15         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 19:02:24 -0800 (PST)\r
16 Received: by bwz24 with SMTP id 24so3609541bwz.30\r
17         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 19:02:24 -0800 (PST)\r
18 MIME-Version: 1.0\r
19 Received: by 10.204.34.201 with SMTP id m9mr4220736bkd.77.1258945344068; Sun, \r
20         22 Nov 2009 19:02:24 -0800 (PST)\r
21 In-Reply-To: <874oomgdz3.fsf@yoom.home.cworth.org>\r
22 References: <1258893877-28436-1-git-send-email-jan@ryngle.com>\r
23         <874oomgdz3.fsf@yoom.home.cworth.org>\r
24 Date: Mon, 23 Nov 2009 04:02:24 +0100\r
25 Message-ID: <f35dbb950911221902g4daa596ay2530a0323725e72b@mail.gmail.com>\r
26 From: Jan Janak <jan@ryngle.com>\r
27 To: Carl Worth <cworth@cworth.org>\r
28 Content-Type: text/plain; charset=UTF-8\r
29 Content-Transfer-Encoding: quoted-printable\r
30 Cc: notmuch@notmuchmail.org\r
31 Subject: Re: [notmuch] [PATCH] makefile: Tell echo to interpret escape\r
32         sequences.\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.12\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Mon, 23 Nov 2009 03:02:27 -0000\r
46 \r
47 On Mon, Nov 23, 2009 at 3:41 AM, Carl Worth <cworth@cworth.org> wrote:\r
48 > On Sun, 22 Nov 2009 13:44:37 +0100, Jan Janak <jan@ryngle.com> wrote:\r
49 >> The initial message that informs the user about the possibility to use\r
50 >> make V=3D1 contains a \n at the end, but echo wouldn't interpret that\r
51 >> properly without the -e command line option.\r
52 >\r
53 > Patch doesn't work for me.\r
54 >\r
55 > Before patch:\r
56 >\r
57 > =C2=A0 =C2=A0 =C2=A0 =C2=A00:~/src/notmuch:(master)$ make\r
58 > =C2=A0 =C2=A0 =C2=A0 =C2=A0Use "make V=3D1" to see the verbose compile li=\r
59 nes.\r
60 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0CC =C2=A0 =C2=A0notmuch-new.o\r
61 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0CXX =C2=A0 notmuch\r
62 >\r
63 > After patch:\r
64 >\r
65 > =C2=A0 =C2=A0 =C2=A0 =C2=A00:~/src/notmuch:(master)$ make\r
66 > =C2=A0 =C2=A0 =C2=A0 =C2=A0-e Use "make V=3D1" to see the verbose compile=\r
67  lines.\r
68 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0CC =C2=A0 =C2=A0debugger.o\r
69 > =C2=A0 =C2=A0 =C2=A0 =C2=A0-e =C2=A0 CC gmime-filter-reply.o\r
70 > =C2=A0 =C2=A0 =C2=A0 =C2=A0-e =C2=A0 CC notmuch.o\r
71 >\r
72 > It's a shame that simple things like "echo" aren't easy to use portably.\r
73 > (And yes, I know that autoconf has a bunch of tests for echo, such as\r
74 > how to get the behavior of "echo -n", etc.)\r
75 \r
76 It seems your echo interprets escape sequences by default. When I run\r
77 make, the first line of output looks like this:\r
78 \r
79 Use "make V=3D1" to see the verbose compile lines.\n  CC        debugger.o\r
80   CC    gmime-filter-reply.o\r
81   CC    notmuch.o\r
82 \r
83 This is on Debian Lenny. Anyway, this one is not important either.\r
84 \r
85   -- Jan\r