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: 18 Dec 2002 10:08:53 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200212172010.gBHKAO0U015695@stubby.bodenonline.com> 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 1040173870 16930 80.91.224.249 (18 Dec 2002 01:11:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2002 01:11:10 +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 18OSjt-0004Ow-00 for ; Wed, 18 Dec 2002 02:11:09 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18OSkI-0004yk-00 for ; Wed, 18 Dec 2002 02:11:34 +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 18OSjf-00010f-01 for emacs-devel@quimby.gnus.org; Tue, 17 Dec 2002 20:10:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18OSjN-0000zA-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 20:10:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18OSjL-0000yz-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 20:10:36 -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 18OSjK-0000yo-00; Tue, 17 Dec 2002 20:10:35 -0500 Original-Received: from mailgate4.nec.co.jp ([10.7.69.193])gBI1AJU13608; Wed, 18 Dec 2002 10:10:20 +0900 (JST) Original-Received: from mailsv.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id gBI19DT02283; Wed, 18 Dec 2002 10:10:16 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp ([10.30.114.133]) by mailsv.nec.co.jp (8.11.6/3.7W-MAILSV-NEC) with ESMTP id gBI18ss22328; Wed, 18 Dec 2002 10:09:12 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) id gBI18rB21790; Wed, 18 Dec 2002 10:08:53 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 52E0C3701; Wed, 18 Dec 2002 10:08:53 +0900 (JST) Original-To: "Jan D." System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <200212172010.gBHKAO0U015695@stubby.bodenonline.com> Original-Lines: 30 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:10240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10240 "Jan D." writes: > > Hopefully a future version of emacs-gtk will allow overriding some of > > the horrid GTK defaults... I'd like, at least: (1) menu font > > For 1) you can create a file ~/.gtkrc-2.0 and put into it something like: > > style "menubar" > { > font = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1" > } > widget_class "*GtkMenu*" style "menubar" I tried this, and it doesn't seem to work -- there's no error message, but no change in the menubar font either. Here's the exact .gtkrc-2.0 file I tried (as I mentioned in a previous message, I know it's _reading_ the file, because syntax errors _do_ result in error messages): style "menubar" { font = "-adobe-helvetica-medium-r-normal--10-*-*-*-*-*-iso8859-1" } widget_class "*GtkMenu*" style "menubar" [minus the indentation, actually; I also tried variants like `font = "Helvetica 10"', but none of them worked either] Any ideas? Thanks, -Miles -- Yo mama's so fat when she gets on an elevator it HAS to go down.