From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Type-error in C code Date: Tue, 16 Nov 2010 21:11:24 +0900 Message-ID: <871v6leadv.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87vd3xog5t.fsf@keller.adm.naquadah.org> <8739r1eizz.fsf@uwakimon.sk.tsukuba.ac.jp> <874obhobw7.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1289909412 20006 80.91.229.12 (16 Nov 2010 12:10:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2010 12:10:12 +0000 (UTC) Cc: Jan =?iso-8859-1?Q?Dj=E4rv?= , Andreas Schwab , Stefan Monnier , emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 16 13:10:04 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PIKMO-0003io-BZ for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2010 13:10:04 +0100 Original-Received: from localhost ([127.0.0.1]:59120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIKMN-0001zk-Ky for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2010 07:10:03 -0500 Original-Received: from [140.186.70.92] (port=52552 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIKMH-0001zb-P9 for emacs-devel@gnu.org; Tue, 16 Nov 2010 07:09:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIKMG-0004CR-J2 for emacs-devel@gnu.org; Tue, 16 Nov 2010 07:09:57 -0500 Original-Received: from imss12.cc.tsukuba.ac.jp ([130.158.254.161]:46301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIKMG-0004Bh-9c for emacs-devel@gnu.org; Tue, 16 Nov 2010 07:09:56 -0500 Original-Received: from imss12.cc.tsukuba.ac.jp (imss12.cc.tsukuba.ac.jp [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id B232B2AF544; Tue, 16 Nov 2010 21:09:53 +0900 (JST) Original-Received: from mgmt1.sk.tsukuba.ac.jp (unknown [130.158.97.223]) by imss12.cc.tsukuba.ac.jp (Postfix) with ESMTP id A452C2AF542; Tue, 16 Nov 2010 21:09:53 +0900 (JST) Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt1.sk.tsukuba.ac.jp (Postfix) with ESMTP id A255C3FA0536; Tue, 16 Nov 2010 21:09:53 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id CCD241212FC; Tue, 16 Nov 2010 21:11:24 +0900 (JST) In-Reply-To: <874obhobw7.fsf@keller.adm.naquadah.org> X-Mailer: VM undefined under 21.5 (beta29) "garbanzo" ed3b274cc037 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132700 Archived-At: Julien Danjou writes: > Since I don't buy your arguments[1], I'm not selling them, simply mentioning them for those who aren't familiar with the history of the option (of course, I'm assuming the history in Emacs is similar to that of XEmacs, but I think that's reasonable). > I think it should NOT be an option, but the implementation itself. > > OTOH, I only talked about using a struct including the integer, not > necessarily the whole union type used by use-union-lisp-type. Well, please be careful, then; the message you replied to (and quoted) specifically mentioned use-union-lisp-type. Just because you specifically described the trivial "int in a struct" type in an earlier message doesn't mean that you wouldn't advocate making union Lisp type the default, or perhaps only, implementation of Lisp objects. That was certainly the way I interpreted it.