Re: [emacs over ssh limitations]

2012-08-30 Thread Phil Hagelberg
Alan Busby thebu...@thebusby.com writes: Doesn't setting TERM=xterm restrict you to 8 colors? I have to use TERM=xterm-256color. Evidently it does. I guess that's a trade off then, but I'm curious what you're doing that requires all those colors in a terminal? It's for the same reason we

Re: [emacs over ssh limitations]

2012-08-29 Thread Alan Busby
On Tue, Aug 28, 2012 at 10:29 PM, Stuart Sierra the.stuart.sie...@gmail.com wrote: SSH in iTerm 2 from an OS X machine to a Linux server. $TERM is xterm-256color at both ends. We use this for pair-programming, so X and tramp are not helpful. To support what Tim said, after killing an afternoon

Re: [emacs over ssh limitations]

2012-08-29 Thread Tim Cross
I've just got my first mac and will investigate a bit and let you know what I find out. I know that emacs can work over ssh with all key combos and am fairly certain it will be an issue with the terminal emulator, so I should be able to find the right setup with a bit of time.. Tim On

Re: [emacs over ssh limitations]

2012-08-29 Thread Phil Hagelberg
Alan Busby thebu...@thebusby.com writes: To support what Tim said, after killing an afternoon I got iTerm2 from OSX to play nice with an Emacs in gnu screen on a remote Linux host. All keys and combos were working by the end. I don't have my laptop near me to check now, but I think making

Re: [emacs over ssh limitations]

2012-08-29 Thread Denis Labaye
On Tue, Aug 28, 2012 at 2:44 AM, Stuart Sierra the.stuart.sie...@gmail.comwrote: It's easy enough to test: fire up a small EC2 instance and use Emacs over an SSH+tmux session. You could also try using your own local Emacs that way by SSH'ing to localhost. In my experience, commands don't

Re: [emacs over ssh limitations]

2012-08-29 Thread Alan Busby
On Thu, Aug 30, 2012 at 1:13 AM, Phil Hagelberg p...@hagelb.org wrote: Alan Busby thebu...@thebusby.com writes: To support what Tim said, after killing an afternoon I got iTerm2 from OSX to play nice with an Emacs in gnu screen on a remote Linux host. All keys and combos were working by the

Re: [emacs over ssh limitations]

2012-08-28 Thread Tim Cross
Hi Stuart, can I ask what platform are you sshing from and what terminal you are using? I use emacs over ssh a lot and while I have encountered some of the issues you mention, they are in a far more limited way. For example, I have found different behaviour between delete and sometimes, Alt

Re: [emacs over ssh limitations]

2012-08-28 Thread Stuart Sierra
SSH in iTerm 2 from an OS X machine to a Linux server. $TERM is xterm-256color at both ends. We use this for pair-programming, so X and tramp are not helpful. -S -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: [emacs over ssh limitations]

2012-08-27 Thread Stuart Sierra
It's easy enough to test: fire up a small EC2 instance and use Emacs over an SSH+tmux session. You could also try using your own local Emacs that way by SSH'ing to localhost. In my experience, commands don't work in a terminal if they use modifier keys (Control, Meta, Shift) AND non-letter

Re: [emacs over ssh limitations]

2012-08-26 Thread Denis Labaye
point, ssh is great as it will works on all platforms. For mosh, I tried to test it, but I don't know what the Emacs over ssh limitations are. So I can't reproduce the problem. I use Emacs over ssh a lot for remote pair programming, or even locally because it solves the QWERTY vs otherlayout problem

[emacs over ssh limitations]

2012-08-24 Thread Denis Labaye
Hi, I've just seen the presentation by Phil Hagelberg on swarm coding (http://www.infoq.com/presentations/Swarm-Coding). Great presentation, very inspiring, we will definitively do swarm coding here in the Clojure Paris (France) User Group. In the talk Phil explains why emacs-slime over ssh do

Re: [emacs over ssh limitations]

2012-08-24 Thread Phil Hagelberg
On Fri, Aug 24, 2012 at 6:16 AM, Denis Labaye denis.lab...@gmail.com wrote: I've just seen the presentation by Phil Hagelberg on swarm coding (http://www.infoq.com/presentations/Swarm-Coding). Great presentation, very inspiring, we will definitively do swarm coding here in the Clojure Paris