From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Emacs learning curve Date: Wed, 21 Jul 2010 01:25:11 +0200 Message-ID: <87oce120tk.fsf@kfs-lx.rd.rdm> References: <4C3B6A8A.80105@gmx.de> <87iq4f8gyh.fsf@telefonica.net> <874ofzl2ji.fsf@mithlond.arda> <201007162023.32116.tassilo@member.fsf.org> <87zkxrjihf.fsf@mithlond.arda> <8739vjf2k2.fsf@gmail.com> <8739vi8x39.fsf@mithlond.arda> <87oce6cdas.fsf@mithlond.arda> <87oce5ymfd.fsf@uwakimon.sk.tsukuba.ac.jp> <87sk3g4mvl.fsf@mithlond.arda> <87k4oqzzj9.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279668334 19374 80.91.229.12 (20 Jul 2010 23:25:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Jul 2010 23:25:34 +0000 (UTC) Cc: "Uday S. Reddy" , Teemu Likonen , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 21 01:25:31 2010 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.69) (envelope-from ) id 1ObMBn-0004XA-I6 for ged-emacs-devel@m.gmane.org; Wed, 21 Jul 2010 01:25:31 +0200 Original-Received: from localhost ([127.0.0.1]:36506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObMBm-0004Jy-Qm for ged-emacs-devel@m.gmane.org; Tue, 20 Jul 2010 19:25:30 -0400 Original-Received: from [140.186.70.92] (port=34740 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObMBg-0004Jp-M1 for emacs-devel@gnu.org; Tue, 20 Jul 2010 19:25:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObMBf-0006X4-Fe for emacs-devel@gnu.org; Tue, 20 Jul 2010 19:25:24 -0400 Original-Received: from smtp.fullrate.dk ([90.185.1.42]:59757) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObMBf-0006WG-9q for emacs-devel@gnu.org; Tue, 20 Jul 2010 19:25:23 -0400 Original-Received: from kfs-lx.rd.rdm.cua.dk (3008ds4-amb.0.fullrate.dk [90.184.173.162]) by smtp.fullrate.dk (Postfix) with SMTP id 8096D9CECA; Wed, 21 Jul 2010 01:25:12 +0200 (CEST) In-Reply-To: <87k4oqzzj9.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Tue, 20 Jul 2010 10:56:42 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:127616 Archived-At: "Stephen J. Turnbull" writes: > > But > > > > (define-key MAP [remap next-line] 'new-next-line) > > > > is great, though. > > But what does it mean? Have you got an implementation? Sure - I already implemented it years ago! Please look for "command remapping" in the documentation. > Remember, the > second argument to define-key is a key sequence. It's a bug in the doc string for define-key that it doesn't mention the [remap CMD] form for the key arg. I would appreciate if somebody could fix that. -- Kim F. Storm http://www.cua.dk