bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14175: 24.3.50; Bad completion behavior with read-file-name-completi


From: Michael Heerdegen
Subject: bug#14175: 24.3.50; Bad completion behavior with read-file-name-completion-ignore-case t
Date: Thu, 11 Apr 2013 01:08:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hello,

1.  I tried to debug a bit.

When you hit TAB the second time, this call in
`completion--nth-completion' changes the result from ("download/"
"Downloads/") to ("Download/" "Downloads/"):

   (if requote
        (funcall requote result n)
      result)

2.  I still think that the first TAB already should bring up *Completions* -
although this also doesn't happen when I start with "~/down", so this is
probably a separate issue (and maybe arguable).


Regards,

Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]