unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: janmejay singh <singh.janmejay@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: bug#3999: [PATCH] incorrect main and mini-buffer window size in 23.1 RC (more apparent in full screen mode)
Date: Fri, 31 Jul 2009 19:49:06 +0530	[thread overview]
Message-ID: <96a70c590907310719o561e64c6kca6f58ec3d9f3419@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 422 bytes --]

Hi,

Have been observing this bug since tag named EMACS_PRETEST_23_0_94 was
created.

This patch fixes it on branch named EMACS_23_1_RC

The problem is not reproducible on master, its reproducible only on tags
EMACS_PRETEST_23_0_94(and higher) and on branch EMACS_23_1_RC.

Please drop me a mail if screen-shots and detailed description of this
problem are required.

-- 
Regards,
Janmejay
(http://codehunk.wordpress.com)

[-- Attachment #1.2: Type: text/html, Size: 531 bytes --]

[-- Attachment #2: emacs_window_size_in_fullscreen_frame_fix.patch --]
[-- Type: text/x-patch, Size: 771 bytes --]

From 7aca07c7aaa703eff39da17a8aecf86bc4d62449 Mon Sep 17 00:00:00 2001
From: Janmejay Singh <singh.janmejay@gmail.com>
Date: Fri, 31 Jul 2009 19:15:34 +0530
Subject: fix to emacs not setting correct mini-buffer window size and frame size when started in full-screen mode (with -fs)

---
 src/gtkutil.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gtkutil.c b/src/gtkutil.c
index 3ea7c14..7981f98 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -750,7 +750,7 @@ xg_frame_set_char_size (f, cols, rows)
 
      We pass 1 for DELAY since we can't run Lisp code inside of
      a BLOCK_INPUT.  */
-  change_frame_size (f, rows, cols, 0, 1, 0);
+
   FRAME_PIXEL_WIDTH (f) = pixelwidth;
   FRAME_PIXEL_HEIGHT (f) = pixelheight;
 
-- 
1.5.6.5


             reply	other threads:[~2009-07-31 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87eirt6bmy.fsf@cyd.mit.edu>
2009-07-31 14:19 ` janmejay singh [this message]
2009-08-02 23:30   ` bug#3999: marked as done ([PATCH] incorrect main and mini-buffer window size in 23.1 RC (more apparent in full screen mode)) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=96a70c590907310719o561e64c6kca6f58ec3d9f3419@mail.gmail.com \
    --to=singh.janmejay@gmail.com \
    --cc=3999@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).