all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#1283: 23.0.60; minibuffer-complete and file names with `-' or `_'
@ 2008-10-31 15:15 ` Stephen Berman
  2008-10-31 17:00   ` bug#1283: marked as done (23.0.60; minibuffer-complete and file names with `-' or `_') Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Berman @ 2008-10-31 15:15 UTC (permalink / raw
  To: emacs-pretest-bug

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'.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#1283: marked as done (23.0.60; minibuffer-complete and file  names with `-' or `_')
  2008-10-31 15:15 ` bug#1283: 23.0.60; minibuffer-complete and file names with `-' or `_' Stephen Berman
@ 2008-10-31 17:00   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-10-31 17:00 UTC (permalink / raw
  To: Stefan Monnier

[-- Attachment #1: Type: text/plain, Size: 911 bytes --]


Your message dated Fri, 31 Oct 2008 12:52:05 -0400
with message-id <jwvwsfoogqo.fsf-monnier+emacsbugreports@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@donarmstrong.com
immediately.)


-- 
1283: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1283
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2987 bytes --]

From: Stephen Berman <stephen.berman@gmx.net>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; minibuffer-complete and file names with `-' or `_'
Date: Fri, 31 Oct 2008 16:15:49 +0100
Message-ID: <87ljw47q3e.fsf@escher.local.home>

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'.



[-- Attachment #3: Type: message/rfc822, Size: 2435 bytes --]

From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: 1283-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1283: 23.0.60; minibuffer-complete and file names with `-' or `_'
Date: Fri, 31 Oct 2008 12:52:05 -0400
Message-ID: <jwvwsfoogqo.fsf-monnier+emacsbugreports@gnu.org>

> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-31 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <jwvwsfoogqo.fsf-monnier+emacsbugreports@gnu.org>
2008-10-31 15:15 ` bug#1283: 23.0.60; minibuffer-complete and file names with `-' or `_' Stephen Berman
2008-10-31 17:00   ` bug#1283: marked as done (23.0.60; minibuffer-complete and file names with `-' or `_') Emacs bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.