Skip to content

helm ignore start with .git file. eg .gitignore, and .gitconfig #2009

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

Closed
ncaq opened this issue Mar 30, 2018 · 2 comments
Closed

helm ignore start with .git file. eg .gitignore, and .gitconfig #2009

ncaq opened this issue Mar 30, 2018 · 2 comments

Comments

@ncaq
Copy link
Contributor

ncaq commented Mar 30, 2018

Expected behavior

If I input .git to helm-locate, helm display .gitignore, and .gitconfig.

Actual behavior (from emacs-helm.sh if possible, see note at the bottom)

helm ignore .gitignore and .gitconfig.

Steps to reproduce (recipe)

  1. startup emacs-helm.sh
  2. M-x
  3. helm-locate
  4. input \.git

Backtraces if any (M-x toggle-debug-on-error)

Describe versions of Helm, Emacs, operating system, etc.

  • helm-20180326.109
  • GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.26) of 2018-03-09
  • Linux 4.14.24-gentoo
  • mlocate 0.26

Are you using emacs-helm.sh to reproduce this bug (yes/no):

yes

IMPORTANT NOTE

Helm provides a script named emacs-helm.sh which runs Helm in a neutral
environment: no other packages and only minimal settings.

When possible, use it to reproduce your Helm issue to ensure no other package is
interfering.

To run it, simply switch to the directory where Helm is installed and call ./emacs-helm.sh.

Thanks.

@thierryvolpiatto
Copy link
Member

thierryvolpiatto commented Mar 31, 2018 via email

thierryvolpiatto pushed a commit that referenced this issue Mar 31, 2018
* helm-lib.el (helm-boring-file-regexp-list): Do it.
@thierryvolpiatto
Copy link
Member

I have updated helm-boring-file-regexp-list docstring.
Thanks.

ncaq added a commit to ncaq/helm that referenced this issue Apr 1, 2018
…emacs-helm#2009

I changed regex for helm do not ignore .gitconfig.
And, helm ignore .git directory and .git child directory.
thierryvolpiatto pushed a commit that referenced this issue Apr 2, 2018
changed: helm-boring-file-regexp-list: do not ignore .gitconfig closed #2009
thierryvolpiatto pushed a commit that referenced this issue Apr 9, 2018
And rename helm--current-buffer-narrowed-p to
helm--current-buffer-narrowed.

* helm.el (helm-resume): Do it.
thierryvolpiatto pushed a commit that referenced this issue Apr 10, 2018
otherwise there is no chance to get the region pos to resume.

* helm-regexp.el (helm-occur): Do it.
thierryvolpiatto pushed a commit that referenced this issue Apr 10, 2018
possibly with eval-defun.

* helm-regexp.el (helm-occur): Do it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants