Re: [PATCH 0/3] Minor nits in 1.8

2013-04-23 Thread Ben Boeckel
On Sat, Apr 06, 2013 at 00:04:11 -0400, Ben Boeckel wrote: > Minor nits I encountered when going over the history for zsh completion > script. Found another when looking through the docs. --Ben >From 717183b45d71cec7bf12148d4db1db4fec9b7b13 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed,

Send UTF-8 encoded massage to tmux session with send-keys

2013-04-23 Thread Jacob Bang
Hi everybody I have some problems and I hope some of you can help me. My problem is I want to send a command to a tmux session from a cron job by using the send-keys command in tmus. My first tests works perfectly but I got problems when trying send some UTF-8 characters. The command I am trying i

Re: Make tmux.conf relative to sysconfdir

2013-04-23 Thread Thomas Adam
On 23 April 2013 15:20, Dagobert Michelsen wrote: > Hi Nicholas, > > Am 23.04.2013 um 00:40 schrieb Nicholas Marriott > : >> Ok makes sense, please try this. It is important that the default >> (without --prefix or --sysconfdir) stays as /etc not /usr/local/etc so I >> had to add a hack to config

Re: Make tmux.conf relative to sysconfdir

2013-04-23 Thread Stroller
On 23 April 2013, at 15:20, Dagobert Michelsen wrote: > ... > Is there an ETA for the 1.9 release with all those nice patches included? I can't speak for the project, but looking at the release history shows releases about every 4 - 6 months: http://sourceforge.net/projects/tmux/files/tmux/ St

Re: Make tmux.conf relative to sysconfdir

2013-04-23 Thread Dagobert Michelsen
Hi Nicholas, Am 23.04.2013 um 00:40 schrieb Nicholas Marriott : > Ok makes sense, please try this. It is important that the default > (without --prefix or --sysconfdir) stays as /etc not /usr/local/etc so I > had to add a hack to configure.ac to do that, --sysconfdir will still > override. Looks

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
Thanks. I'll hope the current setup works. Thanks again to everybody. -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerfu

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread Nicholas Marriott
On Tue, Apr 23, 2013 at 12:12:02PM +, John Long wrote: > On Tue, Apr 23, 2013 at 01:04:08PM +0100, Nicholas Marriott wrote: > > My guess is that the screen TERM on Solaris is busted, you may want to > > see if you can compile your own or at least compare it with one from > > another platform. >

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
On Tue, Apr 23, 2013 at 01:04:08PM +0100, Nicholas Marriott wrote: > My guess is that the screen TERM on Solaris is busted, you may want to > see if you can compile your own or at least compare it with one from > another platform. I just did a find and could not locate a copy of an executable name

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread Nicholas Marriott
My guess is that the screen TERM on Solaris is busted, you may want to see if you can compile your own or at least compare it with one from another platform. The xterm TERM entry is probably pretty old on Solaris so it might work fine but I know the latest one can trigger display issues (with, for

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
On Tue, Apr 23, 2013 at 12:48:22PM +0100, Nicholas Marriott wrote: > Your TERM should be xterm outside tmux and screen inside tmux, That definitely doesn't work in my case. All I did was change my .zshrc to export TERM=xterm and all the command line problems in tmux went away. > otherwise you may

Re: solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread Nicholas Marriott
Your TERM should be xterm outside tmux and screen inside tmux, otherwise you may see weird display problems. vt100 or vt220 will work inside too but things may lack features. On Tue, Apr 23, 2013 at 11:40:20AM +, John Long wrote: > > On Mon, Apr 22, 2013 at 04:40:49PM +0100, Nicholas Marriot

solved?!?!?! [broken backspace key in zsh under Solaris Intel]

2013-04-23 Thread John Long
> On Mon, Apr 22, 2013 at 04:40:49PM +0100, Nicholas Marriott wrote: > > Hmm this is weird. What is TERM set to inside tmux? > > Do you have the infocmp command? If so please run "infocmp" inside tmux > > and send me the output. Ok, I figured I should check these on my SPARC box where zsh under t

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-23 Thread John Long
Hello Frank, On Mon, Apr 22, 2013 at 05:37:04PM +0200, Frank Terbeck wrote: > Okay. Bash uses the readline library for input handling. Zsh does not. > It has its own line editor implementation (zle: man zshzle). So, > generally, if bash works that doesn't mean anything for zsh. I remembered that

Re: tmux on Raspberry Pi

2013-04-23 Thread Mark Volkmann
That was it. I just had to get rid of the "set -g default-command" that used reattach-to-user-namespace. Thanks! On Tue, Apr 23, 2013 at 3:31 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > It probably is. If you use sudo it doesn't use your .tmux.conf, it uses > root's .tmux.conf.

Re: Integration of patches for Solaris [backspace key goes forward on Solaris Intel

2013-04-23 Thread John Long
On Mon, Apr 22, 2013 at 04:40:49PM +0100, Nicholas Marriott wrote: > Hmm this is weird. What is TERM set to inside tmux? screen > Do you have the infocmp command? If so please run "infocmp" inside tmux > and send me the output. It says: Sorry, I don't know anything about your "screen" terminal

Re: tmux on Raspberry Pi

2013-04-23 Thread Nicholas Marriott
It probably is. If you use sudo it doesn't use your .tmux.conf, it uses root's .tmux.conf. Remove any default-command or default-shell options from your .tmux.conf. tmux will not start if your default-command or default-shell don't exist. On Tue, Apr 23, 2013 at 03:23:37AM -0500, Mark Volkmann wr

Re: tmux on Raspberry Pi

2013-04-23 Thread Mark Volkmann
I don't have that. It is looking for it because I just copied .tmux.conf from my Mac. I don't think that's the issue though because tmux starts fine if I start it with sudo. That's why I thought it was an issue with a permission on some other file. --- R. Mark Volkmann Object Computing, Inc. On A