From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 2, part 1 Date: 17 Dec 2002 18:15:16 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200212162019.gBGKJf18015123@stubby.bodenonline.com> <14385.1040102282@remus.pretzelnet.org> <14534.1040102778@remus.pretzelnet.org> <15087.1040106081@remus.pretzelnet.org> Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040116606 4938 80.91.224.249 (17 Dec 2002 09:16:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2002 09:16:46 +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 18ODqG-0001HV-00 for ; Tue, 17 Dec 2002 10:16:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18OE49-0004d2-00 for ; Tue, 17 Dec 2002 10:31:05 +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 18ODq5-0006Q5-04 for emacs-devel@quimby.gnus.org; Tue, 17 Dec 2002 04:16:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ODpi-0006MU-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 04:16:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ODpg-0006I9-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 04:16:09 -0500 Original-Received: from tyo202.gate.nec.co.jp ([202.32.8.202]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ODpf-0006GU-00; Tue, 17 Dec 2002 04:16:08 -0500 Original-Received: from mailgate4.nec.co.jp ([10.7.69.193])gBH9G4U06536; Tue, 17 Dec 2002 18:16:04 +0900 (JST) Original-Received: from mailsv4.nec.co.jp (mailgate51.nec.co.jp [10.7.69.196]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id gBH9FIT09449; Tue, 17 Dec 2002 18:15:43 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp ([10.30.114.133]) by mailsv4.nec.co.jp (8.11.6/3.7W-MAILSV4-NEC) with ESMTP id gBH9FHq14616; Tue, 17 Dec 2002 18:15:17 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) id gBH9FGB21481; Tue, 17 Dec 2002 18:15:17 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id B8D293701; Tue, 17 Dec 2002 18:15:16 +0900 (JST) Original-To: Eric Gillespie System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: Original-Lines: 25 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:10202 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10202 Ok, I tried putting the following: style "emacs-menubar-font" { font = "URW Gothic L 10" } widget "emacs-menubar" style "emacs-menubar-font" in ~/.gtkrc-2.0, and it doesn't seem to have any effect. I know it's _reading_ that file, because it initially complained about the syntax when I started emacs, so I changed `widget emacs-menubar' (as you had it in your email) to `widget "emacs-menubar"'. No obvious effect though. I noticed that some old .gtkrc files used `widget_class "*"' so I tried doing that now too (replacing `widget "emacs-menubar"'), but that didn't do anything either, so maybe where it's getting the general gtk theme from is overriding this file... `URW Gothic L' is the font I usually generally for gtk/gnome, so I assume it should be OK here too; I just changed the size to 10 here, and the syntax seems consistent with other examples. Thanks, -Miles -- Fast, small, soon; pick any 2.