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: emacs face widget Date: Sat, 03 Jan 2004 21:33:03 -0500 Organization: my own Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <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 1073184014 13408 80.91.224.253 (4 Jan 2004 02:40:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 02:40:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jan 04 03:40:11 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 1AcyBX-0006Wi-00 for ; Sun, 04 Jan 2004 03:40:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcyBX-0001PN-00 for ; Sun, 04 Jan 2004 03:40:11 +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 1Acz8g-00027E-4F for emacs-devel@quimby.gnus.org; Sat, 03 Jan 2004 22:41:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Acz6G-00082N-Ut for emacs-devel@gnu.org; Sat, 03 Jan 2004 22:38:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Acz3g-0005XA-MN for emacs-devel@gnu.org; Sat, 03 Jan 2004 22:36:40 -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 1Acz3N-0004cw-Dn for emacs-devel@gnu.org; Sat, 03 Jan 2004 22:35:49 -0500 Original-Received: from [64.233.207.26] (helo=pop-8.dnv.wideopenwest.com) by mx20.gnu.org with esmtp (Exim 4.24) id 1Acy4f-000448-BG for emacs-devel@gnu.org; Sat, 03 Jan 2004 21:33:05 -0500 Original-Received: from [69.47.2.109] (d47-69-109-2.col.wideopenwest.com [69.47.2.109]) by pop-8.dnv.wideopenwest.com (8.11.6/8.11.6) with ESMTP id i042X3R09940 for ; Sat, 3 Jan 2004 20:33:03 -0600 Original-To: emacs-devel@gnu.org 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:18978 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18978 Hello all, is the face widget code in src/widget.c, widget.h, widgetprv.h used, or is it just bitrotted code? mike