From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Anne Dudfield" Newsgroups: gmane.emacs.bugs Subject: Possible bug in filename completion Date: Thu, 7 Jun 2007 10:33:54 -0400 Message-ID: <5dbc5e390706070733v6c806aa8oa435a89f0421cf97@mail.gmail.com> Reply-To: anned@alum.mit.edu NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181237797 31497 80.91.229.12 (7 Jun 2007 17:36:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jun 2007 17:36:37 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 07 19:36:36 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwLuR-0008F2-Jy for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 19:36:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwLuR-00084e-1P for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 13:36:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwJ3o-00042H-8J for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 10:34:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwJ3m-00041t-Di for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 10:33:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwJ3m-00041q-6M for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 10:33:58 -0400 Original-Received: from mu-out-0910.google.com ([209.85.134.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwJ3l-0004PE-14 for bug-gnu-emacs@gnu.org; Thu, 07 Jun 2007 10:33:57 -0400 Original-Received: by mu-out-0910.google.com with SMTP id g7so520698muf for ; Thu, 07 Jun 2007 07:33:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T7YKxIUuSyc5ZYxHp3XtxlFLTSHEUc/D2CLEeHWCAafb7XhYwLO20Z2ZOjE4kia0Q1E4SwoGqoSuFIYVowyekuBSJSKz6x016fjGuhu/QJ9GtXE3qFUluxLk+GOfe4+K5zKTgv+QGNP4WpbMs5MUMQTdqdpD21rvUxHD2IemL8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=X41ZC0WDMQVVlrbiBWdAZ1UhLKYiw9W/ZlAMS0Z1ToiN+rVXGNvxIfVUBYehKSnBTe+zMynGdw/h0DTAW6MjwYM3bJWLBfrJECgB5uJbWAgi3B2v2mNCgu5iBccfpcTJq1/7STKlDVAACajKt4MlD7CYxp09x/jDllQfcr0Hai8= Original-Received: by 10.82.146.14 with SMTP id t14mr3354374bud.1181226835147; Thu, 07 Jun 2007 07:33:55 -0700 (PDT) Original-Received: by 10.82.181.13 with HTTP; Thu, 7 Jun 2007 07:33:54 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 07 Jun 2007 13:36:28 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15786 Archived-At: I posted the following to gnu.emacs.help: I have a directory ~/etest containing the following files: blah blahblah blah-blah blah-1 If I C-x C-f and navigate to this directory, then hit space ONCE, I see in the minibuffer: Find file: ~/etest/blah If I hit space again, I see: Find file: ~/etest/blah- If I hit space again, I see that, plus the completions list: blah-1 and blah-blah. It seems to ignore the files without dashes in the name. Version info: 21.3.1 (i686-pc-linux-gnu, X toolkit) of 2005-01-24 on btinstall This behavior happens whether or not I use my init file. I've done a great deal of internet searching and can't find any mention of this behavior, or if there's a way to tweak it to get the behavior I'm expecting. Let me know if you need more information. thanks, Anne