emacs-devel
[Top][All Lists]
Advanced

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

Re: Unicode-2 crash by set-face-font


From: Katsumi Yamaoka
Subject: Re: Unicode-2 crash by set-face-font
Date: Wed, 23 Jan 2008 09:55:19 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

>>>>> Katsumi Yamaoka wrote:

> (I have now another problem with Unicode-2.  It will probably be
> due to something I've written in my ~/.emacs file, but I'll report
> it if it is generic one.)

Oh, it's easy to reproduce.  Could you please try it?

1. Start Emacs Unicode-2 with the -Q option.

2. Eval these forms.

(setq debug-on-error t)
(set-face-font
 'default
 "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-1")

3. Type `C-x 5 2'.

Then I got the following error:

Debugger entered--Lisp error: (wrong-type-argument stringp #<save_value 
ptr=0x08be3170 int=2>)
  internal-set-lisp-face-attribute(default :font #<save_value ptr=0x08be3170 
int=2> #<frame address@hidden 0x8372ca0>)
  set-face-attribute(default #<frame address@hidden 0x8372ca0> :font 
#<save_value ptr=0x08be3170 int=2>)
  face-set-after-frame-default(#<frame address@hidden 0x8372ca0>)
  x-create-frame-with-faces(nil)
  make-frame()
  make-frame-command()
  call-interactively(make-frame-command nil nil)

Regards,




reply via email to

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