Re: [dev] Re: [st] terminal capability "cm" required

2012-02-17 Thread Paul Onyschuk
On Fri, 17 Feb 2012 15:10:28 +0100 Martin Kopta wrote: > > Indeed! > > # vim --version | grep -c curses > 1 > # vi --version | grep -c curses > 0 > > So there is that. > I messed up with previous message: | vi --version | grep -c curses | 1 Are you using 64-bit version of CentOS? Not quite

Re: [dev] Re: [st] terminal capability "cm" required

2012-02-17 Thread Paul Onyschuk
On Fri, 17 Feb 2012 15:10:28 +0100 Martin Kopta wrote: > > On 02/17/2012 03:05 PM, Christian Neukirchen wrote: > > Martin Kopta writes: > > > >> I can't really use ':version' since vim output is horribly > >> broken. Have this output instead. > >> > >> # vi --version | grep -E terminfo\|termcap

Re: [dev] Re: [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
On 02/17/2012 03:05 PM, Christian Neukirchen wrote: Martin Kopta writes: I can't really use ':version' since vim output is horribly broken. Have this output instead. # vi --version | grep -E terminfo\|termcap -tag_binary -tag_old_static -tag_any_white -tcl +terminfo -termresponse Linking: gcc

[dev] Re: [st] terminal capability "cm" required

2012-02-17 Thread Christian Neukirchen
Martin Kopta writes: > I can't really use ':version' since vim output is horribly > broken. Have this output instead. > > # vi --version | grep -E terminfo\|termcap > -tag_binary -tag_old_static -tag_any_white -tcl +terminfo -termresponse > Linking: gcc -L/usr/local/lib -o vim -lselinux -

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Paul Onyschuk
On Fri, 17 Feb 2012 12:34:53 +0100 Martin Kopta wrote: > > * CentOS 5.7 + fake vi = fail (TERM=st-256color) > * CentOS 5.7 + vim = ok (TERM=st-256color) > * CentOS 5.7 + tmux + fake vi = ok (TERM=screen) > > All tested with st-0.2.1 > > On that CentOS 5.7: > # rpm -qf $(which vim) > vim-enhanced

[dev] [dwm] Chromium "open in new tab" - windows switch places

2012-02-17 Thread Danilo
I'm having strange problems with chromium since the dwm-6.0 release. I use chromium as my main browser. When I open a link in a new tab in the tiling mode (either by middle-clicking it or by right-clicking and selecting "open in new tab") and chromium is not in the master area, it moves to the mas

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
On 02/17/2012 11:53 AM, Aurélien Aptel wrote: On Fri, Feb 17, 2012 at 11:31 AM, Martin Kopta wrote: st.info' into /usr. It is a CentOS 5.7. I have no problem with that on CentOS 6.2, Ubuntu 11.10 and Archlinux. I guess it is because of ancient Vim. Maybe this version of vim doesn't support te

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Aurélien Aptel
On Fri, Feb 17, 2012 at 11:31 AM, Martin Kopta wrote: > st.info' into /usr. It is a CentOS 5.7. I have no problem with that on > CentOS 6.2, Ubuntu 11.10 and Archlinux. I guess it is because of ancient > Vim. Maybe this version of vim doesn't support terminfo? This is very unlikely but who knows.

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
On 02/17/2012 11:22 AM, Aurélien Aptel wrote: On Fri, Feb 17, 2012 at 11:18 AM, Aurélien Aptel wrote: cup is already in st.info. Did you compiled the terminfo entry? ($ tic -s st.info) If you compile the terminfo as a user, it will go in the local terminfo database (~/.terminfo). You need to

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Aurélien Aptel
On Fri, Feb 17, 2012 at 11:18 AM, Aurélien Aptel wrote: > cup is already in st.info. Did you compiled the terminfo entry? ($ tic > -s st.info) If you compile the terminfo as a user, it will go in the local terminfo database (~/.terminfo). You need to install it in the system database to make it a

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Aurélien Aptel
On Fri, Feb 17, 2012 at 10:35 AM, Paul Onyschuk wrote: > On Fri, 17 Feb 2012 10:20:22 +0100 > Martin Kopta wrote: > >> >> Before I get into solving this, have anyone seen this? What is "cm"? >> >> # vi -u NONE >> E437: terminal capability "cm" required >> Press ENTER or type command to continue >>

Re: [dev] [st] terminal capability "cm" required

2012-02-17 Thread Paul Onyschuk
On Fri, 17 Feb 2012 10:20:22 +0100 Martin Kopta wrote: > > Before I get into solving this, have anyone seen this? What is "cm"? > > # vi -u NONE > E437: terminal capability "cm" required > Press ENTER or type command to continue > man xterm(1) | -cm | | This option disables recognition of AN

[dev] [st] terminal capability "cm" required

2012-02-17 Thread Martin Kopta
Before I get into solving this, have anyone seen this? What is "cm"? # vi -u NONE E437: terminal capability "cm" required Press ENTER or type command to continue # vi --version VIM - Vi IMproved 7.0 (2006 May 7, compiled Mar 5 2011 21:36:07) Included patches: 1, 3-4, 7-9, 11, 13-17, 19-26, 29-31