bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24732: 26.0.50; Incorrect eldoc for cl-flet (and possibly other CL m


From: Stephen Berman
Subject: bug#24732: 26.0.50; Incorrect eldoc for cl-flet (and possibly other CL macros)
Date: Tue, 18 Oct 2016 23:29:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Tue, 18 Oct 2016 22:32:37 +0200 Philipp Stephani <p.stephani2@gmail.com> 
wrote:

> M-x load-library RET cl-lib RET
> In *scratch*, enter:
> (cl-flet ((f (x) x)) (f 1))
> Move point to the opening parenthesis of the (f 1) form.
> In the minibuffer you'll see
> cl-flet: (((FUNC ARGLIST BODY...) ...) FORM...)
> with ARGLIST in bold, but FORM should be bold because point is in FORM.

Probably the same problem as reported in bug#8432.

Steve Berman





reply via email to

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