From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: Suggestion to change the behavior of M-r Date: Thu, 13 Aug 2009 01:20:53 +0200 Message-ID: <7b501d5c0908121620q720b33b4mb690d69c1365f36c@mail.gmail.com> References: <7b501d5c0904190940x24e9412fvb26dc531b096a62d@mail.gmail.com> <7b501d5c0908121151h59753720iaf34c60f06a074af@mail.gmail.com> <87y6poivkn.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250119275 17954 80.91.229.12 (12 Aug 2009 23:21:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Aug 2009 23:21:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 13 01:21:08 2009 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 1MbN7z-0004rv-Al for ged-emacs-devel@m.gmane.org; Thu, 13 Aug 2009 01:21:07 +0200 Original-Received: from localhost ([127.0.0.1]:36344 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbN7w-0000GI-Hn for ged-emacs-devel@m.gmane.org; Wed, 12 Aug 2009 19:21:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbN7r-0000Ei-Aa for emacs-devel@gnu.org; Wed, 12 Aug 2009 19:20:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbN7m-0000AB-Jw for emacs-devel@gnu.org; Wed, 12 Aug 2009 19:20:58 -0400 Original-Received: from [199.232.76.173] (port=51098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbN7m-0000A0-Eo for emacs-devel@gnu.org; Wed, 12 Aug 2009 19:20:54 -0400 Original-Received: from mail-ew0-f207.google.com ([209.85.219.207]:50421) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbN7m-00055z-5H for emacs-devel@gnu.org; Wed, 12 Aug 2009 19:20:54 -0400 Original-Received: by ewy3 with SMTP id 3so521585ewy.42 for ; Wed, 12 Aug 2009 16:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EuDC5+vPXmYTFWS7051o/dADDi8CxO4c5JWgnJIRSqM=; b=FH+w0s4tzrW3wz2ukzKRhn77dmptXtS+gSVauvM+vYsq5sERFaTPN0t8TWTSm1hFwf Ioz4iW8r4FnCK6yz6G4aq+YrhTJ+ZE6sdZEwIRgK+2E1OnsWH6t7dpmF6gjN1eX3ksuC /9WQZRU9ixcK3hE8NaqOelLT4MtJ9lgv+vhy0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=AITsxzJPriS+r/4jVNYntNvA2gSSLf1MubMkCnx/H3Sv+k5K1tPuITOvKB1FGCdTsV 46doiQvHzMr4h0hGluybKel0iIXiu/H6d55zJ2j+zjCfMVXVaURK7J32mC3DuFywkoR9 NzrB3YSrDFq2s/njaIlVkWcP0Z3v57qRLGqII= Original-Received: by 10.210.112.4 with SMTP id k4mr834576ebc.22.1250119253408; Wed, 12 Aug 2009 16:20:53 -0700 (PDT) In-Reply-To: <87y6poivkn.fsf@mail.jurta.org> X-detected-operating-system: by monty-python.gnu.org: GNU/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:114160 Archived-At: 2009/8/12 Juri Linkov : >> I'm guessing that no one is interested after all, but for convenience >> I tried compiling a couple of patches for this change: one which adds >> this functionality to lisp/window.el (and also binds it to M-r) and >> one which updates etc/NEWS if it needs to be documented there. > > I think M-r is a bad key for window-related functionality. =A0It is > usually associated with search. =A0For example, we have a plan to use M-r > in comint mode to start Isearch (see bug#3746). > M-r is already bound to move-to-window-line by default, my patch merely overrides it with a binding to move-to-window-line-top-bottom. --=20 Deniz Dogan