From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: & requires l-value Date: 21 May 2002 21:39:54 +0100 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 1022013783 13376 127.0.0.1 (21 May 2002 20:43:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 20:43:03 +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 17AGTH-0003Td-00 for ; Tue, 21 May 2002 22:43:03 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17AGhs-0007VP-00 for ; Tue, 21 May 2002 22:58:08 +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 17AGTO-0001ie-00; Tue, 21 May 2002 16:43:10 -0400 Original-Received: from carbon.btinternet.com ([194.73.73.92] helo=carbon) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AGRD-0001Lo-00 for ; Tue, 21 May 2002 16:40:56 -0400 Original-Received: from host213-123-51-181.in-addr.btopenworld.com ([213.123.51.181] helo=nyaumo.btinternet.com) by carbon with esmtp (Exim 3.22 #8) id 17AGR4-0006nc-00; Tue, 21 May 2002 21:40:47 +0100 Original-Received: from nyaumo.btinternet.com (nyaumo.btinternet.com [127.0.0.1]) by nyaumo.btinternet.com (Postfix) with ESMTP id AE84C4AE8D; Tue, 21 May 2002 21:39:54 +0100 (BST) Original-To: Ken Raeburn In-Reply-To: Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 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:4256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4256 Ken Raeburn writes: > > I guess it could use XCDR_AS_LVALUE instead of XCDR. > > It could, but that would be counterproductive in the long run. > > Undoing my change to LISP_MAKE_RVALUE would make things build again on > Windows, but if that's done, *please* make it conditionalized for > Windows, and commented as a temporary workaround until the Windows > code is fixed. 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? 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). -- Jason Rumney