From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Unuseful keybindings Date: Fri, 11 Jan 2013 09:42:30 -0500 Message-ID: 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 1357915368 7665 80.91.229.3 (11 Jan 2013 14:42:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2013 14:42:48 +0000 (UTC) Cc: Sam Steingold , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 11 15:43:05 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 1Ttfoz-0007Ws-L7 for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2013 15:43:01 +0100 Original-Received: from localhost ([::1]:34881 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttfoj-0006x7-MA for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2013 09:42:45 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttfod-0006w1-Pn for emacs-devel@gnu.org; Fri, 11 Jan 2013 09:42:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtfoX-0003Z7-2Z for emacs-devel@gnu.org; Fri, 11 Jan 2013 09:42:39 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:6620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtfoW-0003Z0-Uj; Fri, 11 Jan 2013 09:42:32 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkGAG6Zu09MCpYP/2dsb2JhbABEgXuyFoEIghYBBVYjEAs0EhQYDSSIIQu5fpBEA4hCmnGBWIMH X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="212296160" Original-Received: from 76-10-150-15.dsl.teksavvy.com (HELO pastel.home) ([76.10.150.15]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 11 Jan 2013 09:42:31 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5CE77593DB; Fri, 11 Jan 2013 09:42:30 -0500 (EST) In-Reply-To: <87ehhst50e.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 11 Jan 2013 11:58:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:156217 Archived-At: >>>>> ! (define-key global-map [(meta f10)] 'toggle-frame-maximized) >>> Yes, M-f10 maximizes the window on Gnome as documented in >>> http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts >>> What would be a better non-conflicting key? >> I don't understand why you think there's a conflict. > When the Gnome system key M-f10 maximizes the frame, > Emacs doesn't reflect this change in the frame parameter > `fullscreen'. But that's true regardless of the existence of the above quoted define-key. So it's an orthogonal problem to this perceived key conflict. Stefan