From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: How to specify fonts for Lucid Date: Wed, 20 Oct 2010 22:41:24 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287628895 2917 80.91.229.12 (21 Oct 2010 02:41:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 02:41:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 21 04:41:34 2010 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.69) (envelope-from ) id 1P8l5w-0005aV-Tn for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 04:41:33 +0200 Original-Received: from localhost ([127.0.0.1]:48314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8l5w-0002gO-BM for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2010 22:41:32 -0400 Original-Received: from [140.186.70.92] (port=55057 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8l5q-0002gJ-KC for emacs-devel@gnu.org; Wed, 20 Oct 2010 22:41:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8l5p-0004hG-8x for emacs-devel@gnu.org; Wed, 20 Oct 2010 22:41:26 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:35746 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8l5p-0004hB-6o for emacs-devel@gnu.org; Wed, 20 Oct 2010 22:41:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmkKAFZFv0xMCpO7/2dsb2JhbACTZox0enK/L4VKBJIb X-IronPort-AV: E=Sophos;i="4.58,214,1286164800"; d="scan'208";a="80278885" Original-Received: from 76-10-147-187.dsl.teksavvy.com (HELO ceviche.home) ([76.10.147.187]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 20 Oct 2010 22:41:24 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1C42366112; Wed, 20 Oct 2010 22:41:24 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:131922 Archived-At: My Lucid menus seem to always use the same font (some kind of Helvetica-like, in medium weight). I can't seem to figure out where that setting comes from, or how to change it. Ideally configuring the `menu' face would do it, of course, but Xresources would be acceptable (I thought Emacs.pane.menubar.font would do it, but it appears not to have any effect any more). Stefan