Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Patch 7.3.635
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bram Moolenaar  
View profile  
 More options Aug 23 2012, 7:29 am
From: Bram Moolenaar <B...@Moolenaar.net>
Date: Thu, 23 Aug 2012 13:29:08 +0200
Local: Thurs, Aug 23 2012 7:29 am
Subject: Patch 7.3.635

Patch 7.3.635
Problem:    Issue 21: System call during startup sets 'lines' to a wrong
            value. (Karl Yngve)
Solution:   Don't set the shell size while the GUI is still starting up.
            (Christian Brabandt)
Files:      src/ui.c

*** ../vim-7.3.634/src/ui.c     2012-07-10 16:49:08.000000000 +0200
--- src/ui.c    2012-08-23 13:25:26.000000000 +0200
***************
*** 298,303 ****
--- 298,306 ----
      int           retval;

  #ifdef FEAT_GUI
+     if (gui.starting)
+       /* possibly a system call during startup, check later */
+       return OK;
      if (gui.in_use)
        retval = gui_get_shellsize();
      else
*** ../vim-7.3.634/src/version.c        2012-08-23 12:58:56.000000000 +0200
--- src/version.c       2012-08-23 13:27:00.000000000 +0200
***************
*** 721,722 ****
--- 721,724 ----
  {   /* Add new patch number below this line */
+ /**/
+     635,
  /**/

--
ARTHUR: This new learning amazes me, Sir Bedevere.  Explain again how sheep's
        bladders may be employed to prevent earthquakes.
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- B...@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian J. Robinson  
View profile  
 More options Aug 23 2012, 3:06 pm
From: "Christian J. Robinson" <hept...@gmail.com>
Date: Thu, 23 Aug 2012 13:06:58 -0600 (Mountain Daylight Time)
Local: Thurs, Aug 23 2012 3:06 pm
Subject: Re: Patch 7.3.635

On Thu, 23 Aug 2012, Bram Moolenaar wrote:
> Patch 7.3.635
> Problem:    Issue 21: System call during startup sets 'lines' to a wrong
>        value. (Karl Yngve)
> Solution:   Don't set the shell size while the GUI is still starting up.
>        (Christian Brabandt)
> Files:         src/ui.c

Now with gVim under Windows, starting Vim maximized doesn't properly
initialize the screen width/height.  See:
http://christianrobinson.name/temp/VimHeightWidthProblem.png

- Christian

--
                 Funny, I don't remember being absent minded.
Christian J. Robinson <hept...@gmail.com>      http://christianrobinson.name/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bram Moolenaar  
View profile  
 More options Aug 23 2012, 4:56 pm
From: Bram Moolenaar <B...@Moolenaar.net>
Date: Thu, 23 Aug 2012 22:56:57 +0200
Local: Thurs, Aug 23 2012 4:56 pm
Subject: Re: Patch 7.3.635

Christian J. Robinson wrote:
> On Thu, 23 Aug 2012, Bram Moolenaar wrote:

> > Patch 7.3.635
> > Problem:    Issue 21: System call during startup sets 'lines' to a wrong
> >           value. (Karl Yngve)
> > Solution:   Don't set the shell size while the GUI is still starting up.
> >           (Christian Brabandt)
> > Files:            src/ui.c

> Now with gVim under Windows, starting Vim maximized doesn't properly
> initialize the screen width/height.  See:
> http://christianrobinson.name/temp/VimHeightWidthProblem.png

Hmm, perhaps instead of just returning we should set a flag so that the
shell size is obtained once the GUI has started.

--
MAN:     You don't frighten us, English pig-dog!  Go and boil your bottoms,
         son of a silly person.  I blow my nose on you, so-called Arthur-king,
         you and your silly English K...kaniggets.
   He puts hands to his ears and blows a raspberry.
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- B...@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »