all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Daniel Colascione <dancol@dancol.org>,
	emacs-devel@gnu.org, Tassilo Horn <tsdh@gnu.org>
Subject: RE: [Emacs-diffs] master 51e7e46: Font-lock elisp macros/special forms dynamically
Date: Sun, 15 Mar 2015 10:20:57 -0700 (PDT)	[thread overview]
Message-ID: <09b8ca7b-9906-44d5-b831-410879ecbccf@default> (raw)
In-Reply-To: <55054CE9.6010702@dancol.org>

> Is it really a good idea to highlight *all* macros? Many are meant to be
> used just like functions and have the same semantics. Instead of
> updating a big macro regexp after load, there should be a `declare'
> attribute that would let specific macros (and functions) opt into being
> fontified specially.
> 
> As it is, I'm going to have to disable this functionality locally.

+1

Just what is this additional highlighting really trying to
accomplish?  What problem is it trying to fix?  Presumably this
corresponds to bug #20096, whose sole motivation was said to be:

"I like the addition of if-let and when-let in subr-x.el. However,
they should also be highlighted as keywords if subr-x is loaded."

To that "I like", the "fix" proposed by Stefan was: "change
elisp-mode's font-lock rules so they check obarray for macros",
and highlight them all.  As Stefan put it: "That should kill
several birds with a single (big) stone."

A big stone, indeed.  But what are the "several birds" that need
to be killed, and why?  No mention.

From two unhighlighted macros that one user wants highlighted,
we've moved to highlighting all macros.  No discussion of the
why-do-this; discussion only of how-to-do-it.

If you must introduce such exhuberent highlighting, perhaps you
would consider throttling it via `font-lock-maximum-decoration'?

(And maybe consider highlighting only those two "I like" macros?)

Yes to Daniel's "let specific...opt into being fontified specially".

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20096



  parent reply	other threads:[~2015-03-15 17:20 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150315082509.21193.18465@vcs.savannah.gnu.org>
     [not found] ` <E1YX3rB-0005WV-PA@vcs.savannah.gnu.org>
2015-03-15  9:12   ` [Emacs-diffs] master 51e7e46: Font-lock elisp macros/special forms dynamically Daniel Colascione
2015-03-15 15:11     ` Artur Malabarba
2015-03-15 17:20     ` Drew Adams [this message]
2015-03-15 19:15     ` Stefan Monnier
2015-03-16  1:35       ` Artur Malabarba
2015-03-16  3:07         ` Stefan Monnier
2015-03-16  7:07           ` Tassilo Horn
2015-03-16  7:10             ` Daniel Colascione
2015-03-16  7:54               ` Tassilo Horn
2015-03-16  9:36                 ` Tassilo Horn
2015-03-16 12:58               ` Stefan Monnier
2015-03-16 14:47                 ` Tassilo Horn
2015-03-16 17:31                   ` Stefan Monnier
2015-03-16 20:26                     ` Tassilo Horn
2015-03-16 20:39                       ` Daniel Colascione
2015-03-16 20:56                         ` Stefan Monnier
2015-03-17  9:36                           ` Tassilo Horn
2015-03-17 10:17                             ` Artur Malabarba
2015-03-17 16:34                             ` Stefan Monnier
2015-03-17 16:47                               ` Nicolas Richard
2015-03-18  7:17                               ` Tassilo Horn
2015-03-18  9:10                                 ` Artur Malabarba
2015-03-18  9:20                                   ` Dmitry Gutov
2015-03-18 13:13                                 ` Stefan Monnier
2015-03-18 16:12                                   ` Tassilo Horn
2015-03-18 16:44                                     ` Stefan Monnier
2015-03-16 12:56             ` Stefan Monnier
2015-03-16  7:41       ` Tassilo Horn
2015-03-16 12:59         ` Stefan Monnier
2015-03-16 14:23           ` Artur Malabarba
2015-03-15 15:09   ` Artur Malabarba
2015-03-16  6:40     ` [Emacs-diffs] " Tassilo Horn

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=09b8ca7b-9906-44d5-b831-410879ecbccf@default \
    --to=drew.adams@oracle.com \
    --cc=dancol@dancol.org \
    --cc=emacs-devel@gnu.org \
    --cc=tsdh@gnu.org \
    /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.