unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17286: 24.4.50; Incorrect frame height with menu-bar-mode on/off
@ 2014-04-17 20:59 Fabrice Popineau
  2014-04-18 10:01 ` martin rudalics
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Popineau @ 2014-04-17 20:59 UTC (permalink / raw)
  To: 17286

[-- Attachment #1: Type: text/plain, Size: 4313 bytes --]

Maximize the first frame with its menu bar but without its tool bar.
Switch on/off menu-bar-mode several times:
the frame height grows.

Here is the frame-pixel-height reported in *Messages*
Menu-Bar mode enabled
Menu-Bar mode disabled
Menu-bar mode disabled.  Use M-x menu-bar-mode to make the menu bar appear.
Menu-Bar mode enabled
1180 (#o2234, #x49c, ?Ҝ)
Menu-Bar mode disabled
Menu-bar mode disabled.  Use M-x menu-bar-mode to make the menu bar appear.
1207 (#o2267, #x4b7, ?ҷ)
Menu-Bar mode enabled
1239 (#o2327, #x4d7, ?ӗ)
Menu-Bar mode disabled
Menu-bar mode disabled.  Use M-x menu-bar-mode to make the menu bar appear.
1271 (#o2367, #x4f7, ?ӷ)

Best regards,

Fabrice Popineau



In GNU Emacs 24.4.50.3 (x86_64-w64-mingw32)
 of 2014-04-16 on ALIMANTADO
Repository revision: 115831
fabrice.popineau@supelec.fr-20140416210032-k4fnr3beizg9nuy3
Windowing system distributor `Microsoft Corp.', version 6.3.9600
Configured using:
 `configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32
 --build=x86_64-w64-mingw32 --prefix=/c/Local/Emacs
 --libexecdir=/c/Local/Emacs/bin --datarootdir=/c/Local/Emacs
 --localstatedir=/c/Local/Emacs --sysconfdir=/c/Local/Emacs/etc
 --with-jpeg --with-xpm --with-png --with-tiff --with-rsvg --with-xml2
 --with-gnutls 'CFLAGS=-I/mingw64/include -O3 -g'
 CPPFLAGS=-I/mingw64/include LDFLAGS=-L/mingw64/lib'

Configured features:
XPM JPEG TIFF GIF PNG RSVG NOTIFY ACL GNUTLS LIBXML2 ZLIB

Important settings:
  value of $LANG: fr_FR.UTF-8
  locale-coding-system: cp1252

Major mode: Messages

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<f11> M-x t o o l <tab> - <tab> <return> <f11> <f11>
<f11> <f11> <f12> <f12> <f12> <f11> <f11> M-x m e n
u - b a <tab> m m <backspace> o <tab> <return> M-x
M-p <return> M-x M-p <return> M-x M-p <return> <f11>
<f11> M-: ( f r a m e - p i x e l - h e i g h t ) <return>
M-x M-p <return> M-: M-p <return> M-x M-p <return>
M-: M-p <return> M-x M-p <return> M-: M-p <return>
<f11> C-x b <return> <down-mouse-1> <mouse-movement>
<mouse-movement> <drag-mouse-1> <C-insert> M-x r e
p o r <tab> <return>

Recent messages:
Menu-bar mode disabled.  Use M-x menu-bar-mode to make the menu bar appear.
Menu-Bar mode enabled
1180 (#o2234, #x49c, ?Ҝ)
Menu-Bar mode disabled
Menu-bar mode disabled.  Use M-x menu-bar-mode to make the menu bar appear.
1207 (#o2267, #x4b7, ?ҷ)
Menu-Bar mode enabled
1239 (#o2327, #x4d7, ?ӗ)
Menu-Bar mode disabled
Menu-bar mode disabled.  Use M-x menu-bar-mode to make the menu bar appear.
1271 (#o2367, #x4f7, ?ӷ)

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns mail-prsvr mail-utils mule-util cus-start
cus-load time-date tooltip electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win
w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
w32notify w32 multi-tty emacs)

Memory information:
((conses 16 85001 4886)
 (symbols 56 18628 0)
 (miscs 48 40 104)
 (strings 32 13345 3581)
 (string-bytes 1 318170)
 (vectors 16 9306)
 (vector-slots 8 369833 11038)
 (floats 8 57 182)
 (intervals 56 257 24)
 (buffers 960 12))

[-- Attachment #2: Type: text/html, Size: 5892 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#17286: 24.4.50; Incorrect frame height with menu-bar-mode on/off
  2014-04-17 20:59 bug#17286: 24.4.50; Incorrect frame height with menu-bar-mode on/off Fabrice Popineau
@ 2014-04-18 10:01 ` martin rudalics
  2014-04-18 11:23   ` Fabrice Popineau
  0 siblings, 1 reply; 5+ messages in thread
From: martin rudalics @ 2014-04-18 10:01 UTC (permalink / raw)
  To: Fabrice Popineau, 17286

 > Switch on/off menu-bar-mode several times:
 > the frame height grows.

Thanks for the report.  I fixed this (and bug 16637 you also reported)
on my build but that's part of a larger change that won't make it into
Emacs 24.4.  If you're interested I can send you a preliminary patch.

martin





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#17286: 24.4.50; Incorrect frame height with menu-bar-mode on/off
  2014-04-18 10:01 ` martin rudalics
@ 2014-04-18 11:23   ` Fabrice Popineau
  2014-08-29 17:01     ` martin rudalics
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Popineau @ 2014-04-18 11:23 UTC (permalink / raw)
  To: martin rudalics; +Cc: 17286

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

Great to know that it is fixed.

Unless you need tests and reports, I'll wait for your patch to land in the
trunk.

Best regards,

Fabrice


2014-04-18 12:01 GMT+02:00 martin rudalics <rudalics@gmx.at>:

> > Switch on/off menu-bar-mode several times:
> > the frame height grows.
>
> Thanks for the report.  I fixed this (and bug 16637 you also reported)
> on my build but that's part of a larger change that won't make it into
> Emacs 24.4.  If you're interested I can send you a preliminary patch.
>
> martin
>

[-- Attachment #2: Type: text/html, Size: 990 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#17286: 24.4.50; Incorrect frame height with menu-bar-mode on/off
  2014-04-18 11:23   ` Fabrice Popineau
@ 2014-08-29 17:01     ` martin rudalics
  2014-09-19  8:19       ` martin rudalics
  0 siblings, 1 reply; 5+ messages in thread
From: martin rudalics @ 2014-08-29 17:01 UTC (permalink / raw)
  To: Fabrice Popineau; +Cc: 17286

> Unless you need tests and reports, I'll wait for your patch to land in the
> trunk.

This should work now.  Please try with current trunk.

Thanks, martin







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#17286: 24.4.50; Incorrect frame height with menu-bar-mode on/off
  2014-08-29 17:01     ` martin rudalics
@ 2014-09-19  8:19       ` martin rudalics
  0 siblings, 0 replies; 5+ messages in thread
From: martin rudalics @ 2014-09-19  8:19 UTC (permalink / raw)
  To: Fabrice Popineau; +Cc: 17286-done

> This should work now.  Please try with current trunk.

Closing.

Thanks, martin








^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-19  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 20:59 bug#17286: 24.4.50; Incorrect frame height with menu-bar-mode on/off Fabrice Popineau
2014-04-18 10:01 ` martin rudalics
2014-04-18 11:23   ` Fabrice Popineau
2014-08-29 17:01     ` martin rudalics
2014-09-19  8:19       ` martin rudalics

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).