From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#10721: 24.0.93; M-TAB for :type (file :must-match t) in Customize Date: Mon, 06 Feb 2012 09:02:19 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328537013 31642 80.91.229.3 (6 Feb 2012 14:03:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 14:03:33 +0000 (UTC) Cc: 10721@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 06 15:03:30 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuPAG-0003jE-VG for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 15:03:29 +0100 Original-Received: from localhost ([::1]:43428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPAG-00076n-AJ for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 09:03:28 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPA8-00072N-EG for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 09:03:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuPA0-0005TL-8f for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 09:03:20 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPA0-0005T9-3A for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 09:03:12 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RuPAo-0003Nw-3r for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 09:04:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Feb 2012 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10721 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10721-submit@debbugs.gnu.org id=B10721.132853699812940 (code B ref 10721); Mon, 06 Feb 2012 14:04:02 +0000 Original-Received: (at 10721) by debbugs.gnu.org; 6 Feb 2012 14:03:18 +0000 Original-Received: from localhost ([127.0.0.1]:56537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuPA5-0003Md-CK for submit@debbugs.gnu.org; Mon, 06 Feb 2012 09:03:17 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:7641) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuPA3-0003MP-6c for 10721@debbugs.gnu.org; Mon, 06 Feb 2012 09:03:15 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EAIHcL09MCqD0/2dsb2JhbABDrRCCKIEGgXIBAQQBViMFCws0EhQYDSSID7kojA4SAgIDBgIEAgEEAgIMBgoDAYQdAQQEJASDLwSIRJsDhFo X-IronPort-AV: E=Sophos;i="4.73,370,1325480400"; d="scan'208";a="161430237" Original-Received: from 76-10-160-244.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.244]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Feb 2012 09:02:19 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1FADB58BE3; Mon, 6 Feb 2012 09:02:19 -0500 (EST) In-Reply-To: (Drew Adams's message of "Sat, 4 Feb 2012 08:35:55 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56559 Archived-At: > When I try `M-TAB' in the edit field for a must-match file name, the set > of completion candidates displayed seems to be the file names that match > the text that follows, not precedes, point in the edit field. And > matching seems to be substring matching rather than prefix matching. > Is that really what this is supposed to do? Why is the text _after_ > point "completed" (matched), rather than the text before point? Sounds odd. Could yo include a recipe? Stefan