From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: plampione@yahoo.com (Peter Lampione) Newsgroups: gmane.emacs.help Subject: Re: adding fonts to font menu? Date: 29 Dec 2002 01:26:05 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1041154206 11015 80.91.224.249 (29 Dec 2002 09:30:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2002 09:30:06 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18SZlh-0002r3-00 for ; Sun, 29 Dec 2002 10:30:02 +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 18SZmK-0005hY-01 for gnu-help-gnu-emacs@m.gmane.org; Sun, 29 Dec 2002 04:30:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 63.203.46.196 Original-X-Trace: posting.google.com 1041153965 30358 127.0.0.1 (29 Dec 2002 09:26:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 29 Dec 2002 09:26:05 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:108569 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5098 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5098 Thanks! I wasn't able to use add-to-list, so I simply setq'ed x-fixed-font-alist to the desired value. Much better now! Peter Jesper Harder wrote in message news:... > plampione@yahoo.com (Peter Lampione) writes: > > > Once one finds nice fonts, how does one add them to the menu that > > pops up when pressing shift-leftbutton? > > I think something like this should work: > > (add-to-list 'x-fixed-font-alist > '("My fonts" > ("Andale Mono" > "-monotype-andale mono-medium-r-normal-*-24-*-*-*-m-*-iso8859-1") > ("Luxi Mono" > "-b&h-luxi mono-medium-r-normal-*-12-*-*-*-m-*-iso8859-1")) > t)