-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
bug introduced by de6cb44 #59
Comments
Thanks for taking the time to bisect the regression! I'll take a look at it Side note, we should probably start building up a test suite to catch
|
I'm happy it is known issue and not something weird with my emacs setup! |
@haxney Test suite is always a good idea. ERT is part of Emacs 24 and there is also ecukes |
@bbatsov That's what I'm thinking. It'd be a big boon to Emacs if there was a (relatively) comprehensive test suite. Back on topic: @dixie I haven't yet checked whether I have that same regression. O time, how fleeting thou art! Did you check to see if it happens in |
This was already tested with emacs -Q. At commit de6cb44^ the full path in helm-for-files is still visible, helm is visiting the file without any problem. At commit de6cb44 only the file names are visible, the basename part has been removed. The problem is that when choosing an entry helm is trying to visit only the filename. helm is opening an empty buffer in `default-directory' that has the same name of the selected entry. Too weird that i'm the only one having this problem! Edit: problem is helm-c-highlight-files that has been moved from helm-c-source-files-in-current-dir to helm file attribute |
Sylvain Rousseau
Try to send as explained in precedent post a full recipe: --8<---------------cut here---------------start------------->8--- M-x helm-for-files Move to files in current directory source?
Thierry |
The issue is fixed by commit a4f260... |
I updated helm to last commit and i found a regression. Helm is no longer able to visit files from Locate or Recentf section in helm-for-files. I bisected and the culprit seems to be de6cb44!
The text was updated successfully, but these errors were encountered: