From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: [SUSPECTED SPAM] Re: [PATCH] * etc/NEWS: Document incompatibilities introduced by record types. Date: Fri, 22 Dec 2017 14:39:01 -0500 Message-ID: References: <20171211213729.41411-1-phst@google.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1513971467 2766 195.159.176.226 (22 Dec 2017 19:37:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 22 Dec 2017 19:37:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: p.stephani2@gmail.com, npostavs@users.sourceforge.net, emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 22 20:37:43 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 1eST8Y-000081-4I for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2017 20:37:42 +0100 Original-Received: from localhost ([::1]:35711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSTAV-0005Sw-65 for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2017 14:39:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eST9u-0005SR-Ko for emacs-devel@gnu.org; Fri, 22 Dec 2017 14:39:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eST9r-0002D3-GH for emacs-devel@gnu.org; Fri, 22 Dec 2017 14:39:06 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:37758) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1eST9r-0002CN-9j; Fri, 22 Dec 2017 14:39:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GwsAD9Xj1a/3KZSC1dHQEBBQELAYM+g?= =?us-ascii?q?VqJSIR6jyyCAZIwhw2FRQKETkMUAQEBAQEBAQEBA2gohSUBBAF5BQsLDQEmEhQ?= =?us-ascii?q?YMS2KDAincCECii8BAQgCJoQMghKDP4MuinogBZMxkBiXLYoJKIdLN5gDNiOBT?= =?us-ascii?q?zIaCDCCZ4R0I4pzAQEB?= X-IPAS-Result: =?us-ascii?q?A2GwsAD9Xj1a/3KZSC1dHQEBBQELAYM+gVqJSIR6jyyCAZI?= =?us-ascii?q?whw2FRQKETkMUAQEBAQEBAQEBA2gohSUBBAF5BQsLDQEmEhQYMS2KDAincCECi?= =?us-ascii?q?i8BAQgCJoQMghKDP4MuinogBZMxkBiXLYoJKIdLN5gDNiOBTzIaCDCCZ4R0I4p?= =?us-ascii?q?zAQEB?= X-IronPort-AV: E=Sophos;i="5.45,442,1508817600"; d="scan'208";a="14837623" Original-Received: from unknown (HELO pastel.home) ([45.72.153.114]) by smtp.teksavvy.com with ESMTP; 22 Dec 2017 14:39:01 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 676F0605CC; Fri, 22 Dec 2017 14:39:01 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Fri, 22 Dec 2017 13:46:33 -0500") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 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:221350 Archived-At: >> Hello? We've been through this discussion enough times, I believe. >> I'm absolutely firmly completely totally opposed to such a check in >> `make-record`. > The change I want is in the constructs that define record types, > which I think is not 'make-record'. Such a check is in a patch posted earlier. > Does `make-record' check that the specified record type is defined? No, `make-record` doesn't even really know what is a type. Stefan