From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: command remapping problem Date: Mon, 30 Jan 2006 13:46:18 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138647599 26307 80.91.229.2 (30 Jan 2006 18:59:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2006 18:59:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 19:59:57 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3eEn-0000w6-0F for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 19:58:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3eHk-00037b-Gz for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 14:01:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3e6M-0007Uy-K1 for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:50:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3e6L-0007Uc-Ku for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:50:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3e6L-0007UX-8S for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:50:09 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3e4g-0002rF-Su for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:48:26 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F3e2c-0004Ps-H7; Mon, 30 Jan 2006 13:46:18 -0500 Original-to: emacs-devel@gnu.org In-reply-to: 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:49776 Archived-At: From: "Drew Adams" To: "Emacs-Pretest-Bug" Date: Mon, 23 Jan 2006 09:48:13 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: command remapping problem X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 1. (substitute-key-definition from to map global-map) is too slow in Emacs 22, at least when `from' is `self-insert-command'. It takes several seconds on a fast machine. In previous versions of Emacs it is instantaneous. Can someone please investigate this, then ack?