Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 47E76431FC0; Fri, 27 Nov 2009 21:22:52 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rJ-86zGYca5J; Fri, 27 Nov 2009 21:22:51 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6E27B431FAE; Fri, 27 Nov 2009 21:22:51 -0800 (PST) From: Carl Worth To: camalot@picnicpark.org, notmuch@notmuchmail.org In-Reply-To: <1259328615-1445-7-git-send-email-camalot@picnicpark.org> References: <1259328615-1445-1-git-send-email-camalot@picnicpark.org> <1259328615-1445-2-git-send-email-camalot@picnicpark.org> <1259328615-1445-3-git-send-email-camalot@picnicpark.org> <1259328615-1445-4-git-send-email-camalot@picnicpark.org> <1259328615-1445-5-git-send-email-camalot@picnicpark.org> <1259328615-1445-6-git-send-email-camalot@picnicpark.org> <1259328615-1445-7-git-send-email-camalot@picnicpark.org> Date: Fri, 27 Nov 2009 21:22:36 -0800 Message-ID: <87fx7zte8z.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: Keith Amidon Subject: Re: [notmuch] [PATCH 6/9] Reply to individual messages using message library X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 05:22:52 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Fri, 27 Nov 2009 05:30:12 -0800, camalot@picnicpark.org wrote: > From: Keith Amidon >=20 > As an alternative to creating a reply from the current thread, this > commit provides functions to create replies directly in emacs using > the message library. >=20 > A future commit will provide keybindings so that they are easy to > change if a different set is preferred. Can you fill me in a little bit here? The message-mode documentation is quite thin on what the distinctions are between "reply", "wide-reply", and "followup". Meanwhile, I don't think we have any need to support different implementations of reply, (that is---I don't want one binding for a "notmuch-based reply" and another for a "message-mode-based reply" without any functional difference in the result). Instead I'd like to define what the functionality is that we want here, and then provide that. I do like taking advantage of things like message-mode functionality wherever it exists, so I'm happy to have the default reply button do (with-current-notmuch-show-message (message-reply)) or whatever. But meanwhile, I'll *also* want to understand what the variations are here so that we can *also* implement them inside of "notmuch reply" so that non-emacs-based interfaces can easily get at similar functionality. So I'm holding off on pushing this patch until I understand it better, (and documentation strings for the new functions might help for that---provided they have more detail than the corresponding documentation strings for the message-mode functions being called). =2DCarl --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFLELOc6JDdNq8qSWgRAqv4AJ9l/rPID5/N/QDmmsZL7o+ybj7wDQCfbBSY X4yctBDzRZo7CxxKoFvV9rM= =uC6c -----END PGP SIGNATURE----- --=-=-=--