GNU bug report logs - #17345
24.4.50; some into clauses in cl-loop badly font-locked

Previous Next

Package: emacs;

Reported by: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>

Date: Fri, 25 Apr 2014 06:59:02 UTC

Severity: minor

Found in version 24.4.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
Cc: 17345 <at> debbugs.gnu.org
Subject: bug#17345: 24.4.50; some into clauses in cl-loop badly font-locked
Date: Fri, 25 Apr 2014 12:43:38 -0400
> 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




This bug report was last modified 11 years and 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.