helm-find-files: hide dotted lines

Created on 24 Mar 2015  路  6Comments  路  Source: emacs-helm/helm

shot

Is it possible to hide the the first two lines? I don't need . and .. when using helm-find-files. I already set helm-ff-skip-boring-files to t.

Most helpful comment

Have been asked several times and the answer is no.

@thierryvolpiatto I'm wondering - would you maybe know why the answer here is "no"? I'm genuinely curious what would be the reason for that?

All 6 comments

Manuel Uberti [email protected] writes:

shot

Is it possible to hide the the first two lines?

No.

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

Ok, thanks.

A variable for this, or at least being able to add these to helm-boring-file-regexp-list would be nice

Spencer Boucher [email protected] writes:

A variable for this, or at least being able to add these to
helm-boring-file-regexp-list would be nice

Have been asked several times and the answer is no.

Thierry
https://emacs-helm.github.io/helm/

Have been asked several times and the answer is no.

@thierryvolpiatto I'm wondering - would you maybe know why the answer here is "no"? I'm genuinely curious what would be the reason for that?

Michal Stolarczyk [email protected] writes:

Have been asked several times and the answer is no.

@thierryvolpiatto I'm wondering - would you maybe know why the answer
here is "no"?

They are used internally by helm-find-files for navigation, thus they
are needed for compatibility with empty directories on all platforms
(e.g Windows works very badly without them, contrarily to what emacs
developers think).

Remember that helm-find-files (despite its name) is a file/directory
browser, not a tool to find files (like locate or find) and when
browsing a directory dotted files are part of the files of this
directory, and the only files in it when directory is empty.

IOW don't expect I (the author of helm-find-file) will remove them from
the listing :-)

Thierry
https://emacs-helm.github.io/helm/

Was this page helpful?
0 / 5 - 0 ratings