bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2980: marked as done (23.0.92; Size change not reflected in invisib


From: Emacs bug Tracking System
Subject: bug#2980: marked as done (23.0.92; Size change not reflected in invisible GTK+ frames.)
Date: Mon, 11 May 2009 08:20:05 +0000

Your message dated Mon, 11 May 2009 17:13:18 +0900
with message-id <wlvdo83vmp.wl%mituharu@math.s.chiba-u.ac.jp>
and subject line Re: bug#2980: 23.0.92; Size change not reflected in invisible 
GTK+ frames.
has caused the Emacs bug report #2980,
regarding 23.0.92; Size change not reflected in invisible GTK+ frames.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2980: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2980
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.92; Size change not reflected in invisible GTK+ frames. Date: Mon, 13 Apr 2009 17:43:19 +0900 User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)
Steps to Reproduce:

1. emacs -Q
2. Evaluate the following expressions in *scratch*:
   (setq frame (make-frame '((menu-bar-lines . 0) (tool-bar-lines . 0)
                             (visibility . nil))))
   (set-frame-size frame 10 20)
   (cons (frame-width frame) (frame-height frame))

Result:

Evaluation of the final expression returns (80 . 40) in the GTK+
build.  In the Xaw build, it returns (10 . 20) as expected.

                                     YAMAMOTO Mitsuharu
                                mituharu@math.s.chiba-u.ac.jp

In GNU Emacs 23.0.92.1 (powerpc-apple-darwin8.11.0, GTK+ Version 2.14.7)
 of 2009-04-13 on yamamoto-mitsuharu-no-power-mac-g5.local
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000
configured using `configure  'LDFLAGS=-L/opt/local/lib' 
'CPPFLAGS=-I/opt/local/include''



--- End Message ---
--- Begin Message --- Subject: Re: bug#2980: 23.0.92; Size change not reflected in invisible GTK+ frames. Date: Mon, 11 May 2009 17:13:18 +0900 User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)
Fixed by the following change:

2009-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

        * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
        what we expect to get in the next ConfigureNotify event.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]