From: Michael Heerdegen <michael_heerdegen@web.de>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Colorize objects by method dispatch type
Date: Sat, 04 Apr 2020 01:23:47 +0200 [thread overview]
Message-ID: <87y2rc40ho.fsf@web.de> (raw)
In-Reply-To: <jwvsghkk23y.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Fri, 03 Apr 2020 12:01:59 -0400")
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> Then again, maybe
>
> (defun my-type-hash (v)
> (let ((type (if (and (consp v) (symbolp (car v))) (car v) (type-of v))))
> (sxhash-equal (symbol-name type))))
>
> is not such a bad idea after all ;-)
Hmm, yes - probably, I'll go with that :-)
Thanks for the elaborations.
Michael.
prev parent reply other threads:[~2020-04-03 23:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-01 20:25 Colorize objects by method dispatch type Michael Heerdegen
2020-04-01 21:46 ` Michael Heerdegen
2020-04-02 3:00 ` Stefan Monnier
2020-04-02 3:45 ` Michael Heerdegen
2020-04-02 12:56 ` Stefan Monnier
2020-04-02 23:46 ` Michael Heerdegen
2020-04-03 16:01 ` Stefan Monnier
2020-04-03 23:23 ` Michael Heerdegen [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y2rc40ho.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=help-gnu-emacs@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).