From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alex Schroeder Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 3, part 1 Date: Mon, 06 Jan 2003 20:52:15 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87y95yukcw.fsf@emacswiki.org> References: <200301011944.h01Jim0U011400@stubby.bodenonline.com> <200301040255.UAA16436@eel.dms.auburn.edu> <5145.1041812267@remus.pretzelnet.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041962874 8451 80.91.224.249 (7 Jan 2003 18:07:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2003 18:07:54 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Vy8n-0002C9-00 for ; Tue, 07 Jan 2003 19:07:53 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18VyDS-0001a6-00 for ; Tue, 07 Jan 2003 19: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.10.13) id 18Vy8w-0004M7-02 for emacs-devel@quimby.gnus.org; Tue, 07 Jan 2003 13:08:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18VdIv-0005gA-00 for emacs-devel@gnu.org; Mon, 06 Jan 2003 14:52:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18VdIm-0005LX-00 for emacs-devel@gnu.org; Mon, 06 Jan 2003 14:52:52 -0500 Original-Received: from isp247n.hispeed.ch ([62.2.95.247] helo=smtp.hispeed.ch) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VdIY-0004ty-00 for emacs-devel@gnu.org; Mon, 06 Jan 2003 14:52:34 -0500 Original-Received: from confusibombus (dclient217-162-33-181.hispeed.ch [217.162.33.181])h06JqFVH020101 for ; Mon, 6 Jan 2003 20:52:16 +0100 Original-Received: from alex by confusibombus with local (Exim 3.35 #1 (Debian)) id 18VdIF-00007k-00 for ; Mon, 06 Jan 2003 20:52:15 +0100 Original-To: emacs-devel@gnu.org X-Face: ^BC$`[IcggstLPyen&dqF+b2'zyK#r.mU*'Nms}@&4zw%SJ#5!/7SMVjBS7'lb; QK)|IPU5U'o1'522W4TyzB3Ab*IBo^iw]l4|kUbdZuUDO6=Um-.4IzhNiV'B"@K#jy_(wW|Zbk[34flKY^|PrQ?$u2\fKg^]AY>wOX#H32i In-Reply-To: <5145.1041812267@remus.pretzelnet.org> (Eric Gillespie's message of "Sun, 05 Jan 2003 19:17:47 -0500") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.92 (i686-pc-linux-gnu) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10524 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10524 Eric Gillespie writes: > The question is real. The emacs manual needs information about > how to customize the gtk widgets, yes, but it is not the place to > document the gtkrc syntax, any more than it is the place to > document the syntax of X resources. For this, a cross-reference > is valuable. But this exactly what we do in the Emacs manual, and I like it! See the node Font Specification Options for an example. Alex.