From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 2, part 1 Date: Tue, 17 Dec 2002 20:15:45 +0100 (MET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200212172012.gBHKCN0U015741@stubby.bodenonline.com> References: <15087.1040106081@remus.pretzelnet.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1040153367 29101 80.91.224.249 (17 Dec 2002 19:29:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2002 19:29: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 18ONP9-0007ZA-00 for ; Tue, 17 Dec 2002 20:29:23 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ONdF-0001gK-00 for ; Tue, 17 Dec 2002 20:43:58 +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 18ONOS-0004Um-07 for emacs-devel@quimby.gnus.org; Tue, 17 Dec 2002 14:28:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ONNV-00045c-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 14:27:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ONMI-0003QP-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 14:26:28 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ONCQ-0008FX-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 14:16:14 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) gBHKCN0U015741; Tue, 17 Dec 2002 21:12:24 +0100 Original-To: epg@pretzelnet.org (Eric Gillespie) In-Reply-To: <15087.1040106081@remus.pretzelnet.org> from "Eric Gillespie" at dec 17, 2002 01:21:21 X-Mailer: ELM [version 2.5 PL0pre8] 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:10231 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10231 > > Miles Bader writes: > > > Where would I put the above magic? > > ~/.gtkrc-2.0 > $sysconfdir/gtk-2.0/gtkrc > > If you're curious, GTK 1.x apps work similarly but with these paths: > > ~/.gtkrc > $sysconfdir/gtk/gtkrc > > The syntax of the files has not actually changed between > versions. I think the only reason versioned file names are now > used is because engines (themes that actually provide new > drawing code rather than simply changing colors, sizes, fonts, > etc.) are loaded from the rc files, and the ABI does change > between major versions. There is at least one change. 2.0 allows for Pango font names like font_name = "helvetica bold 14" Jan D.