Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 7c / d91e2b0b3da46fdd3649019319281bf92cca9f
1 Return-Path: <jani@nikula.org>\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 8CA5E429E3D\r
6         for <notmuch@notmuchmail.org>; Wed,  4 Jan 2012 00:28:06 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 q+2N5SFjHX4C for <notmuch@notmuchmail.org>;\r
16         Wed,  4 Jan 2012 00:28:06 -0800 (PST)\r
17 Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com\r
18         [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id ED913431FD0\r
21         for <notmuch@notmuchmail.org>; Wed,  4 Jan 2012 00:28:05 -0800 (PST)\r
22 Received: by qadc12 with SMTP id c12so12129588qad.5\r
23         for <notmuch@notmuchmail.org>; Wed, 04 Jan 2012 00:28:05 -0800 (PST)\r
24 Received: by 10.224.33.65 with SMTP id g1mr64406245qad.98.1325665685350;\r
25         Wed, 04 Jan 2012 00:28:05 -0800 (PST)\r
26 Received: from localhost (nikula.org. [92.243.24.172])\r
27         by mx.google.com with ESMTPS id\r
28         ft9sm105278377qab.20.2012.01.04.00.28.01\r
29         (version=SSLv3 cipher=OTHER); Wed, 04 Jan 2012 00:28:03 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: Jameson Graef Rollins <jrollins@finestructure.net>, David Edmondson\r
32         <dme@dme.org>, Antoine =?utf-8?Q?Beaupr=C3=A9?= <anarcat@koumbit.org>, \r
33         notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH 1/2] add notmuch keybinding 'd'\r
35 In-Reply-To: <87hb0c8o6c.fsf@servo.finestructure.net>\r
36 References: <1266408746-28549-1-git-send-email-Sebastian@SSpaeth.de>\r
37         <1310841600-28281-1-git-send-email-anarcat@koumbit.org>\r
38         <cunvcos6dhp.fsf@hotblack-desiato.hh.sledj.net>\r
39         <8762gsy2xp.fsf@nikula.org>\r
40         <87hb0c8o6c.fsf@servo.finestructure.net>\r
41 User-Agent: Notmuch/0.10.2+129~g8a76c81 (http://notmuchmail.org) Emacs/23.1.1\r
42         (i686-pc-linux-gnu)\r
43 Date: Wed, 04 Jan 2012 08:27:59 +0000\r
44 Message-ID: <8762grc1o0.fsf@nikula.org>\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain; charset=us-ascii\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 04 Jan 2012 08:28:06 -0000\r
60 \r
61 On Tue, 03 Jan 2012 13:35:23 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
62 > There really can't be an "easier" solution to add a key binding other\r
63 > than just adding the above to your .emacs, and I really don't think it\r
64 > would be worth it to try to make one.\r
65 \r
66 I guess you're right. Thanks for the example too.\r
67 \r
68 > The fact that it's already so easy to customize the key bindings is why\r
69 > I've been reluctant (or even against) getting into protracted\r
70 > discussions about what the default key bindings should be.  Everyone is\r
71 > going to want a different behavior, and since it's easy enough to\r
72 > customize, just let users define what they want.\r
73 \r
74 This is what I was basically after too: provide elementary functions\r
75 that make it easy for users to do what they want. (Just in this case\r
76 nothing more is really needed.)\r
77 \r
78 As a side note, GNU Global has an interesting approach of not binding\r
79 any keys, unless you have done:\r
80 (setq gtags-suggested-key-mapping t)\r
81 \r
82 \r
83 BR,\r
84 Jani.\r