Re: CMSG_SPACE on NetBSD

2010-02-22 Thread Nicholas Marriott
Hi Did you try building with -std=c99? On Mon, Feb 22, 2010 at 11:39:44PM +, Alexander Nasonov wrote: > After being subscribed to this list for a while, the list is > apparently alive. Seems like my message was sent at the worng time. > > Nikolas, > What's your view on using a buffer with

Re: CMSG_SPACE on NetBSD

2010-02-22 Thread Alexander Nasonov
After being subscribed to this list for a while, the list is apparently alive. Seems like my message was sent at the worng time. Nikolas, What's your view on using a buffer with a size known only at runtime? Thanks, Alex Alexander Nasonov wrote: > Hi, > > CMSG_SPACE(sizeof(int)) does not retur

Re: tmux doesn't seem to respect system locale for `date`

2010-02-22 Thread Šime Ramov
* Nicholas Marriott [2010-02-22 23:14+]: > Yeah we need to set the environment properly for job commands, there > is an XXX in job.c for it. Ah, cool. > Your best bet is to use #(LANG=blah date...) for now. I went with three custom scripts in ~/bin named tavg, tdate and tup which makes thin

Re: tmux doesn't seem to respect system locale for `date`

2010-02-22 Thread Nicholas Marriott
Yeah we need to set the environment properly for job commands, there is an XXX in job.c for it. Your best bet is to use #(LANG=blah date...) for now. On Tue, Feb 23, 2010 at 12:03:37AM +0100, ??ime Ramov wrote: > Hi, > > $ date '+ %a %b %e %R' > Pon Vel 22 23:56 > > `%a %b %e %R` in tmux prod

tmux doesn't seem to respect system locale for `date`

2010-02-22 Thread Šime Ramov
Hi, $ date '+ %a %b %e %R' Pon Vel 22 23:56 `%a %b %e %R` in tmux produces this instead: Mon Feb 22 23:56 I also tried setting LC_CTYPE and LANG environment variables *within* tmux, but that didn't help. Other thing I tried was #(date '+ %a %b %e %R') hoping it would somehow insert the result

Re: Display issues with rxvt-unicode (256 colors patch)

2010-02-22 Thread Nicholas Marriott
No probs :-). On Mon, Feb 22, 2010 at 09:12:13PM +0100, ??ime Ramov wrote: > * Nicholas Marriott [2010-02-22 19:38+]: > > You don't say what tmux version you are using but if you aren't > > already you should use CVS HEAD, this is probably fixed. > > I was running 1.1. You are right, the pr

Re: Display issues with rxvt-unicode (256 colors patch)

2010-02-22 Thread Šime Ramov
* Nicholas Marriott [2010-02-22 19:38+]: > You don't say what tmux version you are using but if you aren't > already you should use CVS HEAD, this is probably fixed. I was running 1.1. You are right, the problem is fixed in CVS, thanks! --Š.

Re: [Patch] Re: copy rectangle with short lines

2010-02-22 Thread Nicholas Marriott
Awesome, committed, thanks. On Thu, Feb 18, 2010 at 07:53:44PM -0800, Micah Cowan wrote: > clemens fischer wrote: > > Hi, > > > > I am very glad that tmux has rectangular copies now! But a problem as > > well: in the following, try to cut out the block > > > > >bbb < from >aaa bbb > >

Re: copy rectangle with short lines

2010-02-22 Thread Nicholas Marriott
On Fri, Feb 19, 2010 at 09:55:06AM -0800, Robin Lee Powell wrote: > You keep saying that, and it took me a while to figure out what you > meant, so let me expand. > > In screen, the exact work flow was: > > hilight a selection > > convert the newlines in the selection to something else > >

Re: copy rectangle with short lines

2010-02-22 Thread Nicholas Marriott
On Fri, Feb 19, 2010 at 09:59:47PM +0100, clemens fischer wrote: > Robin Lee Powell wrote: > > > On Fri, Feb 19, 2010 at 05:25:36PM +0100, clemens fischer wrote: > > > >> What I have in mind is something special for any selection and would > >> only apply to copy-mode: a per-window (per-pane?) opt

Re: OT: which of emacs/xemacs do you prefer?

2010-02-22 Thread Nicholas Marriott
emacs. I use it for editing and playing tetris though, not for email or news or irc or any of that jazz. On Fri, Feb 19, 2010 at 10:12:49PM +0100, clemens fischer wrote: > I guess the subject says it all. My Emacs fu is rusty and I got tired > of constantly thinking in an ancient, dynamic-scope

Re: Display issues with rxvt-unicode (256 colors patch)

2010-02-22 Thread Nicholas Marriott
You don't say what tmux version you are using but if you aren't already you should use CVS HEAD, this is probably fixed. On Mon, Feb 22, 2010 at 07:42:40PM +0100, ??ime Ramov wrote: > Hi, > > The problem is exactly as described here: > .

Display issues with rxvt-unicode (256 colors patch)

2010-02-22 Thread Šime Ramov
Hi, The problem is exactly as described here: . It is not specific to vim or vim color scheme, I saw some little anomalies here and there in other programs too. I suspect something with terminfo but I have no idea where to start. Any hel