From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: completion problems Date: Fri, 15 Jul 2005 14:11:20 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1121452520 15591 80.91.229.2 (15 Jul 2005 18:35:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2005 18:35:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 15 20:35:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DtV1o-0001Nw-47 for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2005 20:35:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtV3b-0002jN-4c for ged-emacs-devel@m.gmane.org; Fri, 15 Jul 2005 14:37:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DtUwf-0008O5-Sy for emacs-devel@gnu.org; Fri, 15 Jul 2005 14:29:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DtUwc-0008LW-EQ for emacs-devel@gnu.org; Fri, 15 Jul 2005 14:29:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtUwa-000897-Uj for emacs-devel@gnu.org; Fri, 15 Jul 2005 14:29:53 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DtUqE-0000ME-Ld for emacs-devel@gnu.org; Fri, 15 Jul 2005 14:23:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DtUee-0003HV-5M; Fri, 15 Jul 2005 14:11:20 -0400 Original-To: emacs-devel@gnu.org In-reply-to: (message from Sam Steingold on Wed, 13 Jul 2005 14:13:23 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40941 the current cvs head appears to have a problem with completion. when I have a file (or buffer) named foo.bar and I type "foo." and hit TAB, the cursor moves 1 step to the left (i.e., between "o" and ".") instead of completing to "foo.bar". this happens with "-" instead of "." too. It works ok when I try it. I used a directory with no other files that start with `foo'. I just updated from the sources right before.