Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b0 / 64c0c9ac943d5989f199d1c8ee4aad8c59336d
1 Return-Path: <sojkam1@fel.cvut.cz>\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 6868E431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 24 Nov 2010 13:25:10 -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 5dxWXZyBAPle for <notmuch@notmuchmail.org>;\r
16         Wed, 24 Nov 2010 13:25:10 -0800 (PST)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id E14EA431FB5\r
19         for <notmuch@notmuchmail.org>; Wed, 24 Nov 2010 13:25:09 -0800 (PST)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id E9BE319F3362;\r
22         Wed, 24 Nov 2010 22:25:08 +0100 (CET)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id wGdrELfy4JRw; Wed, 24 Nov 2010 22:25:07 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id B40D119F3338;\r
30         Wed, 24 Nov 2010 22:25:07 +0100 (CET)\r
31 Received: from steelpick.2x.cz (unknown [213.29.198.144])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id AE196FA005;\r
34         Wed, 24 Nov 2010 22:25:07 +0100 (CET)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.72)\r
36         (envelope-from <sojkam1@fel.cvut.cz>)\r
37         id 1PLMpu-0007Kt-Vy; Wed, 24 Nov 2010 22:25:07 +0100\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
40         notmuch <notmuch@notmuchmail.org>\r
41 Subject: Re: C coding conventions for notmuch\r
42 In-Reply-To: <4CEC0C88.5030304@fifthhorseman.net>\r
43 References: <4CEC0C88.5030304@fifthhorseman.net>\r
44 User-Agent: Notmuch/0.5-11-g48b5e00 (http://notmuchmail.org) Emacs/23.2.1\r
45         (x86_64-pc-linux-gnu)\r
46 Date: Wed, 24 Nov 2010 22:25:06 +0100\r
47 Message-ID: <87pqtubej1.fsf@steelpick.2x.cz>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=us-ascii\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Wed, 24 Nov 2010 21:25:10 -0000\r
63 \r
64 On Tue, 23 Nov 2010, Daniel Kahn Gillmor wrote:\r
65 > hey notmuch folks--\r
66\r
67 > ; emacs local configuration settings for notmuch source\r
68 > ; surmised by dkg on 2010-11-23 13:43:18-0500\r
69\r
70 > (\r
71 >  (c-mode . (\r
72 >             (indent-tabs-mode . t)\r
73 >             (tab-width . 8)\r
74 >             (c-basic-offset . 4)\r
75 \r
76 ;; I think, that Carl also likes this setting :-)\r
77               (c-cleanup-list . (space-before-funcall))\r
78               \r
79 >             )\r
80 >          )\r
81 > )\r