From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Question about GC in C code. Date: Sun, 17 Nov 2002 00:14:43 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <261EA0A0-F960-11D6-B9E4-00039363E640@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037511267 29316 80.91.224.249 (17 Nov 2002 05:34:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2002 05:34:27 +0000 (UTC) Cc: 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 18DI4f-0007ci-00 for ; Sun, 17 Nov 2002 06:34:25 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18DIIM-0000GS-00 for ; Sun, 17 Nov 2002 06:48:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DI3J-0002FV-00; Sun, 17 Nov 2002 00:33:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18DHlf-00010y-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 00:14:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18DHlc-0000yZ-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 00:14:46 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DHlc-0000yT-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 00:14:44 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18DHlb-00089S-00; Sun, 17 Nov 2002 00:14:43 -0500 Original-To: jan.h.d@swipnet.se In-reply-to: <261EA0A0-F960-11D6-B9E4-00039363E640@swipnet.se> (jan.h.d@swipnet.se) 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:9489 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9489 That was the plan. I can add one function call in GC, but it would still be a GTK specific solution and make alloc.c dependent on USE_GTK. That's ok. It is not a big problem. It is not worth constructing fancy mechanisms to solve an tiny internal lack of elegance. If it were big enough to cause real hassles, then it might be worth some work to remove.