Re: Address completion in Emacs
authorLele Gaifax <lele@metapensiero.it>
Fri, 12 Dec 2014 12:45:47 +0000 (13:45 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:46:59 +0000 (14:46 -0700)
7b/e2b298d946832ec83171a42646e42bdb82ebc4 [new file with mode: 0644]

diff --git a/7b/e2b298d946832ec83171a42646e42bdb82ebc4 b/7b/e2b298d946832ec83171a42646e42bdb82ebc4
new file mode 100644 (file)
index 0000000..f301dbb
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <gmn-notmuch@m.gmane.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 3BCE2431FD5\r
+       for <notmuch@notmuchmail.org>; Fri, 12 Dec 2014 04:46:06 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.165\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.165 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_NUMERIC_HELO=0.865]\r
+       autolearn=disabled\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 AxP1P0+WebkA for <notmuch@notmuchmail.org>;\r
+       Fri, 12 Dec 2014 04:46:02 -0800 (PST)\r
+Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 39979431FBC\r
+       for <notmuch@notmuchmail.org>; Fri, 12 Dec 2014 04:46:02 -0800 (PST)\r
+Received: from list by plane.gmane.org with local (Exim 4.69)\r
+       (envelope-from <gmn-notmuch@m.gmane.org>) id 1XzPbc-00024c-Hh\r
+       for notmuch@notmuchmail.org; Fri, 12 Dec 2014 13:46:00 +0100\r
+Received: from 151.62.31.98 ([151.62.31.98])\r
+       by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
+       id 1AlnuQ-0007hv-00\r
+       for <notmuch@notmuchmail.org>; Fri, 12 Dec 2014 13:46:00 +0100\r
+Received: from lele by 151.62.31.98 with local (Gmexim 0.1 (Debian))\r
+       id 1AlnuQ-0007hv-00\r
+       for <notmuch@notmuchmail.org>; Fri, 12 Dec 2014 13:46:00 +0100\r
+X-Injected-Via-Gmane: http://gmane.org/\r
+To: notmuch@notmuchmail.org\r
+From: Lele Gaifax <lele@metapensiero.it>\r
+Subject: Re: Address completion in Emacs\r
+Date: Fri, 12 Dec 2014 13:45:47 +0100\r
+Organization: Nautilus Entertainments\r
+Lines: 31\r
+Message-ID: <87vblh829w.fsf@nautilus.nautilus>\r
+References: <87d27p9t0f.fsf@nautilus.nautilus>\r
+       <m24mt1hxoy.fsf@heart-of-gold.hh.sledj.net>\r
+Mime-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: 8bit\r
+X-Complaints-To: usenet@ger.gmane.org\r
+X-Gmane-NNTP-Posting-Host: 151.62.31.98\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)\r
+Cancel-Lock: sha1:M+qUkDsKo+eGtsKOP90Fwz2yvE4=\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: Fri, 12 Dec 2014 12:46:06 -0000\r
+\r
+David Edmondson <dme@dme.org> writes:\r
+\r
+> On Fri, Dec 12 2014, Lele Gaifax wrote:\r
+>> Wouldn't it be more "correct" to pass the unchanged `options' list and\r
+>> the "real" `orig' text as `initial-input' to the customizable function\r
+>> instead?\r
+>\r
+> Would I then have to press TAB twice to get the first result?\r
+\r
+No, why? The customizable `notmuch-address-selection-function' would be\r
+free to pass (car options) as the initial-input of `completing-read', if\r
+needed. When using `ido-completing-read', the first option is\r
+pre-selected, so a RET confirms that.\r
+\r
+>> I understand that it may be undesiderable to break existing\r
+>> configurations by rectifying the arguments in that way, and in such case\r
+>> could we change the `initial-input' argument name to better reflect the\r
+>> fact that it actually contains one possible candidate instead?\r
+>\r
+> From the perspective of `notmuch-address-selection-function', it _is_\r
+> the `initial-input', as that is what is presented to the user.\r
+\r
+IMHO no, it's not: what it receives as `initial-input' is not what the\r
+user actually wrote, but rather just the (somewhat arbitrary) first\r
+candidate address found by `notmuch-address-command'.\r
+\r
+thanks&bye, lele.\r
+-- \r
+nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri\r
+real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.\r
+lele@metapensiero.it  |                 -- Fortunato Depero, 1929.\r
+\r