emacs-devel
[Top][All Lists]
Advanced

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

Re: Default font 'default have no corresponding variable


From: Jason Rumney
Subject: Re: Default font 'default have no corresponding variable
Date: Mon, 18 Feb 2008 13:25:53 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Lennart Borgman (gmail) wrote:
Lennart Borgman (gmail) wrote:
Should it not have that? I think I have some something like this in several places

 ;; I believe default is defined in Xemacs but not in GNU Emacs.
 (unless (boundp 'default)
   (defvar default 'default))

Eh, default face, not default font.

If you want to know if there is a face called default, you should use facep, not boundp.

Why would you need a variable of that name?




reply via email to

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