unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14175: 24.3.50; Bad completion behavior with read-file-name-completion-ignore-case t
@ 2013-04-10 20:26 Michael Heerdegen
  2013-04-10 23:08 ` Michael Heerdegen
  2021-08-23  1:03 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Heerdegen @ 2013-04-10 20:26 UTC (permalink / raw)
  To: 14175


Hi,

you can reproduce this with emacs -Q.

I use this setting:

(setq read-file-name-completion-ignore-case t
      completion-auto-help t)

In my "~/", I have, among other files,

  lrwxrwxrwx   1 micha micha    9 Feb  3 20:00 download -> Downloads
  drwxr-xr-x  11 micha micha 4,0K Apr  9 15:40 Downloads

I hit C-x d ~/Down TAB

Emacs completes the minibuffer to

  ~/Download

Since this is no valid completion, it should pop up *Completions*, but
it doesn't (first issue).  I hit TAB a second time.  I get this in *Completions*:

  Click <mouse-2> on a completion to select it.
  In this buffer, type RET to select the completion near point.
  
  Possible completions are:
  Download/
  Downloads/

It doesn't offer "download".  If I click on "Download/", I get the
message

  `mouse-choose-completion' is an obsolete command (as of 23.2); use
  `choose-completion' instead.

(second issue)

Then it completes the minibuffer content to "~/Download/".  But this
doesn't exist (third and major issue).  I get an error when hitting RET
(of course).


Thanks,

Michael.









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

end of thread, other threads:[~2021-08-24 15:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-10 20:26 bug#14175: 24.3.50; Bad completion behavior with read-file-name-completion-ignore-case t Michael Heerdegen
2013-04-10 23:08 ` Michael Heerdegen
2013-04-12 14:53   ` Michael Heerdegen
2013-04-12 17:40   ` Stefan Monnier
2021-08-23  1:03 ` Lars Ingebrigtsen
2021-08-24 15:20   ` Michael Heerdegen
2021-08-24 15:25     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).