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: Thu, 10 Jan 2013 20:17:34 -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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357867062 28660 80.91.229.3 (11 Jan 2013 01:17:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2013 01:17:42 +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 02:18:00 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 1TtTFv-00080S-Sy for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2013 02:18:00 +0100 Original-Received: from localhost ([::1]:46440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtTFf-0006qE-NB for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2013 20:17:43 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtTFb-0006nJ-K8 for emacs-devel@gnu.org; Thu, 10 Jan 2013 20:17:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtTFY-0003mT-0Q for emacs-devel@gnu.org; Thu, 10 Jan 2013 20:17:39 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:28859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtTFX-0003mN-Se; Thu, 10 Jan 2013 20:17:35 -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="212268807" 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; 10 Jan 2013 20:17:35 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id EB739592BE; Thu, 10 Jan 2013 20:17:34 -0500 (EST) In-Reply-To: <87vcb4v9dp.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 11 Jan 2013 02:31:28 +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:156202 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. Stefan