all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: emacs-devel@gnu.org
Cc: Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Subject: Re: [elpa] master e2ceef9 57/79: Prepend function symbols with octothorpes.
Date: Sat, 13 Jun 2015 22:59:47 -0400	[thread overview]
Message-ID: <jwvpp4zhunb.fsf-monnier+emacsdiffs@gnu.org> (raw)
In-Reply-To: <E1Z3vQj-0005Je-79@vcs.savannah.gnu.org> (Jackson Ray Hamilton's message of "Sun, 14 Jun 2015 00:05:41 +0000")

> -                   (advice-remove 'context-coloring-colorize advice)
> +                   (advice-remove #'context-coloring-colorize advice)

Actually, the first argument of `advice-remove' has to be a *symbol*
(bound to a function value) rather than a function, so I think it's
better to write 

                   (advice-remove 'context-coloring-colorize advice)
rather than
                   (advice-remove #'context-coloring-colorize advice)

IOW, I think #' only makes sense at those places where one could also
use a (lambda ...).  It's largely philosophical, admittedly.


        Stefan



       reply	other threads:[~2015-06-14  2:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150614000510.19796.66727@vcs.savannah.gnu.org>
     [not found] ` <E1Z3vQj-0005Je-79@vcs.savannah.gnu.org>
2015-06-14  2:59   ` Stefan Monnier [this message]
2015-06-18  8:59     ` [elpa] master e2ceef9 57/79: Prepend function symbols with octothorpes Jackson Hamilton
2015-06-18 14:33       ` Kaushal
2015-06-19  3:18         ` 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=jwvpp4zhunb.fsf-monnier+emacsdiffs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=jackson@jacksonrayhamilton.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.