emacs-devel
[Top][All Lists]
Advanced

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

Re: Left chinese double quote character?


From: Lennart Borgman
Subject: Re: Left chinese double quote character?
Date: Thu, 23 Oct 2008 03:20:41 +0200

On Thu, Oct 23, 2008 at 2:51 AM, Kenichi Handa <address@hidden> wrote:
> In article <address@hidden>, "Lennart Borgman" <address@hidden> writes:
>
>> What is a font log and how do I get it?
>
> Just after starting Emacs, do this:
>
> ESC : (setq font-log nil) RET
> ESC : (insert #x201c) RET
> M-x font-show-log RET
>
> and show the contents of *Help* buffer.

Thanks. I get an error on the last line:

   Wrong type argument: characterp, arabic

If I before the commands above do (setq debug-on-error t) I get a trace back:

Debugger entered--Lisp error: (wrong-type-argument characterp arabic)
  display-supports-face-attributes-p((:slant italic) #<frame
address@hidden 0x383de00>)
  face-spec-set-match-display(((supports :slant italic)) #<frame
address@hidden 0x383de00>)
  face-spec-choose((((...) :inherit italic)) #<frame
address@hidden 0x383de00>)
  face-spec-set-2(help-argument-name #<frame address@hidden
0x383de00> (((...) :inherit italic)))
  custom-declare-face(help-argument-name (((...) :inherit italic))
"Face to highlight argument names in *Help* buffers." :group help)
  require(help-fns)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

The display is frozen (except for the echo area), but I can still copy
the text even though I can't see it when I have switched to another
program.

It seems like there are many things that are wrong. If I just switch
to another app and back before I type the commands I get another
result. And when I tried to just get the version Emacs crashed.

In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-10-09
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'




reply via email to

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