help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: setting default font name


From: Haines Brown
Subject: Re: setting default font name
Date: Sun, 18 May 2014 17:11:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Drew, copying and pasting your suggested lisp into my init file produced
the same error: 

  "Symbol's value as variable is void: default-font"

Here's what I copied, taken from the init file paste:

(add-to-list
  'default-frame-alist
  '(font .
    "-bitstream-Courier 10 
Pitch-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1"))

(set-face-attribute
  'default t :font
  "-bitstream-Courier 10 Pitch-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1")

Haines



reply via email to

[Prev in Thread] Current Thread [Next in Thread]