On Mon, Oct 7, 2019, at 10:28 AM, Sonny To wrote:
> This is not clojure specific but has anyone successfully used spacemacs to 
> pair programming with tmux and spacemacs? My pairing partner uses a mac with 
> french Canadian keyboard but when he ssh into my box
> to pair, his key bindings don't work even though I used his init.el The meta 
> key and paredit keybidings don't work for him.
> 
> The keybinding works for me but I'm on Linux with a standard US keyboard. 
> Appreciate any help!

When he runs Emacs locally, does he run it in a terminal or in GUI mode? If he 
is not in the habit of using Emacs from the terminal, it's likely his terminal 
emulator settings that are the culprit.

On a Mac he's likely using iterm2. The most common fix in that context for meta 
key issues is to go to iTerm2 -> Preferences -> Profiles -> Keys and set "Left 
Option Key" and "Right Option Key" both to "Esc+" (_not_ "Meta").

The C-<right> and C-<left> Paredit keybindings conflict with the default Mac 
Mission Control shortcuts. I have disabled these on my Mac in order to get 
Paredit working reliably in Emacs in a terminal. You can do this by going to 
System Preferences -> Keyboard -> Shortcuts -> Mission Control and unchecking 
"Move left a space" and "Move right a space."

-Eli

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/365c710f-2eb3-49b5-b0d5-65ffbb556718%40www.fastmail.com.

Reply via email to