From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Peterson Newsgroups: gmane.emacs.help Subject: Re: Make font chosen by S-mouse-1 permanent Date: Thu, 14 Feb 2008 19:22:12 -0800 Organization: University of California, Davis Message-ID: <87tzkalx97.fsf@nospam.please.ucdavis.edu> References: <87hcgbp2c7.fsf@nospam.please.ucdavis.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203046840 9974 80.91.229.12 (15 Feb 2008 03:40:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2008 03:40:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 15 04:41:04 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JPrRf-0002lN-Nm for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 04:41:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPrRB-0006Lh-Ou for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Feb 2008 22:40:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!ucdavis!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: c-76-114-40-74.hsd1.ca.comcast.net Original-X-Trace: skeeter.ucdavis.edu 1203045678 13763 76.114.40.74 (15 Feb 2008 03:21:18 GMT) Original-X-Complaints-To: usenet@ucdavis.edu Original-NNTP-Posting-Date: Fri, 15 Feb 2008 03:21:18 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:CeJ0GoKfnEw/D0iTsIy+kLRkmvI= Original-Xref: shelby.stanford.edu gnu.emacs.help:156164 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51541 Archived-At: Peter Dyballa on Fri, 15 Feb 2008 01:05:31 +0100 didst step forth and proclaim thus: > Am 15.02.2008 um 00:04 schrieb Sam Peterson: > >> Hello, I'm having a time figuring out what I can do to make the font >> chosen in the mouse menu by shift mouse 1 permanent for all frames >> each time I start Emacs. I've tried customizing the default face but >> haven't had much luck. > > (add-to-list 'default-frame-alist '(font . > "fontset-10pt_lucida_sans_typewriter")) > > or such. There is also initial-frame-alist. Both have much more options. > Cool, thank you! I knew about that variable but didn't have a good idea of what to put in it, the following did the trick nicely. (add-to-list 'default-frame-alist '(font . "fixed")) -- Sam Peterson skpeterson At nospam ucdavis.edu "if programmers were paid to remove code instead of adding it, software would be much better" -- unknown