Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:e path autocompletion doesn't use smartcase #5199

Closed
viccuad opened this issue Feb 23, 2016 · 2 comments
Closed

:e path autocompletion doesn't use smartcase #5199

viccuad opened this issue Feb 23, 2016 · 2 comments
Labels
- Bug tracker - Reported upstream stale marked as a stale issue/pr (usually by a bot)

Comments

@viccuad
Copy link
Contributor

viccuad commented Feb 23, 2016

Description

When doing :e foo there isn't smartcase autocompletion, even if we have
all evil-*-case vars set to smart (which is the default).

I'm assuming this is Evil's fault, and I have opened an issue in their bitbucket's repo:
https://bitbucket.org/lyro/evil/issues/624/e-completion-is-case-strict-even-when

Reproduction guide

  • Start Emacs
  • Let's try to edit a file named Foobar

Observed behaviour:
:e foo + tab, it doesn't autocomplete with smartcase.

Expected behaviour:
:e foo + tab, it autocompletes to :e Foobar

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.11
  • Spacemacs branch: master (rev. 93e55bb)
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(emacs-lisp
 (auto-completion :variables auto-completion-return-key-behavior 'complete auto-completion-tab-key-behavior 'cycle auto-completion-complete-with-key-sequence nil auto-completion-complete-with-key-sequence-delay 0.1 auto-completion-private-snippets-directory nil auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip t auto-completion-enable-sort-by-usage t)
 org
 (shell :variables shell-default-height 30 shell-default-position 'bottom)
 (spell-checking :variables spell-checking-enable-by-default nil spell-checking-enable-auto-dictionary t)
 syntax-checking git
 (version-control :variables version-control-global-margin t version-control-diff-tool 'diff-hl)
 (colors :variables)
 evil-cleverparens evil-commentary evil-snipe vinegar vim-empty-lines tmux
 (c-c   :variables c-c  -enable-clang-support t)
 extra-langs html
 (latex:variables latex-build-command "LatexMk -pdflatex='xelatex --shell-escape'")
 markdown vimscript cscope python django shell-scripts sql emoji selectric speed-reading themes-megapack typography
 (golden-ratio :variables setq golden-ratio-auto-scale t)
 gnus)
@a13ph
Copy link

a13ph commented Feb 23, 2016

Helm variables for case folding are smart by default and changing read-file-name-completion-ignore-case seems to have no effect either (though maybe i had to reload buffer? emacs?) - and it's only fold or no fold only, no smart option

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bug tracker - Reported upstream stale marked as a stale issue/pr (usually by a bot)
Projects
Upstream bugs
Reported, waiting
Development

No branches or pull requests

3 participants