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

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

bug#17345: 24.4.50; some into clauses in cl-loop badly font-locked


From: Stefan Monnier
Subject: bug#17345: 24.4.50; some into clauses in cl-loop badly font-locked
Date: Fri, 25 Apr 2014 12:43:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> in cl-loop "into" and following and even sometimes previous paren is
> font-locked with font-lock-comment-face:

> --8<---------------cut here---------------start------------->8---
>           and collect (if (fboundp 'package-desc-full-name)
>                           id
>                         (cons (symbol-name (car id))
>                               (package-version-join (cdr id)))) into 
> delete-list
>                                                               
> ^^^^^^^^^^^^^^^^^^
>                                                               
> font-lock-comment-face
> --8<---------------cut here---------------end--------------->8---

That should be font-lock-warning-face, and it should come with a tooltip
attempting the succinctly explain the "problem".

It's just a style warning, that your indentation makes it look like "into
delete-list" is an argument to `cons' rather than to the surrounding
`cl-loop'.


        Stefan





reply via email to

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