From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Updated Patch for command remapping through keymaps Date: Thu, 07 Feb 2002 10:39:43 +0100 Message-ID: <20020207103500.736C.LEKTU@terra.es> References: <200202061354.g16DsLt04019@aztec.santafe.edu> <5x3d0ee237.fsf@kfs2.cua.dk> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: quimby2.netfonds.no 1013075436 2881 195.204.10.66 (7 Feb 2002 09:50:36 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Feb 2002 09:50:36 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16YlCN-0000kN-00 for ; Thu, 07 Feb 2002 10:50:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16Yl4G-0007wD-00; Thu, 07 Feb 2002 04:42:12 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16Yl1s-0007ij-00 for ; Thu, 07 Feb 2002 04:39:44 -0500 Original-Received: from jbarranquero (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g179dgM09082 for ; Thu, 7 Feb 2002 10:39:43 +0100 Original-To: emacs-devel@gnu.org In-Reply-To: <5x3d0ee237.fsf@kfs2.cua.dk> X-BkRandomSig-Folder: 3ade7ea7.mb\Emacs\Emacs-Devel\ X-Mailer: Becky! ver. 2.00.07 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:833 On 06 Feb 2002 22:23:56 +0100, storm@cua.dk (Kim F. Storm) wrote: > I will do that as soon as I have committed my current set of patches. Before your patches: ELISP> (global-set-key (kbd "C-c a") #'(lambda (arg) (interactive "p") (message "%s" arg))) (lambda (arg) (interactive "p") (message "%s" arg)) ELISP> (where-is-internal (lookup-key global-map (kbd "C-c a"))) ([3 97]) After your patches: ELISP> (global-set-key (kbd "C-c a") #'(lambda (arg) (interactive "p") (message "%s" arg))) (lambda (arg) (interactive "p") (message "%s" arg)) ELISP> (where-is-internal (lookup-key global-map (kbd "C-c a"))) *** Eval error *** Wrong type argument: arrayp, (lambda (arg) (interactive "p") (message "%s" arg)) /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel