all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Emacs development discussions <emacs-devel@gnu.org>
Subject: type-of semantics unclear for records
Date: Tue, 4 Apr 2017 15:12:17 -0700	[thread overview]
Message-ID: <5a8f7878-6731-2d9f-36dc-52f06e680697@cs.ucla.edu> (raw)

The recently-changed behavior of 'type-of' causes it to disagree with 
its documentation when the type of a record is itself a record. For 
example, the documentation implies that (eq X (type-of (record X))) 
should be t for all X, but this is not the case when X is (record 'a 
'b), because in this case (type-of (record X)) returns b.

I assume the behavior is intended to support subclassing of some sort; 
if so the subclassing should be documented (or at least the doc should 
say that behavior is undefined if the record type is not a symbol), and 
if not the behavior should be changed to agree with the doc.




             reply	other threads:[~2017-04-04 22:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 22:12 Paul Eggert [this message]
2017-04-05  1:10 ` type-of semantics unclear for records Stefan Monnier
2017-04-05  1:45   ` Paul Eggert
2017-04-05  5:24     ` Lars Brinkhoff
2017-04-05  6:51       ` Lars Brinkhoff
2017-04-05 14:10     ` Stefan Monnier
2017-04-06  7:40       ` Lars Brinkhoff
2017-04-06 12:59         ` 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=5a8f7878-6731-2d9f-36dc-52f06e680697@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=emacs-devel@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.