>> When using an Emacs snapshot from a couple of days ago (Emacs 24.2.50.1 of
>> 2012-10-22), I get the following warnings in the Messages buffer:
>> `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
>> `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or
>> `cl-letf'.
> Should be fixed now: (bug#12486).
It's not.
You still have a `flet' in line 176 of `helm-plugin.el'
and a `labels' at line 406 of `helm-utils.el'.
I'm at some Helm version of Sat Oct 27. BTW, wouldn't you add a command
`helm-version'?
> >> When using an Emacs snapshot from a couple of days ago (Emacs 24.2.50.1
> of
> >> 2012-10-22), I get the following warnings in the Messages buffer:
> >> `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
> >> `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or
> >> `cl-letf'.
> > Should be fixed now: (bug#12486).
> It's not.
> You still have a `flet' in line 176 of `helm-plugin.el'
> and a `labels' at line 406 of `helm-utils.el'.
> I'm at some Helm version of Sat Oct 27. BTW, wouldn't you add a command
> `helm-version'?
Thierry Volpiatto wrote:
> "Sebastien Vauban" a écrit :
>> Thierry Volpiatto wrote:
>>> "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7...@public.gmane.org> writes:
>>>> When using an Emacs snapshot from a couple of days ago (Emacs 24.2.50.1
>>>> of 2012-10-22), I get the following warnings in the Messages buffer:
>>>> `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
>>>> `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or
>>>> `cl-letf'.
>>> Should be fixed now: (bug#12486).
>> It's not.
>> You still have a `flet' in line 176 of `helm-plugin.el'
>> and a `labels' at line 406 of `helm-utils.el'.
> Your emacs is not updated.
I don't understand: Emacs reports we can't use `flet' anymore, and IIUC there
is still one occurrence of it in Helm. Why should I update my Emacs?
>> I'm at some Helm version of Sat Oct 27. BTW, wouldn't you add a command
>> `helm-version'?
What about this? Wouldn't it simplify reporting of problems?