From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: mr mike Newsgroups: gmane.emacs.devel Subject: Re: emacs face widget Date: Sun, 04 Jan 2004 10:06:49 -0500 Organization: my own Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1073228809.2150.7.camel@farmer> References: <1073183583.29257.1.camel@farmer> Reply-To: mwingert7149@wowway.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073229166 7452 80.91.224.253 (4 Jan 2004 15:12:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 15:12:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jan 04 16:12:43 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ad9vm-0000mL-00 for ; Sun, 04 Jan 2004 16:12:42 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ad9vm-0000yd-00 for ; Sun, 04 Jan 2004 16:12:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AdApt-0000Ig-AT for emacs-devel@quimby.gnus.org; Sun, 04 Jan 2004 11:10:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AdApW-0000Fd-Rs for emacs-devel@gnu.org; Sun, 04 Jan 2004 11:10:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AdAoy-0008NI-LD for emacs-devel@gnu.org; Sun, 04 Jan 2004 11:10:15 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AdAoy-0008NB-Cy for emacs-devel@gnu.org; Sun, 04 Jan 2004 11:09:44 -0500 Original-Received: from [64.233.207.23] (helo=pop-5.dnv.wideopenwest.com) by mx20.gnu.org with esmtp (Exim 4.24) id 1Ad9q8-0008WE-W2 for emacs-devel@gnu.org; Sun, 04 Jan 2004 10:06:53 -0500 Original-Received: from [69.47.2.109] (d47-69-109-2.col.wideopenwest.com [69.47.2.109]) by pop-5.dnv.wideopenwest.com (8.11.6/8.11.6) with ESMTP id i04F6nQ20415; Sun, 4 Jan 2004 09:06:50 -0600 Original-To: Eli Zaretskii In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18988 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18988 Eli, I'm asking because there is a lot of code like this: #if 0 ...some code... #endif thanks. mike On Sun, 2004-01-04 at 01:28, Eli Zaretskii wrote: > > From: mr mike > > Date: Sat, 03 Jan 2004 21:33:03 -0500 > > > > is the face widget code in src/widget.c, widget.h, widgetprv.h used, or > > is it just bitrotted code? > > It looks like it's used: you will see that xterm.c and frame.c use > (for the toolkit build) the two external functions defined by > widget.c. > > Why did you ask? > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/emacs-devel >