From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#11308: 24.1.50; More completion confusion Date: Thu, 28 Apr 2016 16:22:50 +0200 Message-ID: <87zisdizid.fsf@gnus.org> References: <1A09C281D62B48CA91FD7A7DB1F8AE56@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461853405 16696 80.91.229.3 (28 Apr 2016 14:23:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2016 14:23:25 +0000 (UTC) Cc: 11308@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 28 16:23:13 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1avmqW-0004ko-K7 for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Apr 2016 16:23:12 +0200 Original-Received: from localhost ([::1]:49404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avmqW-0003jY-2o for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Apr 2016 10:23:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avmqR-0003gp-8t for bug-gnu-emacs@gnu.org; Thu, 28 Apr 2016 10:23:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avmqM-0007cB-8q for bug-gnu-emacs@gnu.org; Thu, 28 Apr 2016 10:23:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:40891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avmqM-0007c7-5I for bug-gnu-emacs@gnu.org; Thu, 28 Apr 2016 10:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1avmqL-0000d7-Up for bug-gnu-emacs@gnu.org; Thu, 28 Apr 2016 10:23:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Apr 2016 14:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11308 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11308-submit@debbugs.gnu.org id=B11308.14618533762393 (code B ref 11308); Thu, 28 Apr 2016 14:23:01 +0000 Original-Received: (at 11308) by debbugs.gnu.org; 28 Apr 2016 14:22:56 +0000 Original-Received: from localhost ([127.0.0.1]:53228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avmqG-0000cX-2J for submit@debbugs.gnu.org; Thu, 28 Apr 2016 10:22:56 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:40571) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avmqE-0000cP-DS for 11308@debbugs.gnu.org; Thu, 28 Apr 2016 10:22:54 -0400 Original-Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1avmqA-0006AQ-9r; Thu, 28 Apr 2016 16:22:53 +0200 In-Reply-To: <1A09C281D62B48CA91FD7A7DB1F8AE56@us.oracle.com> (Drew Adams's message of "Sat, 21 Apr 2012 13:57:35 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:117073 Archived-At: "Drew Adams" writes: > M-x find-library RET isearch.e > > Put point at bol (i.e. on/just before the `i') and hit TAB. You get > (only) the completion isearch.elc. And point is not moved to eol: it > stays where it was. > > Or put point on `.' - same thing. But quicker - when point is on the > `i' it takes a while. > > But putting point on or after the second `e' gives isearch.el as the > only completion. Likewise, point on the `h', the `c', the `r', the `a', > and the `s'. > > But first complete with point at bol (on `i'), then remove the final > `lc' and move point to the `s'. TAB then completes to isearch.el, as > before, but this time with the message [Complete but not unique], which > was not shown before with point at the same place (on `s'). Yes, that's pretty confusing... I get pretty much the same as you do, but not quite. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no