From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: New keybinding suggestion: C-x _ for `shrink-window' Date: Tue, 13 Nov 2007 21:48:36 -0500 Message-ID: References: <87pryf4luf.fsf@bzg.ath.cx> <4738A381.9080402@gmail.com> <87k5omclgs.fsf@bzg.ath.cx> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195008585 20492 80.91.229.12 (14 Nov 2007 02:49:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Nov 2007 02:49:45 +0000 (UTC) Cc: bzg@altern.org, emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 14 03:49:49 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 1Is8K5-0002JT-3M for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 03:49:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is8Js-0005SW-Hg for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2007 21:49:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Is8Iy-0004jz-3B for emacs-devel@gnu.org; Tue, 13 Nov 2007 21:48:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Is8Iw-0004ho-EZ for emacs-devel@gnu.org; Tue, 13 Nov 2007 21:48:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is8Iw-0004hc-7t for emacs-devel@gnu.org; Tue, 13 Nov 2007 21:48:38 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Is8Iw-0000fs-3B for emacs-devel@gnu.org; Tue, 13 Nov 2007 21:48:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Is8Iu-0003rG-Tb; Tue, 13 Nov 2007 21:48:36 -0500 In-reply-to: (lekktu@gmail.com) X-detected-kernel: by monty-python.gnu.org: 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:83158 Archived-At: > - I took your idea of using M- instead of S- to select the > adjacent window. Now S- temporarily negates the increment. Could you please just add options to configure the modifiers for "adjacent window" and "negate increment" keys? There is no need to add options just to choose different keys. All keymaps are customizable. The thing to do is get rid of the unusual code that copies the bindings of windmove, and put these bindings directly into the keymap in the standard way. Then people can change these bindings in the standard ways. > - When a border cannot be moved further, window-edit tries to move the > opposite border to the same direction (see the docstring). This is highly non-intuitive (to me). Is there any posibility to optionally disable it? I think I agree with you.