From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Javier Newsgroups: gmane.emacs.help Subject: Re: Changing menubar fonts, GNU Emacs 24.3.1? Date: Mon, 9 Jun 2014 01:52:18 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1402278928 13788 80.91.229.3 (9 Jun 2014 01:55:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2014 01:55:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 09 03:55:21 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wtonw-0002tf-5b for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jun 2014 03:55:20 +0200 Original-Received: from localhost ([::1]:58571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtonv-0003MU-MU for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jun 2014 21:55:19 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: F0FEFcLSZEaVVHfj1cocJw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: tin/2.2.0-20131224 ("Lochindaal") (UNIX) (Linux/3.14.2-1-ARCH (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:205838 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98108 Archived-At: You can test the xresources directly in the command line: emacs -xrm 'Emacs.pane.menubar.font: Courier' emacs -xrm 'Emacs.pane.menubar.font: 10x20' This works in my emacs-lucid. In any case, I think that your system has some missing fonts that were not installed. I use emacs-lucid myself and the default menubar font is very small sized. You can always see the default font with 'emacs -Q'. It disables all configs and xresources. amca01@gmail.com wrote: > Thanks for that. I've been fiddling around with gtk settings: in > themes, in the system-settings tool, but so far nothing has made any > difference to the emacs menu fonts. > > I have just install emacs24-lucid, and the menu fonts are indeed > different - but this time big and bulky, instead of small and > spindly. However! this new emacs does play nicely with the editres > protocol, and so I may be able to change the menu fonts now by > editing my .Xresources file. > > Thanks again, and I'll keep you posted. > > -A.