GNU bug report logs - #10008
emacs 24.0.91; mode menu aligns down only

Previous Next

Package: emacs;

Reported by: William Stevenson <yhvh2000 <at> gmail.com>

Date: Thu, 10 Nov 2011 03:45:02 UTC

Severity: normal

Merged with 10361

Found in version 24.0.92

Done: "Jan D." <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10008 in the body.
You can then email your comments to 10008 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#10008; Package emacs. (Thu, 10 Nov 2011 03:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to William Stevenson <yhvh2000 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 10 Nov 2011 03:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: William Stevenson <yhvh2000 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: emacs 24.0.91; mode menu aligns down only
Date: Thu, 10 Nov 2011 03:43:57 +0000
Compiled on Fedora 16 today and noticed the mode menu aligns down, so
when you perform this on a vertically maximised window you cannot see
the menu contents.

To reproduce:
emacs -Q
maximise window
click mode menu item

Screenshot:
http://i.imgur.com/Zns5o.png


In GNU Emacs 24.0.91.1 (i686-pc-linux-gnu, GTK+ Version 3.2.1)
 of 2011-11-09 on localhost.yhvh
Windowing system distributor `Fedora Project', version 11.0.11101000
configured using `configure  '--with-x-toolkit=gtk3''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=none
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-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
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> <help-echo> M-x r e p o <tab> - b u <tab> 
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr message format-spec rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader
emacsbug help-mode easymenu view time-date tooltip ediff-hook vc-hooks
lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe
lisp-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 loaddefs button faces cus-face files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty emacs)





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10008; Package emacs. (Thu, 10 Nov 2011 18:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 10008 <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: William Stevenson <yhvh2000 <at> gmail.com>
Cc: 10008 <at> debbugs.gnu.org
Subject: Re: bug#10008: emacs 24.0.91; mode menu aligns down only
Date: Thu, 10 Nov 2011 19:31:50 +0100
Hello.

10 nov 2011 kl. 04:43 skrev William Stevenson:

> Compiled on Fedora 16 today and noticed the mode menu aligns down, so
> when you perform this on a vertically maximised window you cannot see
> the menu contents.
> 
> To reproduce:
> emacs -Q
> maximise window
> click mode menu item
> 
> Screenshot:
> http://i.imgur.com/Zns5o.png
> 
> 

This must be something new with either Gtk+ 3.2 or Fedora 16.  Emacs does get the preferred size for the menu and adjust position accordingly.  If the menu lies abouts its preferred size, there is really not much more we can do.
The documentation for gtk_widget_get_preferred_size states:

  "t can be used to deduce toplevel window and menu sizes as well as child widgets in free-form containers such as GtkLayout."

Can you turn off the double arrows on the menu?  Probably not, since Gnome removes customization posibilities.
I don't see this as an Emacs bug, but a poor default in Fedora 16 and/or the theme you are using.
Having scrollable popup menus is just stupid.

	Jan D.






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10008; Package emacs. (Sun, 13 Nov 2011 11:07:02 GMT) Full text and rfc822 format available.

Message #11 received at 10008 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: William Stevenson <yhvh2000 <at> gmail.com>, 10008 <at> debbugs.gnu.org
Subject: Re: bug#10008: emacs 24.0.91; mode menu aligns down only
Date: Sun, 13 Nov 2011 12:05:44 +0100
> This must be something new with either Gtk+ 3.2 or Fedora 16.

I'm 100% sure that I once read about this in a comment of a modeline
related Emacs routine.  But I can't find that comment anymore :-(

martin




Added tag(s) notabug and wontfix. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 17 Nov 2011 08:38:02 GMT) Full text and rfc822 format available.

Removed tag(s) notabug and wontfix. Request was from Jan Djärv <jan.h.d <at> swipnet.se> to control <at> debbugs.gnu.org. (Mon, 26 Dec 2011 18:16:01 GMT) Full text and rfc822 format available.

Forcibly Merged 10008 10361. Request was from Jan Djärv <jan.h.d <at> swipnet.se> to control <at> debbugs.gnu.org. (Mon, 26 Dec 2011 18:16:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10008; Package emacs. (Tue, 10 Jan 2012 13:49:02 GMT) Full text and rfc822 format available.

Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

From: William Stevenson <yhvh2000 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#10008: emacs 24.0.91; mode menu aligns down only
Date: Tue, 10 Jan 2012 13:47:14 +0000
Your commit (revno: 106735) for bug#10361 fixed this bug.





Reply sent to "Jan D." <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Tue, 10 Jan 2012 14:55:03 GMT) Full text and rfc822 format available.

Notification sent to William Stevenson <yhvh2000 <at> gmail.com>:
bug acknowledged by developer. (Tue, 10 Jan 2012 14:55:04 GMT) Full text and rfc822 format available.

Message #25 received at 10008-done <at> debbugs.gnu.org (full text, mbox):

From: "Jan D." <jan.h.d <at> swipnet.se>
To: William Stevenson <yhvh2000 <at> gmail.com>
Cc: 10008-done <at> debbugs.gnu.org
Subject: Re: bug#10008: emacs 24.0.91; mode menu aligns down only
Date: Tue, 10 Jan 2012 15:54:29 +0100
William Stevenson skrev 2012-01-10 14:47:
> Your commit (revno: 106735) for bug#10361 fixed this bug.

Thanks for testing,

	Jan D.






Reply sent to "Jan D." <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Tue, 10 Jan 2012 14:55:04 GMT) Full text and rfc822 format available.

Notification sent to dkh <dustin.hemmerling <at> gmail.com>:
bug acknowledged by developer. (Tue, 10 Jan 2012 14:55:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 08 Feb 2012 12:24:02 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.