Re: [emacs over ssh limitations]

2012-08-30 Thread Phil Hagelberg
Alan Busby 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 don't wear an

Re: [emacs over ssh limitations]

2012-08-29 Thread Alan Busby
On Thu, Aug 30, 2012 at 1:13 AM, Phil Hagelberg wrote: > Alan Busby 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 >

Re: [emacs over ssh limitations]

2012-08-29 Thread Denis Labaye
On Tue, Aug 28, 2012 at 2:44 AM, Stuart Sierra wrote: > 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

Re: [emacs over ssh limitations]

2012-08-29 Thread Phil Hagelberg
Alan Busby 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 *EVERY* setting alo

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 Tuesday

Re: [emacs over ssh limitations]

2012-08-28 Thread Alan Busby
On Tue, Aug 28, 2012 at 10:29 PM, Stuart Sierra 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 I got iTerm2 from OSX

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-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 d

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 keys

Re: [emacs over ssh limitations]

2012-08-26 Thread Denis Labaye
at one guy in your > group is going to have trouble getting it installed and sidetrack the > whole group. > Good 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 reprodu

Re: [emacs over ssh limitations]

2012-08-24 Thread Phil Hagelberg
On Fri, Aug 24, 2012 at 6:16 AM, Denis Labaye 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 (France) User Group.

[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" d