Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
trouble changing the menubar font.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jistan Idiot  
View profile  
 More options Mar 30 2012, 9:06 am
Newsgroups: comp.emacs.xemacs
From: Jistan Idiot <jistanid...@gmail.com>
Date: Fri, 30 Mar 2012 06:06:05 -0700 (PDT)
Local: Fri, Mar 30 2012 9:06 am
Subject: trouble changing the menubar font.
So my next problem is that I'm trying to change the font used in the menu bar. Currently it is using some ugly fixed or courier new font.  I'll be happy if I can change it to Arial or something.

I first tried looking under Options->Menubars but didn't see anything useful.

Next I came across the FAQ on xemacs.org (xemacs-faq_5.html#SEC187)

So I tried adding *fontList: Arial to custom.el but that exploded with another function definition is void and still the ugly font for the menubar.

I then came across this thread:
http://list-archive.xemacs.org/pipermail/xemacs-beta/2010-July/019729...
which suggested playing with ~/.Xresources

So I added
XEmacs*menubar*fcFontName: Arial-10
to  ~/.Xresources and did an xrdb -merge ~/.Xresources

Start up xemacs and still the ugly font in the menubar.

I figure before I spend countless more hours searching, I should ask the experts.  

I'm using Xemacs 21.4.22 on Kubuntu 11.10.

Thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Kupfer  
View profile  
 More options Apr 2 2012, 4:55 pm
Newsgroups: comp.emacs.xemacs
From: Mike Kupfer <m.kup...@acm.org>
Date: Mon, 02 Apr 2012 13:55:41 -0700
Local: Mon, Apr 2 2012 4:55 pm
Subject: Re: trouble changing the menubar font.

Jistan Idiot <jistanid...@gmail.com> writes:
> So I added
> XEmacs*menubar*fcFontName: Arial-10
> to  ~/.Xresources and did an xrdb -merge ~/.Xresources

The syntax "Arial-10" is for Xft fonts (Freetype), which I doubt your
21.4.22 XEmacs supports.  You'll need to use an old-style X font
specification, e.g.,

    XEmacs*menubar*font:-*-arial-*-*-*-*-*-120-*-*-*-*-*-*

(Though that's 12 point, not 10.  I don't see 10-point Arial on my
Ubuntu 11.10 system.)

mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jistan Idiot  
View profile  
 More options Apr 3 2012, 6:19 am
Newsgroups: comp.emacs.xemacs
From: Jistan Idiot <jistanid...@gmail.com>
Date: Tue, 3 Apr 2012 03:19:48 -0700 (PDT)
Local: Tues, Apr 3 2012 6:19 am
Subject: Re: trouble changing the menubar font.

Thanks that worked if I used lower case xemacs*menubar*font.  How do you know how many -*- to put in the font name?  What if I want to use another font other than Arial?

Thanks again.

-J


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Kupfer  
View profile  
 More options Apr 3 2012, 11:07 pm
Newsgroups: comp.emacs.xemacs
From: Mike Kupfer <m.kup...@acm.org>
Date: Tue, 03 Apr 2012 20:07:23 -0700
Local: Tues, Apr 3 2012 11:07 pm
Subject: Re: trouble changing the menubar font.

Jistan Idiot <jistanid...@gmail.com> writes:
> Thanks that worked if I used lower case xemacs*menubar*font.  How do
> you know how many -*- to put in the font name?  What if I want to
> use another font other than Arial?

There are a couple ways you can attack this.

One is to pick through the output from xlsfonts.  The fields are
separated by hyphens, and you can replace don't-care fields with "*".

The other is to run xfontsel.  That will bring up a window that lets
you play with the different fields in the specifier and see what the
resulting text will looks like.  So if you want something other than
Arial, you could select a different family from the "fmly" menu.  Each
choice constrains the other fields.  So start with whatever's most
important to you (family, perhaps), then pick the next thing (ptSz,
perhaps, which is the point size times 10), etc.  When you've got a
specifier you like, you can click the "select" button, then
middle-click in your XEmacs window.

mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »