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: Mon, 24 Dec 2012 11:35:46 +0200 Organization: JURTA Message-ID: <87sj6vx05p.fsf@mail.jurta.org> References: <87sj73qzvl.fsf@gmail.com> <87623zquvw.fsf@gmail.com> <87ip7zdud3.fsf@gmail.com> <87ehiiu5x7.fsf@gnu.org> <876A7D1112084247AE53F7EE42B4587C@us.oracle.com> <80ehih3hlj.fsf@somewhere.org> <87pq21iwrw.fsf@yandex.ru> <87AE81CEB91846DB94BC5F3B40C788DE@us.oracle.com> <50D64318.5030501@yandex.ru> <0FBA2D9ECA214D82B5C65E5A09E7EE19@us.oracle.com> <50D71824.90601@yandex.ru> <87zk14erzf.fsf@gmail.com> <8BDC32F4508344789126C54D4A22C605@us.oracle.com> <874njcwth9.fsf@gmail.com> <2F9038F06F6B4465B50F3CD17D8FFD20@us.oracle.com> <87bodk7by3.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356342967 21845 80.91.229.3 (24 Dec 2012 09:56:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Dec 2012 09:56:07 +0000 (UTC) Cc: 'Dmitry Gutov' , Drew Adams , emacs-devel@gnu.org To: Jambunathan K Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 24 10:56:22 2012 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 1Tn4lh-0004jI-FW for ged-emacs-devel@m.gmane.org; Mon, 24 Dec 2012 10:56:21 +0100 Original-Received: from localhost ([::1]:48085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn4lT-0007k2-4S for ged-emacs-devel@m.gmane.org; Mon, 24 Dec 2012 04:56:07 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn4lP-0007js-Vy for emacs-devel@gnu.org; Mon, 24 Dec 2012 04:56:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tn4lO-0005f3-WD for emacs-devel@gnu.org; Mon, 24 Dec 2012 04:56:03 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:54151 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn4lO-0005em-Qq for emacs-devel@gnu.org; Mon, 24 Dec 2012 04:56:02 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 64F2F451CE21; Mon, 24 Dec 2012 01:55:59 -0800 (PST) In-Reply-To: <87bodk7by3.fsf@gmail.com> (Jambunathan K.'s message of "Mon, 24 Dec 2012 01:55:40 +0530") 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:155842 Archived-At: > 1. Start Emacs > 2. Maximize the frame by hand. Maximizing the frame automatically used to be a problem on KDE that required using such ugly tricks in ~/.emacs: (add-hook 'after-init-hook (lambda () (run-at-time "1 second" nil 'shell-command-to-string ; to not overwrite the echo area "wmctrl -r :ACTIVE: -b add,maximized_vert,maximized_horz")) t) But now on GNOME it's easy to modify the command line and to add the command line argument "-mm" or "--maximized" that maximizes the frame automatically (also "--fullscreen", "-fs"). If "-mm" still doesn't work on KDE or Xfce, please report the bug. > I am surprised that people are not > talking about F2. I accidentally > pressed it twice and what I get is a > weird looking email :-) Its commands are already duplicated on the prefix key `C-x 6', so there is no obstacle to unbind `F2'.