From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Keith Newsgroups: gmane.emacs.help Subject: Re: setting the font in .emacs Date: Mon, 23 Sep 2002 11:12:41 GMT Organization: is a wonderful thing. Sender: help-gnu-emacs-admin@gnu.org Message-ID: <87hegh0xjr.fsf@smtp.blueyonder.co.uk> References: <874rchernd.fsf@smtp.blueyonder.co.uk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032780380 29969 127.0.0.1 (23 Sep 2002 11:26:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2002 11:26:20 +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 17tRM3-0007nF-00 for ; Mon, 23 Sep 2002 13:26:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tRM3-0003G4-00; Mon, 23 Sep 2002 07:26:19 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!213.56.195.71!fr.usenet-edu.net!usenet-edu.net!proxad.net!proxad.net!news-hub.cableinet.net!blueyonder!internal-news-hub.cableinet.net!news-text.cableinet.net.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help X-Attribution: kroc X-Home-Page: http://www.galadriel.co.uk/kroc Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 80.195.231.6 Original-X-Complaints-To: abuse@blueyonder.co.uk Original-X-Trace: news-text.cableinet.net 1032779561 80.195.231.6 (Mon, 23 Sep 2002 12:12:41 BST) Original-NNTP-Posting-Date: Mon, 23 Sep 2002 12:12:41 BST Original-Xref: nntp.stanford.edu gnu.emacs.help:105169 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1724 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1724 >>>>> "os" == Oliver Scholz writes: os> Yes, you can check for various display capabilities with the os> `display-.*-p'-functions. In this case `display-multi-font-p' os> would be the appropriate one: os> (when (display-multi-font-p) (set-face-font ...)) Perfect! Thank you for that :-) -- Keith.