all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 17345@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	[thread overview]
Message-ID: <jwvvbtxs6pe.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <871twlsxoi.fsf@gmail.com> (Thierry Volpiatto's message of "Fri,  25 Apr 2014 08:58:05 +0200")

> 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	other threads:[~2014-04-25 16:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-25  6:58 bug#17345: 24.4.50; some into clauses in cl-loop badly font-locked Thierry Volpiatto
2014-04-25 16:43 ` Stefan Monnier [this message]
2014-04-29  4:53   ` Thierry Volpiatto
2014-05-01 16:13     ` Stefan Monnier
2014-05-01 19:06       ` Thierry Volpiatto
2014-05-01 20:48         ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvvbtxs6pe.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=17345@debbugs.gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.