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

Ymacs is eating first slash when opening files #15

Open
jcubic opened this issue Dec 18, 2015 · 1 comment
Open

Ymacs is eating first slash when opening files #15

jcubic opened this issue Dec 18, 2015 · 1 comment

Comments

@jcubic
Copy link

jcubic commented Dec 18, 2015

I've try to open a file using M-x find_file and when I type /home/kuba/.bashrc fs_getFileContents get executed with home/kuba/.bashrc

@jcubic
Copy link
Author

jcubic commented Dec 20, 2015

It's caused by fs_normalizePath, I fixed the issue by using this:

Ymacs.prototype.fs_normalizePath = function(path) {
    return path;
};

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