From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Brinkhoff Newsgroups: gmane.emacs.devel Subject: Re: Elisp printer Date: Thu, 09 Mar 2017 16:12:15 +0100 Organization: nocrew Message-ID: <86zigua3hs.fsf@molnjunk.nocrew.org> References: <87pokampa4.fsf@ericabrahamsen.net> <8760m2mmlq.fsf@ericabrahamsen.net> <87lguq5r87.fsf@ericabrahamsen.net> <878tp0i74g.fsf@users.sourceforge.net> <87efyg6y0i.fsf_-_@drachen> <87zigwz9wx.fsf@tromey.com> <86bmtbd45s.fsf@molnjunk.nocrew.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1489072403 13004 195.159.176.226 (9 Mar 2017 15:13:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 9 Mar 2017 15:13:23 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 09 16:13:18 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1clzkb-00025N-GY for ged-emacs-devel@m.gmane.org; Thu, 09 Mar 2017 16:13:09 +0100 Original-Received: from localhost ([::1]:34660 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clzkh-0004SZ-BP for ged-emacs-devel@m.gmane.org; Thu, 09 Mar 2017 10:13:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clzk4-0004SG-Ar for emacs-devel@gnu.org; Thu, 09 Mar 2017 10:12:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clzk0-0005zF-9M for emacs-devel@gnu.org; Thu, 09 Mar 2017 10:12:36 -0500 Original-Received: from [195.159.176.226] (port=42762 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1clzk0-0005yg-1j for emacs-devel@gnu.org; Thu, 09 Mar 2017 10:12:32 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1clzjq-00067a-6u for emacs-devel@gnu.org; Thu, 09 Mar 2017 16:12:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:gqZuArnED99hqrRthd5BO06dfZg= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:212857 Archived-At: Stefan Monnier writes: >>> It's kind of hacky though. I think it's probably better to just add >>> funcallable instances directly, and real types of some kind at the same >>> time. >> I tried to submit a patch for user-defined record types some years ago. >> Instances were pseudovectors, with the first element being a symbol >> naming its type. > Yes, I think we're pretty much ready to accept such a patch, Great, I'll see if I can dust if off and send it in again.