RE: How to maximize my vim window when I start it?

2007-02-07 Thread Gene Kwiecinski
>>off maximised, but it insisted on being a resizeable window. Only >>Tony's suggestion to try the 'simalt ~x' worked, but even so, I can see >>it starting out as a "window", then jiggling a bit then filling out to >>fullsize. >I didn't suggest it. What I suggested was >if has("gui_running") >

Re: How to maximize my vim window when I start it?

2007-02-06 Thread A.J.Mechelynck
Gene Kwiecinski wrote: 1. How to setup my gvim to open to the maximal size when I start it? How do you open gvim? If you start by clicking the icon, you may right click the icon and find an option regarding the size when starting in property (I'm not using win XP now so I'm not sure about the

Re: How to maximize my vim window when I start it?

2007-02-06 Thread A.J.Mechelynck
John Doe wrote: I am using the gentoo distro, which has gvim 7.0.17 with some gentoo patches applied. You did not tell, whether you tried the 'set lines=999 columns=999' twice in a row. Anyway, the plain setting does not work for me at all in .vimrc even though it does work after some delay, aft

RE: How to maximize my vim window when I start it?

2007-02-06 Thread Gene Kwiecinski
>>1. How to setup my gvim to open to the maximal size when I start it? >How do you open gvim? If you start by clicking the icon, you may >right click the icon and find an option regarding the size when >starting in property (I'm not using win XP now so I'm not sure about >the exact option). I ha

Re: How to maximize my vim window when I start it?

2007-02-06 Thread John Doe
I am using the gentoo distro, which has gvim 7.0.17 with some gentoo patches applied. You did not tell, whether you tried the 'set lines=999 columns=999' twice in a row. Anyway, the plain setting does not work for me at all in .vimrc even though it does work after some delay, after gvim has loaded

Re: How to maximize my vim window when I start it?

2007-02-06 Thread A.J.Mechelynck
John Doe wrote: I don't know if I am in error, but ':set lines=999 columns=999' from .vimrc does not work for me under KDE 3.5. It works in ex mode, after everything is loaded, but not from the .vimrc file (and yes I am using gvim). There are also some notable strange effects: au GUIEnter * set

Re: How to maximize my vim window when I start it?

2007-02-06 Thread Manu Hack
On 2/4/07, Jiang Ting <[EMAIL PROTECTED]> wrote: 1. How to setup my gvim to open to the maximal size when I start it? How do you open gvim? If you start by clicking the icon, you may right click the icon and find an option regarding the size when starting in property (I'm not using win XP now

Re: How to maximize my vim window when I start it?

2007-02-05 Thread John Doe
I don't know if I am in error, but ':set lines=999 columns=999' from .vimrc does not work for me under KDE 3.5. It works in ex mode, after everything is loaded, but not from the .vimrc file (and yes I am using gvim). There are also some notable strange effects: au GUIEnter * set lines=999 columns=

Re: How to maximize my vim window when I start it?

2007-02-05 Thread Theerasak Photha
On 2/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, The :set lines=9 columns=9 does not really maxmize the Vim window. Since there's still borders for the window, a maximized window have no borders (AFAIK this is true for WinXP and KDE). Since you are highly unlikely to use a Wi

Re: How to maximize my vim window when I start it?

2007-02-05 Thread Christian Ebert
* Jiang Ting on Sunday, February 04, 2007 at 17:26:38 -0600: > 2. I am using latex-suite; I want to setup macros like: > (1). `o=\theta; > (2). call IMAP('kk','\[<++>\]<++>','tex'); Did you put them in eg. ~/.vim/ftplugin/tex.vim ? c -- _B A U S T E L L E N_ lesen! --->>

Re: How to maximize my vim window when I start it?

2007-02-04 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Hi, The :set lines=9 columns=9 does not really maxmize the Vim window. Since there's still borders for the window, a maximized window have no borders (AFAIK this is true for WinXP and KDE). Since you are highly unlikely to use a Windows version other than Englis

Re: How to maximize my vim window when I start it?

2007-02-04 Thread panshizhu
Hi, The :set lines=9 columns=9 does not really maxmize the Vim window. Since there's still borders for the window, a maximized window have no borders (AFAIK this is true for WinXP and KDE). Since you are highly unlikely to use a Windows version other than English and Chinese. The followin

Re: How to maximize my vim window when I start it?

2007-02-04 Thread A.J.Mechelynck
Jiang Ting wrote: Hi, everyone: Thanks for the welcome. ^_^ Last week I emailed vim@vim.org from Outlook, but the server returned all my email. Yesterday I tried to send email from my gmail account directly, now it works. I am now using gvim7.0 on WIN XP; I have several questions: 1. How to se

How to maximize my vim window when I start it?

2007-02-04 Thread Jiang Ting
Hi, everyone: Thanks for the welcome. ^_^ Last week I emailed vim@vim.org from Outlook, but the server returned all my email. Yesterday I tried to send email from my gmail account directly, now it works. I am now using gvim7.0 on WIN XP; I have several questions: 1. How to setup my gvim to open