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: Wed, 14 Nov 2007 09:45:45 +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 1195029977 4287 80.91.229.12 (14 Nov 2007 08:46:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Nov 2007 08:46:17 +0000 (UTC) Cc: bzg@altern.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 14 09:46:22 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 1IsDt5-0007YE-Im for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 09:46:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsDst-00069d-2q for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 03:46:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsDse-0005oV-IX for emacs-devel@gnu.org; Wed, 14 Nov 2007 03:45:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsDsc-0005lD-74 for emacs-devel@gnu.org; Wed, 14 Nov 2007 03:45:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsDsb-0005kw-P3 for emacs-devel@gnu.org; Wed, 14 Nov 2007 03:45:49 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsDsa-0004i9-Ep for emacs-devel@gnu.org; Wed, 14 Nov 2007 03:45:49 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so120147wah for ; Wed, 14 Nov 2007 00:45:45 -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=e0VAjEP4P/aW+qMgqC2ca6hAZOB8IZyl34qRuz2ox5E=; b=jP+trALGNoQmdTQMTItvlIRVInBcRhcczRirHqMVG448AtZ0sr/nAyOIdNs9aG7C87nviKIJicf0AVRtycCfBU9xkv95kXpRkyn4Fl9PrZ1FUEqWua1UubiLNv4cxjhW4/b3vw5P3JL7tBXLemEnTOmkiiwTbx6aSfgAoz8n8Z8= 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=jUB6YMI49fAdY4aFAUVPKcK8v+6hAxrHuBGj6DW9fTKmW4rytmLY+nD5HybglO0F1TWMdjTaSj+9IC8+KxJTgEAovrztV2mim0ZoBlFBil8WLT8DVNgsuQP2tmWz5nlqgRSzoniX3XlXpqI5tmY4qfr3zls2KMMu5MgjjF23CGY= Original-Received: by 10.114.160.1 with SMTP id i1mr501835wae.1195029945197; Wed, 14 Nov 2007 00:45:45 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Wed, 14 Nov 2007 00:45:45 -0800 (PST) In-Reply-To: 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:83172 Archived-At: On 11/14/07, Richard Stallman wrote: > 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. I can live with that. Juanma