From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: & requires l-value Date: Tue, 21 May 2002 17:36:13 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020521090847.8B44.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022017316 21337 127.0.0.1 (21 May 2002 21:41:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 21:41:56 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17AHOG-0005Y2-00 for ; Tue, 21 May 2002 23:41:56 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17AHcs-0000Nd-00 for ; Tue, 21 May 2002 23:57:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AHOY-0008W2-00; Tue, 21 May 2002 17:42:14 -0400 Original-Received: from 146-115-123-35.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([146.115.123.35] helo=raeburn.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AHIl-0007ay-00; Tue, 21 May 2002 17:36:15 -0400 Original-Received: from kal-el.raeburn.org (mail@kal-el.raeburn.org [18.101.0.230]) by raeburn.org (8.11.3/8.11.3) with ESMTP id g4LLaEB09123; Tue, 21 May 2002 17:36:14 -0400 (EDT) Original-Received: from raeburn by kal-el.raeburn.org with local (Exim 3.35 #1 (Debian)) id 17AHIj-00031a-00; Tue, 21 May 2002 17:36:13 -0400 Original-To: Jason Rumney In-Reply-To: (Jason Rumney's message of "21 May 2002 21:39:54 +0100") Original-Lines: 18 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4262 Jason Rumney writes: > Surely as a temporary workaround, XCDR_AS_LVALUE would be better than > backing out the LISP_MAKE_RVALUE changes, or am I missing something > else? Yes, I suppose it would. I guess I'm just reacting reflexively to someone proposing use of something I intented to be "internal" to the Lisp implementation. Of course, hacking LISP_MAKE_RVALUE to disable it has the same effect, but I had hacked it first :-). > It might be a few days before I get time to fix this properly, so if > XCDR_AS_LVALUE is an acceptable temporary solution, could someone > please make that change so Windows users can build again (I won't be > able to make the change until at least tomorrow evening). Done. Juanma, could you please test it? Ken