Re: [9fans] vim and utf-8

2012-04-15 Thread Troy Cauble
I has also a similar problem with my terminal configured to utf-8. I solved it by puting set encoding=utf-8 in my vimrc. Thanks, but encoding, termencoding, and fileencoding all show as utf-8 -troy

[9fans] vim and utf-8

2012-04-13 Thread Troy Cauble
When using vim, Greek characters are shown followed by a garbage character, usually Esc., sometimes immediately after the Greek char, sometimes later in the line. Editing that line after the Greek char, positioning is one-off. encoding, termencoding, and fileencoding all show as utf-8 Any

[9fans] hg over ssh

2011-12-15 Thread Troy Cauble
Hi all, Can anyone tell me what I'm missing getting hg to work over ssh. I've seen some threads on the topic but they seem to end without an explicit solution. cpu% hg -vvv clone -e '/bin/openssh/ssh -2' ssh://192.168.1.88/foo2 running /bin/openssh/ssh -2 192.168.1.88 hg -R foo2 serve

Re: [9fans] hg over ssh

2011-12-15 Thread Troy Cauble
remote: abort: Bad file number abort: no suitable response from remote hg! for fun, run under ratrace and you'll see the problem. This may be the top of stack problem but I am not sure. I just don't recall. Well execing /bin/sh problematic: 730 hg Exec 230f1e 0x59fd40//bin/sh

Re: [9fans] hg over ssh

2011-12-15 Thread Troy Cauble
On Thu, Dec 15, 2011 at 10:16 PM, erik quanstrom quans...@quanstro.net wrote: Maybe someone has a nice rc script for sh that would remove the quotes? how about /bin/ape/sh? Another thing I didn't know about! All is well now. Thanks, -troy