GNU bug report logs - #1283
23.0.60; minibuffer-complete and file names with `-' or `_'

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Fri, 31 Oct 2008 15:25:05 UTC

Severity: normal

Tags: notabug

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: bug#1283: marked as done (23.0.60; minibuffer-complete and file 
 names with `-' or `_')
[Message part 1 (text/plain, inline)]
Your message dated Fri, 31 Oct 2008 12:52:05 -0400
with message-id <jwvwsfoogqo.fsf-monnier+emacsbugreports <at> gnu.org>
and subject line Re: bug#1283: 23.0.60; minibuffer-complete and file names with `-' or `_'
has caused the Emacs bug report #1283,
regarding 23.0.60; minibuffer-complete and file names with `-' or `_'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don <at> donarmstrong.com
immediately.)


-- 
1283: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1283
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stephen Berman <stephen.berman <at> gmx.net>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; minibuffer-complete and file names with `-' or `_'
Date: Fri, 31 Oct 2008 16:15:49 +0100
In GNU Emacs 23.0.60.12 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
 of 2008-10-25 on escher

On my system, /lib contains these two files:

   libthread_db-1.0.so
   libthread_db.so.1

When I type `C-x d' or `C-x C-f' and then `/lib/libthr TAB', the path is
completed to `/lib/libthread_db.so.1'.  

Also on my system, /usr/lib contains these three files:

   libthread_db.so
   libthreadweaver.so.4
   libthreadweaver.so.4.1.0

When I type `C-x d' or `C-x C-f' and then `/usr/lib/libthr TAB', the
path is completed to `/usr/lib/libthreadweaver.so.4'.  A second TAB
tells me this is complete but not unique and the *Completions* buffer
shows me (only) libthreadweaver.so.4 and libthreadweaver.so.4.1.0.

This is with -Q, and I get the same behavior with completion-styles set
to any of `basic', `emacs21', emacs22', or `partial-completion'.


[Message part 3 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 1283-done <at> debbugs.gnu.org
Subject: Re: bug#1283: 23.0.60; minibuffer-complete and file names with `-' or `_'
Date: Fri, 31 Oct 2008 12:52:05 -0400
> On my system, /lib contains these two files:

>    libthread_db-1.0.so
>    libthread_db.so.1

> When I type `C-x d' or `C-x C-f' and then `/lib/libthr TAB', the path is
> completed to `/lib/libthread_db.so.1'.  

> Also on my system, /usr/lib contains these three files:

>    libthread_db.so
>    libthreadweaver.so.4
>    libthreadweaver.so.4.1.0

> When I type `C-x d' or `C-x C-f' and then `/usr/lib/libthr TAB', the
> path is completed to `/usr/lib/libthreadweaver.so.4'.  A second TAB
> tells me this is complete but not unique and the *Completions* buffer
> shows me (only) libthreadweaver.so.4 and libthreadweaver.so.4.1.0.

> This is with -Q, and I get the same behavior with completion-styles set
> to any of `basic', `emacs21', emacs22', or `partial-completion'.

This is the effect of having ".so" in the completion-ignored-extensions,


        Stefan


This bug report was last modified 16 years and 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.