Helm: Error running timer: (wrong-type-argument stringp nil) when add dotted files to helm-boring-file-regexp-list

Created on 17 Mar 2015  路  8Comments  路  Source: emacs-helm/helm

So, I added the dotted files . and .. to hide it but got the above error.

Most helpful comment

@tuhdo I think that helm-files without those dotted files is much nicer. If I want to go to one level up I just hit C-l. In such usage scenario those entries seem like a noise to me.
Could helm-files be refactored to not needing them?

All 8 comments

Tu Do [email protected] writes:

So, I added the dotted files . and .. to hide it but got the above error.

I guess you have this from helm-find-files, please always send what you
are exactly running.
You should not do this for helm-find-files, it is now prevented.
IOW your regexp will have no effect in helm-find-files.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

Sorry about that I will be more specific next time. But, why are dotted files invalid to ignore?

Tu Do [email protected] writes:

Sorry about that I will be more specific next time. But, why are
dotted files invalid to ignore?

They are an important part of the helm-find-files mechanism.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

Alright. then.

@tuhdo I think that helm-files without those dotted files is much nicer. If I want to go to one level up I just hit C-l. In such usage scenario those entries seem like a noise to me.
Could helm-files be refactored to not needing them?

Adam Sokolnicki [email protected] writes:

Could helm-files be refactored to not needing them?

No.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

Is there a way to move the . and .. files to the bottom?

Linus [email protected] writes:

Is there a way to move the . and .. files to the bottom?

No.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

Was this page helpful?
0 / 5 - 0 ratings