Re: [PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help system.
authorCarl Worth <cworth@cworth.org>
Mon, 8 Nov 2010 17:29:42 +0000 (09:29 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:24 +0000 (09:37 -0800)
93/87890ce84a9ac3ffa0980219b292461acb99f7 [new file with mode: 0644]

diff --git a/93/87890ce84a9ac3ffa0980219b292461acb99f7 b/93/87890ce84a9ac3ffa0980219b292461acb99f7
new file mode 100644 (file)
index 0000000..ece381c
--- /dev/null
@@ -0,0 +1,108 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8E78740DAD3\r
+       for <notmuch@notmuchmail.org>; Mon,  8 Nov 2010 09:30:43 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.89\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5\r
+       tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, T_MIME_NO_TEXT=0.01]\r
+       autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id DeYiqevOxcba; Mon,  8 Nov 2010 09:30:33 -0800 (PST)\r
+Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7D2464196F0;\r
+       Mon,  8 Nov 2010 09:30:28 -0800 (PST)\r
+Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
+       id 897D825412B; Mon,  8 Nov 2010 09:29:42 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Nelson Elhage <nelhage@MIT.EDU>, Sebastian Spaeth <Sebastian@sspaeth.de>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help\r
+       system.\r
+In-Reply-To: <87r5lckh5t.fsf@mit.edu>\r
+References: <1273869727-32740-1-git-send-email-nelhage@mit.edu>\r
+       <1273869727-32740-2-git-send-email-nelhage@mit.edu>\r
+       <877hn6yv5b.fsf@SSpaeth.de> <874oiayubn.fsf@SSpaeth.de>\r
+       <87r5lckh5t.fsf@mit.edu>\r
+User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Mon, 08 Nov 2010 09:29:42 -0800\r
+Message-ID: <874obroha1.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 08 Nov 2010 17:30:43 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sat, 15 May 2010 17:07:42 -0400, Nelson Elhage <nelhage@MIT.EDU> wrote:\r
+> On Fri, 14 May 2010 15:47:24 -0700, "Sebastian Spaeth" <Sebastian@sspaeth=\r
+.de> wrote:\r
+> > On 2010-05-14, Sebastian Spaeth wrote:\r
+> > > I just tried this and one thing I did not like...\r
+...\r
+> It's worth documenting. I'd prefer not to override it in notmuch-help,\r
+> because it's important to me that it behave like other help functions in\r
+> emacs. users could defadvice it or something if they really want.\r
+\r
+Hi Nelson,\r
+\r
+I appreciate your desire to make notmuch work more consistently for\r
+experienced users of emacs.\r
+\r
+But this is a case where I think the emacs defaults are wrong for a new\r
+user, (I'm imagining someone getting started with notmuch and that\r
+otherwise doesn't use emacs regularly).\r
+\r
+For a user like this I think it's important for the notmuch emacs\r
+interface to not do any window-splitting by default. Without any\r
+splitting the new user is given a consistent experience, (notmuch often\r
+opens new windows and the user can clear any window by pressing "q" and\r
+seeing the previous window).\r
+\r
+But with window splitting, the user now needs to know a new command for\r
+undoing the split, (such as C-x 1) or for switching between the windows\r
+(such as C-x o).\r
+\r
+So for this particular feature, I want the default behavior to open the\r
+help window just like any other notmuch window, (even though that\r
+doesn't match what emacs typically does for help windows). Then the\r
+"experienced" emacs suers can be given a configuration option to get the\r
+desired behavior.\r
+\r
+Would you care to put together a patch to do that?\r
+\r
+=2DCarl\r
+\r
+=2D-=20\r
+carl.d.worth@intel.com\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iD8DBQFM2DOG6JDdNq8qSWgRAs7TAJ9kB2drE589aQsHZyayBP0az2vp/ACglKbs\r
+6DN8KuhLED+k00EixREFHXM=\r
+=oy4X\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r