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

acme: support spaces in file names stored in acme.dump #613

Open
mbucc opened this issue Apr 1, 2023 · 3 comments
Open

acme: support spaces in file names stored in acme.dump #613

mbucc opened this issue Apr 1, 2023 · 3 comments

Comments

@mbucc
Copy link

mbucc commented Apr 1, 2023

$ pwd
/Users/foo/Documents
$ mkdir test\ a \ space
$ cd test\ a\ space
$ 9 acme
   (Dump acme.dump, Exit)
$ 9 acme -l acme.dump

At this point, acme loads but prints the error "can't open /Users/foo/Documents/test: No such file or directory"

I tried a work around of dumping to a path without spaces, but that did not work.

ref: #331

@mbucc
Copy link
Author

mbucc commented Apr 1, 2023

Workaround: don't use a dump file.

@mbucc
Copy link
Author

mbucc commented Apr 1, 2023

This may be a related issue.

If you sweep a file path with a space in it, acme will not open a window for that directory.

For example, if you have an acme window for /a spacy dir/abc.txt and (on a Mac) you hold the Command key down and sweep the string /a spacy dir/ acme does not open a window for that directory.

Likewise, a Edit = and a subsequent Cmd-Click (again, on Mac) silently fails to open that file to that line.

@mbucc
Copy link
Author

mbucc commented Apr 1, 2023

Workaround: Don't close the window displaying the project root directory when you first open acme.

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

1 participant