0

I've been using EVIL with Emacs 24.3 for a few weeks now, and I wish I could get it to tab complete case-insensitively in the minibuffer when using the :ed command.

I looked into it, and :ed is mapped to 'evil-edit, a function that essentially calls Emacs's 'find-file function with a 'file' argument if said argument is present. Otherwise, it reloads the current buffer.

I did a little reading into 'find-file as well, but I'm not having any luck figuring out why it won't be case-insensitive. The 'read-file-name-completion-ignore-case' variable is non-nil, so it's not that.

Any ideas?

tshepang
  • 12,111
  • 21
  • 91
  • 136
  • Try the evil list if you don't get an answer here: http://news.gmane.org/gmane.emacs.vim-emulation – Tom Jun 24 '13 at 13:38
  • Just let you know I have already posted on the [evil list](http://thread.gmane.org/gmane.emacs.vim-emulation/2145), but no answer yet. – xuhdev May 11 '15 at 23:16

0 Answers0