emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; peculiar error: "invalid font property", (:weight . r)


From: KOBAYASHI Yasuhiro
Subject: Re: 23.0.60; peculiar error: "invalid font property", (:weight . r)
Date: Thu, 20 Dec 2007 19:54:58 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (windows-nt)

In message Re: 23.0.60; peculiar error: "invalid font property", (:weight . r)
 on Thu, 20 Dec 2007 09:54:07 +0900
 Kenichi Handa <address@hidden> wrote:

> In article <address@hidden>, Stephen Berman <address@hidden> writes:

> > I just did an update from the unicode-2 branch and built with make
> > bootstrap successfully.  But when I start Emacs with -Q, no frame opens
> > and the shell returns this message: peculiar error: "invalid font
> > property", (:weight . r)

I also see the same error message on
GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600).

-- Msg in minibuffer --
"peculiar error: "invalid font property", (:weight . arial)"
--

And I get the other message with --disable-font-backend.

-- Msg in minibuffer --
"Font `fontset-test' is not defined"
--

.emacs.el is the following:
-------->8-------->8-------
(create-fontset-from-fontset-spec
 "-*-arial-normal-r-*-*-12-*-*-*-c-*-fontset-test,
 latin-iso8859-1:-*-Arial-*-*-*-*-*-*-*-*-*-*-iso8859-1" t)

(setq default-frame-alist
      (append '((font . "fontset-test"))
              default-frame-alist))
-------->8-------->8-------

-- 
KOBAYASHI Yasuhiro <address@hidden>




reply via email to

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