Paredit forward slurp "C-)" does not work for emacs on Windows 7
emacs, paredit
Solution
Windows 7 uses Ctrl + Shift to switch languages, so Emacs is never getting the key strokes. You can change the binding with the following:
- Control panel
- Region and Language
- Keyboards and Languages
- Change Keyboards
- Advanced Key Settings
- Between input languages
- Change Key Sequence
- Switch Keyboard Layout
- Not Assigned.
http://www.eightforums.com/general-support/22552-cant-use-ctrl-shift-0-windows-has.html
Problem
After migrating to `win7` `paredit`'s forward slurp "C-)" no longer works and "C-right arrow" still works, rebinding the `sexp` to a different combination (such as C-0) works as well. Does anyone have the same issue out there?