From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: fullcreen = fullboth yields undesirable behavior Date: Fri, 21 Sep 2007 09:01:27 -0600 Message-ID: Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190388305 12653 80.91.229.12 (21 Sep 2007 15:25:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2007 15:25:05 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 21 17:24:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IYkN4-0007cL-6y for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2007 17:24:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYkN2-0000ru-3X for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2007 11:24:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYkMy-0000rf-80 for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:24:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYkMw-0000r6-Lh for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:24:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYkMw-0000r3-FY for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:24:38 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYkMw-0002fG-6K for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:24:38 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYkML-000230-Jw for emacs-pretest-bug@gnu.org; Fri, 21 Sep 2007 11:24:01 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IYkMt-0002du-Th for emacs-pretest-bug@gnu.org; Fri, 21 Sep 2007 11:24:37 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYkMs-0002cV-WC for emacs-pretest-bug@gnu.org; Fri, 21 Sep 2007 11:24:35 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l8LFOSD7023135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 21 Sep 2007 11:24:28 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8LFOSJw024965 for ; Fri, 21 Sep 2007 11:24:28 -0400 Original-Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8LFOPt0027282; Fri, 21 Sep 2007 11:24:26 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 43F48508015; Fri, 21 Sep 2007 09:01:27 -0600 (MDT) X-Attribution: Tom X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79455 gmane.emacs.pretest.bugs:19966 Archived-At: Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I recently wrote an elisp program which resized a frame using the size parameter 'fullscreen' with a value of 'fullboth'. This resized the frame to fill the entire screen. The window manager frame was not visible, and the Gnome panel was obscured. Reading the docs, I can see how this is probably the planned behavior. However, I was expecting it to act more like maximizing the window using the window manager (where the window manager frame and the panel would remain visible). I couldn't think of a situation where I would want the current behavior. Gtk provides an API, gtk_window_maximize, which I think Emacs should use and which I think should provide my desired behavior. If changing 'fullboth' is undesirable, perhaps a new value for 'fullscreen' could be added. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/22.0.990/etc/DEBUG for instructions. In GNU Emacs 22.0.990.1 (i386-koji-linux-gnu, GTK+ Version 2.10.11) of 2007-05-23 on xenbuilder3.fedora.phx.redhat.com Windowing system distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--build=i386-koji-linux-gnu' '--host=i386-koji-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-pop' '--with-sound' '--with-gtk' 'build_alias=i386-koji-linux-gnu' 'host_alias=i386-koji-linux-gnu' 'target_alias=i386-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -DSYSTEM_PURESIZE_EXTRA=16777216 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables'' 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 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Java/l Minor modes in effect: shell-dirtrack-mode: t auto-fill-function: tjt-c++-do-auto-fill compilation-in-progress: (grep grep grep grep grep compilation compilation gid gid compilation gid gid gid gid grep gid gid gid gid gid gid grep grep grep gid compilation compilation compilation compilation gid gid compilation grep compilation compilation compilation grep grep grep gid gid gid grep gid gid grep gid grep gid grep gid grep grep grep grep gid gid gid gid gid grep gid gid gid gid gid compilation compilation compilation grep grep grep grep gid grep compilation compilation compilation compilation compilation compilation compilation compilation gid grep grep grep grep grep grep gid gid grep compilation grep compilation compilation grep compilation grep gid grep gid gid grep grep gid) erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-spelling-mode: t erc-truncate-mode: t flyspell-mode: t erc-status-mode: t erc-services-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-readonly-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C o l l s . h j C-s s o r t ( C-s C-v C-s C-s C-v C-s C-s C-v C-s C-s C-a C-z o C-z o M-v C-v C-v C-s C-s C-r C-a C-z o I SPC d i d n ' C-a C-k M-v M-v C-v C-v M-> a n d SPC i f SPC t h e y SPC w e r e SPC w r o n g , SPC t h e y ' d SPC b e a t SPC t h e SPC s h i t SPC o u t SPC o f SPC t h e m s e l v e s SPC a n d SPC t h e n SPC d i e c o m m i t SPC s u i c i d e o h SPC t h o s e SPC a n c i e n t SPC h o n o r a b l e SPC d a y s C-x o C-u C-n C-n C-n C-n C-n C-c C-c C-x 1 C-x C-f g t c C-v C-v C-v C-s m a x i m C-s C-a C-x k C-l C-z o y e h a C-t C-s C-w C-w C-s C-s C-s C-a C-x b * g r C-c b C-s C-s C-s C-s C-a M-v M-v C-v C-s C-s C-a C-s w a n C-w C-w C-s C-s C-s C-a C-u C-u C-n C-l C-u C-p C-l C-z o M-x r e p o r t - e m b Recent messages: uncompressing elisp-6.gz...done error in process sentinel: play-sound: No usable sound device driver found error in process sentinel: No usable sound device driver found error in process sentinel: play-sound: No usable sound device driver found error in process sentinel: No usable sound device driver found Mark set Mark saved where search started [5 times] Mark set [2 times] Making completion list... Mark saved where search started [5 times] Tom