Copy and move do not honor passive pane directory as targets · Issue #124 · sunrise-commander/sunrise-commander · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss aler
8000
t
Functions sunrise-do-copy and sunrise-do-rename, contrary to their expected behavior, offer to copy and to move files always to the home directory rather than the directory that the passive pane is showing.
I originally believed this was due to interference with package helm, but that's not the case. The bug appears whether or not helm is active.
This is under Emacs 27.2, compiled from SRPMS, running on Linux x86_64.
The text was updated successfully, but these errors were encountered:
scarpazza
changed the title
Copy and move do not honor passive pane directory as targets when helm is active
Copy and move do not honor passive pane directory as targets
Feb 8, 2023
I have an old PR that mostly fixes that behavior, but it's still buggy and hacky: #119
Do we have confirmation that the current Sunrise Commander is fine on old versions of Emacs? Do we know which was the last working Emacs version?
TBH, I don't think that I know the codebase well enough to get this PR across the finish line. When I began working in it, it appeared that the codebase was halfway through some kind of refactor (like left and right being replaced inconsistently with a and b, and the codebase referencing functions that no longer existed like sunrise-setup-windows). There are also a bunch of Sunrise Commander features that I don't use (or even know of!), so I'm not always sure what I'm breaking.
I think we'll need the support of someone like @lassik to get this PR across the finish line, or develop a new PR.
PS: Always nice to see a fellow New Yorker on GitHub
Uh oh!
There was an error while loading. Please reload this page.
Functions
sunrise-do-copy
andsunrise-do-rename
, contrary to their expected behavior, offer to copy and to move files always to the home directory rather than the directory that the passive pane is showing.I originally believed this was due to interference with package
helm
, but that's not the case. The bug appears whether or not helm is active.This is under Emacs 27.2, compiled from SRPMS, running on Linux x86_64.
The text was updated successfully, but these errors were encountered: