From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: New keybinding suggestion: C-x _ for `shrink-window' Date: Tue, 13 Nov 2007 18:51:04 +0100 Message-ID: References: <87pryf4luf.fsf@bzg.ath.cx> <4738A381.9080402@gmail.com> <87k5omclgs.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194976319 20413 80.91.229.12 (13 Nov 2007 17:51:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2007 17:51:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 13 18:52:03 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 1IrzvO-0005Zs-Df for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2007 18:51:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrzvC-00028h-3t for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2007 12:51:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Irzv9-00028W-35 for emacs-devel@gnu.org; Tue, 13 Nov 2007 12:51:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Irzv7-00028C-HM for emacs-devel@gnu.org; Tue, 13 Nov 2007 12:51:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Irzv7-000289-A2 for emacs-devel@gnu.org; Tue, 13 Nov 2007 12:51:29 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Irzv6-0003S2-O9 for emacs-devel@gnu.org; Tue, 13 Nov 2007 12:51:29 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2075559wah for ; Tue, 13 Nov 2007 09:51:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3/F1PZgC3jAFeI796fkTwX7IdMuzSBDxFbDbGJ8IC5w=; b=fmojcQSwZMcto2RZlqkdN54jX5btaFyvGirjyVw4544+xk05Hb/p3tKeJyEmXHebxb1tQfCVyILGKmQSdMoUb+SWEuXaEN83Ls8s6QRH9Ph7Qlec+sS8s9JiSEnMFqF6KozK3oJKzX4EOoxRQbAO1F64frZlqlBY5J8ObZG/oBI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Jjky0H6Erw4PH7B5Ur78HUVDo8VfbRM06nh3b77oii7pTnD+IWQmQUiiQTwWt5J2wCQGXYTHcC4iAsgyB7wHJqLgVIk3PweHmAN97tMdvCSiBTbcxp2eWB0Fm7GfGIdGaYuKnnNNXxyHnZG8hGnehREniys19Rr11N3CHegqqSQ= Original-Received: by 10.114.154.1 with SMTP id b1mr429021wae.1194976264714; Tue, 13 Nov 2007 09:51:04 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Tue, 13 Nov 2007 09:51:04 -0800 (PST) In-Reply-To: <87k5omclgs.fsf@bzg.ath.cx> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:83135 Archived-At: On 11/13/07, Bastien wrote: > - 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? I'm using s-{up,down,left,right} for windmove (via `windmove-default-keybindings'), because S-{up,down,left,right} is used to select the region in cua-selection-mode, and it's quite disorienting to alternate between s-arrow (in the normal case) and M-arrow (while in window-edit). I would like to be able to setup both to the same modifier. > - 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? Other than these minor nitpicks, the package is great. Thanks! Juanma