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

non-interactive find-file opens file in different directory #53

Closed
noctuid opened this issue Jun 8, 2022 · 2 comments
Closed

non-interactive find-file opens file in different directory #53

noctuid opened this issue Jun 8, 2022 · 2 comments

Comments

@noctuid
Copy link

noctuid commented Jun 8, 2022

For example,

  • Run dirvish-dired
  • Change directory, e.g. to parent
  • (find-file "foo.org")
  • It will open foo.org in the child instead of the current directory dirvish is showing

This doesn't happen with dired-jump, for example. Evil's :e is in my muscle memory for creating new files, and this usually creates new files in the wrong directory.

@alexluigit
Copy link
Owner

alexluigit commented Jun 8, 2022

Thanks for reporting. Did f473314 fixed this?

And FYI, I've remove the dirvish-dired command at cae89cc, this command can be replaced by dired-jump completely.

@noctuid
Copy link
Author

noctuid commented Jul 1, 2022

It works now.

And FYI, I've remove the dirvish-dired command at cae89cc, this command can be replaced by dired-jump completely.

Thanks for the heads up.

@noctuid noctuid closed this as completed Jul 1, 2022
tarsius pushed a commit to emacsmirror/dirvish that referenced this issue Aug 15, 2022
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