From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Clemens =?utf-8?Q?Sch=C3=BCller?= Newsgroups: gmane.emacs.help Subject: Re: Changing Emacs font Date: Mon, 24 Mar 2014 21:42:32 +0100 Organization: albasani.net Message-ID: <87k3bj49c7.fsf@cougar.home.aneadesign.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1395695196 7203 80.91.229.3 (24 Mar 2014 21:06:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2014 21:06:36 +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 Mar 24 22:06:46 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 1WSC4z-0006l6-IO for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Mar 2014 22:06:45 +0100 Original-Received: from localhost ([::1]:38340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSC4z-0000MS-3C for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Mar 2014 17:06:45 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-X-Trace: news.albasani.net LzHPshhCA6iycA/ntxoamEafQbB3haTFo6MVvwr58sNQft6wl2myc2c4V+SGuXRB/2p6i0dAPLGkmGsqeupb8Q== Original-NNTP-Posting-Date: Mon, 24 Mar 2014 20:42:32 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="RggMa3aUZGGT3D7Zrayk3pVJVCapZ4/iXhwfis5UDWalbUQmgQ9+QSlRcGM8vRXARsCDI0uC4XPkAUNiJPRmtQnHrQmvd0GHq8bg19IPBtgarr+9xm/6dL/J+FAboYgL"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) X-Operating-System: Linux cougar 3.13.0-sabayon #1 SMP Thu Feb 27 15:27:16 UTC 2014 x86_64 Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz GenuineIntel GNU/Linux Cancel-Lock: sha1:FUk7Vq1V6yK+XetCe3y4h/Hm9GE= sha1:OrLy2gV7jaHHFvVo+IpBS8BhW6g= Original-Xref: usenet.stanford.edu gnu.emacs.help:204455 X-Mailman-Approved-At: Mon, 24 Mar 2014 17:06:33 -0400 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:96727 Archived-At: Hello! Javier wrote on 24.03.2014 at 21:32: > This is what I have in my .emacs for using emacs in Linux > > (when (equal window-system 'x) > (set-face-font 'default "-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1")) You could also try the following fontset: --8<---------------cut here---------------start------------->8--- (custom-set-faces '(default ((t (:family "Source Code Pro" :foundry "adobe" :slant normal :weight normal :height 113 :width normal))))) --8<---------------cut here---------------end--------------->8--- But you must install the Adobe source code pro font from [1] Footnotes: [1] http://sourceforge.net/projects/sourcecodepro.adobe/ -- Best Regards, Clemens Schüller