emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updated Patch for command remapping through keymaps


From: Kim F. Storm
Subject: Re: Updated Patch for command remapping through keymaps
Date: 07 Feb 2002 12:29:52 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

Juanma Barranquero <address@hidden> writes:

> 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))

Thanks.  I've fixed that now.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]