From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Unuseful keybindings Date: Sat, 12 Jan 2013 02:50:30 +0200 Organization: JURTA Message-ID: <87y5fzp5ap.fsf@mail.jurta.org> References: <87sj73qzvl.fsf@gmail.com> <87623zquvw.fsf@gmail.com> <87ip7zdud3.fsf@gmail.com> <87ehiiu5x7.fsf@gnu.org> <87a9t6a435.fsf@mail.jurta.org> <87d2y1glnt.fsf@mail.jurta.org> <87hanbu3ly.fsf@mail.jurta.org> <877gnk26nr.fsf@gnu.org> <87vcb4v9dp.fsf@mail.jurta.org> <87ehhst50e.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357953741 24372 80.91.229.3 (12 Jan 2013 01:22:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2013 01:22:21 +0000 (UTC) Cc: "emacs-devel@gnu.org Development" To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 02:22:39 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ttpnr-0000Tg-Tj for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2013 02:22:32 +0100 Original-Received: from localhost ([::1]:53125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttpnb-0005bS-St for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2013 20:22:15 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtpnX-0005bF-E3 for emacs-devel@gnu.org; Fri, 11 Jan 2013 20:22:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtpnV-00021T-VN for emacs-devel@gnu.org; Fri, 11 Jan 2013 20:22:11 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:38937 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtpnV-00021P-PT for emacs-devel@gnu.org; Fri, 11 Jan 2013 20:22:09 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 77304201A3482D; Fri, 11 Jan 2013 17:22:07 -0800 (PST) In-Reply-To: (chad's message of "Fri, 11 Jan 2013 10:26:49 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.218.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156242 Archived-At: >> When the Gnome system key M-f10 maximizes the frame, >> Emacs doesn't reflect this change in the frame parameter >> `fullscreen'. > > Sounds like a bug with window manager hints, either in gnome's setting > them or emacs' understanding them. If you're up for it, you should be > able to use xprop to see if gnome is setting the hint or not (it's > entirely possible that it's just finding the biggest window size and > setting emacs to that, which is not correct). Actually there are two problems: 1. The above mentioned problem occurs only on non-GTK builds. When I tried to use xprop for a maximized frame its output was: _NET_WM_STATE(ATOM) = _NET_WM_STATE_MAXIMIZED_VERT, _NET_WM_STATE_MAXIMIZED_HORZ 2. On GTK builds there is another problem: evaluating (set-frame-parameter nil 'fullscreen 'fullscreen) modifies the frame parameter `fullscreen' to `fullboth', not to `fullscreen' as requested. In this case xprop outputs: _NET_WM_STATE(ATOM) = _NET_WM_STATE_FULLSCREEN