[implementations-list] latest revisions [was: GNU Emacs policy that says packages must not use cl.el at runtime]
Štěpán Němec
stepnem at gmail.com
Fri Feb 12 12:04:07 CET 2010
On Fri, Feb 12, 2010 at 11:57:07AM +0100, Štěpán Němec wrote:
> On Tue, Feb 09, 2010 at 02:57:08PM +0000, Vegard Øye wrote:
> > We are approaching release. Has anyone tried the latest revisions?
>
> Yeah, I just updated to the latest (special thanks for
> Emacs-compatible rectangles).
>
> Two minor nits I noticed (line numbers corresponding to vimpulse-big.el):
>
> l. 1686:
>
> ;; Eldoc compatibility
> (eval-after-load 'eldoc
> '(let (cmd)
> (dolist (cmd (append vimpulse-viper-movement-cmds
> vimpulse-core-movement-cmds))
> (eldoc-add-command cmd))))
>
>
> If you look at `eldoc-add-command', you see it takes (&rest cmds), so it
> does exactly what you need (i.e. simply something like
>
> (eldoc-add-command
> (append vimpulse-...))
Eh... that should be (apply eldoc-add-command ...)
Well, you get the point... :-P
More information about the implementations-list
mailing list