ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Ctrl-s is somehow disabled #388

Closed samis closed 8 years ago

samis commented 8 years ago

For some reason, my 'Ctrl-s' key is disabled, saying that I should use Ctrl-f for isearch-forward again. Problem is, I was trying to save a file not search it. Ctrl-S with capitals works though, but is less easy to type. Shouldn't Ctrl-s be bound to save-buffer/file even in lowercase?

mattfidler commented 8 years ago

Most definitely. Unfortunately my computer just died, so I cannot debug this right now.

mattfidler commented 8 years ago

Try commit 85aa1a54d166b5212ca13be48e2ed22c2f8adc3e. It is the last commit to pass the Travis tests

samis commented 8 years ago

Found the issue. Issue #377 struck again. Perhaps it would be a good idea to examine why that bug occurs.

mattfidler commented 8 years ago

First I need to reproduce it...

mattfidler commented 8 years ago

Thanks for letting me know.

mattfidler commented 8 years ago

My guess is that the files are byte-compiled with an old version of ergoemacs-macros installed, and then there is incompatability between the versions causing fundamental keys like Ctrl+s to be corrupt. I'm not sure how to work around this right now. If you have any suggestions let me know.