From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; peculiar error: "invalid font property", (:weight . r) Date: Thu, 20 Dec 2007 15:14:27 +0100 Message-ID: <87bq8lpi64.fsf@escher.local.home> References: <874peeu3yd.fsf@escher.local.home> <87ir2tpskj.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198160632 14993 80.91.229.12 (20 Dec 2007 14:23:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Dec 2007 14:23:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 20 15:24:02 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J5MJN-000613-TX for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 15:23:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5MJ4-0005uP-C1 for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 09:23:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5MIz-0005qN-4K for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:23:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5MIx-0005nw-UW for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:23:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5MIx-0005nh-Q3 for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:23:19 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J5MIx-0006v6-AL for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:23:19 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1J5MFm-0004kn-H3 for emacs-devel@gnu.org; Thu, 20 Dec 2007 14:20:02 +0000 Original-Received: from i5387c2e2.versanet.de ([83.135.194.226]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Dec 2007 14:20:02 +0000 Original-Received: from Stephen.Berman by i5387c2e2.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Dec 2007 14:20:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387c2e2.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85308 Archived-At: On Thu, 20 Dec 2007 12:21:22 +0100 Andreas Schwab wrote: > Stephen Berman writes: > >> I don't have set X resources in my home directory. I'm running KDE >> using the gtk-qt engine for GTK apps, and in my personal settings for >> this engine I have the option "Use my KDE fonts in GTK applications" >> set, but I'm afraid I don't know how they are set. > > xrdb -q will list them. This lists only what I put in ~/.Xresources. >> As a test I created ~/.Xresources with a setting for Emacs.font, ran >> xrdb on it and then invoked unicode Emacs, but it still just returned >> the peculiar error message (Emacs from CVS trunk did use that font, so >> I know it is valid). > > There are also the app-defaults, probably in > /usr/share/X11/app-defaults/Emacs. Yes, this has settings for Emacs.Font and Emacs*Fontset-0 through Emacs*Fontset-8 Steve Berman