From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Cursor in Splash Screen bug Date: Fri, 30 Aug 2002 13:52:11 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020830143057.852D.LEKTU@terra.es> <5xznv4h1d4.fsf@kfs2.cua.dk> <20020830193251.B2BC.LEKTU@terra.es> Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: main.gmane.org 1030737223 29100 127.0.0.1 (30 Aug 2002 19:53:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 Aug 2002 19:53:43 +0000 (UTC) Cc: storm@cua.dk, seagull@fastmail.fm, emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17krpt-0007ZF-00 for ; Fri, 30 Aug 2002 21:53:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ksMo-0005yd-00 for ; Fri, 30 Aug 2002 22:27:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17krrK-0001u4-00; Fri, 30 Aug 2002 15:55:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kroX-0001SH-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 15:52:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kroV-0001QI-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 15:52:17 -0400 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd6mo2so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kroV-0001P1-00; Fri, 30 Aug 2002 15:52:15 -0400 Original-Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-ser.prod.shaw.ca [10.0.141.177]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1O00G7T9TM2E@l-daemon>; Fri, 30 Aug 2002 13:51:22 -0600 (MDT) Original-Received: from pn2ml8so.prod.shaw.ca (pn2ml8so-qfe0.prod.shaw.ca [10.0.121.152]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1O004IQ9V3WB@l-daemon>; Fri, 30 Aug 2002 13:52:15 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1O008TI9V17O@l-daemon>; Fri, 30 Aug 2002 13:52:15 -0600 (MDT) In-Reply-To: <20020830193251.B2BC.LEKTU@terra.es> Original-To: lektu@terra.es Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7184 > On 30 Aug 2002 16:23:19 +0200 > no-spam@cua.dk (Kim F. Storm) wrote: >=20 > > Sorry 'bout that. >=20 > Eh, no problem :-) >=20 > > Please try again... >=20 > I=B4ve had to transform a >=20 > Lisp_Object Qbox; >=20 > from w32fns.c into >=20 > extern Lisp_Object Qbox; >=20 > and remove the calls to intern() and staticpro(), but now it works.= I > supose the same will be necessary for xfns.c and/or macfns.c... I've just done that for macfns.c. Andrew. [Kim: thank you for updating the Mac code!]