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: position on changing defaults? Date: Sat, 08 Mar 2008 01:28:05 -0500 Message-ID: References: <200803050637.m256bXL3008361@sallyv1.ics.uci.edu> <87hcfkdhqk.fsf@stupidchicken.com> <87d4q8sq9c.fsf@jurta.org> <8763w0n393.fsf@catnip.gol.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1204957701 7988 80.91.229.12 (8 Mar 2008 06:28:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2008 06:28:21 +0000 (UTC) Cc: juri@jurta.org, cyd@stupidchicken.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 08 07:28:48 2008 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 1JXsY4-00041z-1S for ged-emacs-devel@m.gmane.org; Sat, 08 Mar 2008 07:28:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXsXV-0003vp-U7 for ged-emacs-devel@m.gmane.org; Sat, 08 Mar 2008 01:28:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXsXQ-0003vk-Js for emacs-devel@gnu.org; Sat, 08 Mar 2008 01:28:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXsXN-0003v0-Rw for emacs-devel@gnu.org; Sat, 08 Mar 2008 01:28:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXsXN-0003ux-P5 for emacs-devel@gnu.org; Sat, 08 Mar 2008 01:28:05 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JXsXN-0006Nj-Hw for emacs-devel@gnu.org; Sat, 08 Mar 2008 01:28:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JXsXN-0003YD-0A; Sat, 08 Mar 2008 01:28:05 -0500 In-reply-to: (message from Miles Bader on Fri, 07 Mar 2008 11:08:50 +0900) 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:91702 Archived-At: > and one thing I'd like to do is to replace the C-level mapping of S-foo > to foo by some entry in function-key-map. That mapping is just a fallback: it has no effect if S-foo has a binding of its own. So why not just bind the arrow keys and the shifted arrow keys to 8 commands that DTRT?