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

forces emacs to freeze when inside a directory with uncommon file types #44

Open
yilkalargaw opened this issue Aug 15, 2020 · 3 comments

Comments

@yilkalargaw
Copy link

yilkalargaw commented Aug 15, 2020

How to recreate the bug

git clone https://github.com/kanaka/mal.git

cd mal/impls/forth  && emacs . &
# or
cd mal/impls/dart && emacs . &

I chose this repo because it specifically has many files in many formats. Even after rendering the icons navigation becomes very slow. I was wondering if the rendering process is restarting after every command and if there might be a better way to handle the issue with time outs or async.

@conao3
Copy link
Contributor

conao3 commented Aug 15, 2020

Thanks, I see the direcotry like below.
But I cannot feel any performance issue in the directory.
However, that "icon" doesn't help to recognize the file type, so if the Emacs can't display it, we might want to show another icon.

Screenshot_2020-08-15_20-11-59

@yilkalargaw
Copy link
Author

Try the forth or other uncommon directories. The issue I face is that emacs hangs if all-the-icons-dired can't detect file type of most of the files. I might attach a gif.

@conao3
Copy link
Contributor

conao3 commented Aug 19, 2020

Same thing in forth directory. I can't see "meaningful" icons but there're no performance issues.

Screenshot_2020-08-19_14-07-41

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