emacs-devel
[Top][All Lists]
Advanced

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

Re: Font related crash?


From: Eli Zaretskii
Subject: Re: Font related crash?
Date: Fri, 06 Nov 2015 12:50:31 +0200

> Date: Fri, 6 Nov 2015 02:31:48 -0800
> From: Yuan MEI <address@hidden>
> Cc: martin rudalics <address@hidden>, emacs-devel <address@hidden>
> 
> If I run emacsclient -c under the same DISPLAY=:0, the crash does NOT occur 
> and
> a second frame shows up correctly.

Thanks.

Btw, are _all_ of the customizations you posted needed for the
reproduction?  There seem to be several unrelated parts there, and I'm
not sure they are, or even can be, related.  For example:

> ;; This makes scaling right: c-x c-[+-0]
> (defadvice frame-notice-user-settings (before my:rescale-alist)
> (message "set face-font-rescale-alist")
> (setq face-font-rescale-alist '((".*[Hh]ei.*" . 1.2)
> (".*雅黑*" . 1.2)
> (".*Myungjo.*" . 1.2)
> (".*Osaka.*" . 1.2))))
> 
> (ad-activate 'frame-notice-user-settings)

What is this about?

Also, what about these customizations:

> (setq initial-frame-alist '((top . 2) (left . 2)
> (width . 100) (height . 63)
> (menu-bar-lines . 1)
> (tool-bar-lines . 0)))
> (setq default-frame-alist '((foreground-color . "white")
> (background-color . "black")
> (cursor-color . "red")
> (menu-bar-lines . 1)
> (tool-bar-lines . 0)
> (width . 100)
> (height . 63)

Are the colors and the frame dimensions really relevant to the crash?

Thanks.




reply via email to

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