Live data from Hacker News

tmux 1.8 Released

tmux.sourceforge.net

161–162 of 162 posts

Re: tmux 1.8 Released

#161
post #129
post #121

Earlier quoted context omitted.

You still need a remote shell open if you want to run make, use SCM plugins, etc, so I've never found tramp that useful. If there's a clever solution for that I'd love to hear it.

eshell interfaces pretty well with tramp (well, not over FTP obviously, but ssh) so if you're editing a file over tramp and start eshell, it'll be in the directory of the file on the remote host. you can also use tramp-y paths in eshell: cd /user@host:/home/user/

I realize I'm a bit late to reply, but thanks for the tip. The biggest problem I had was with p4 mode (we use perforce at work) and rope-mode - I didn't really feel like hacking those to get it to work with tramp. And I can keep everything open across network disconnects with screen or tmux...

Re: tmux 1.8 Released

#162
post #119

Earlier quoted context omitted.

Just open several terminal buffers in Emacs.

This isn't very useful if what you want to run in your terminal buffer needs to constantly update its screen while you're working in a different buffer (e.g. irc, tailing log files, etc)

Umm.. why is it not useful? Emacs will allow multiple buffers to update at once, and you can work in a third while watching them... That's kind of the idea.
Post reply on HN