sebastiencs / sidebar.el

A customizable file explorer with git integration for emacs
293 stars 12 forks source link

Not working propertly on Windows #14

Open alexnum opened 4 years ago

alexnum commented 4 years ago

When using in windows (without icons-in-terminal). The sidebar popups propertly (C-x f, and C-x a). But the controls to expand and enter directories (RET, and SPC) are not working inside the sidebar buffer. Is there any workarround to that?

alexnum commented 4 years ago

Actually it doesn't seems to be an keybind problem. It seems a problem with the sidebar-close-or-expand-dir funcion, nothing happens when it is called. I've enabled "debug on error" flag, and no error occurs in the call, just nothing happens. Any clue? (i'm using emacs 25.3.1 on Windows 8.1 Pro)

UPDATE:: --It seems sidebar-find-file-from-line is returning nil when called by sidebar-expand-or-close-dir

alexnum commented 4 years ago

I've made a workaround, i'ts not the best solution but solves the problem...

15