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: Lennart Borgman (gmail)
Subject: Re: Default font 'default have no corresponding variable
Date: Mon, 18 Feb 2008 17:12:03 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Jason Rumney wrote:
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.

But here I am looking for the variable.

Why would you need a variable of that name?

I am started to wonder if I have misunderstood something. Maybe there is no variable default with value 'default in Xemacs? But please see my answer to Miles.




reply via email to

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