From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 946C46DE1337 for ; Sun, 9 Oct 2016 05:08:43 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rYrpS3UpoLup for ; Sun, 9 Oct 2016 05:08:43 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 1B4556DE12E4 for ; Sun, 9 Oct 2016 05:08:43 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1btCu4-0003gp-Fm; Sun, 09 Oct 2016 08:08:28 -0400 Received: (nullmailer pid 23612 invoked by uid 1000); Sun, 09 Oct 2016 12:08:40 -0000 From: David Bremner To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: include first match in address completion In-Reply-To: <1474991127-15864-1-git-send-email-markwalters1009@gmail.com> References: <1474991127-15864-1-git-send-email-markwalters1009@gmail.com> Date: Sun, 09 Oct 2016 09:08:40 -0300 Message-ID: <87r37pwwqf.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sun, 09 Oct 2016 12:08:43 -0000 Mark Walters writes: > The current code for address completion takes the list of possible > completions (whether generated internally or externally), makes the > first match the initial value for the completion, and puts all the > others (but not the first match) into the possible completions. pushed, d