all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Yuan MEI <yuan.mei.list@gmail.com>
Cc: rudalics@gmx.at, emacs-devel@gnu.org
Subject: Re: Font related crash?
Date: Fri, 06 Nov 2015 12:50:31 +0200	[thread overview]
Message-ID: <831tc3s8p4.fsf@gnu.org> (raw)
In-Reply-To: <CANGGyWYGsUhzKvW4L-6320omR3nWBKqfSdN1b8MKuUKSTvJjtw@mail.gmail.com>

> Date: Fri, 6 Nov 2015 02:31:48 -0800
> From: Yuan MEI <yuan.mei.list@gmail.com>
> Cc: martin rudalics <rudalics@gmx.at>, emacs-devel <emacs-devel@gnu.org>
> 
> 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	other threads:[~2015-11-06 10:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-04 22:32 Font related crash? Yuan MEI
2015-11-05  3:37 ` Eli Zaretskii
2015-11-05  6:55   ` Yuan MEI
2015-11-05  7:55     ` martin rudalics
2015-11-05  8:45       ` Yuan MEI
2015-11-05 16:26         ` Eli Zaretskii
2015-11-05 18:16           ` martin rudalics
2015-11-05 18:42             ` Eli Zaretskii
2015-11-06 10:31               ` Yuan MEI
2015-11-06 10:50                 ` Eli Zaretskii [this message]
2015-11-06 11:26               ` martin rudalics
2015-11-06 11:25 ` martin rudalics
2015-11-07  5:52   ` Yuan MEI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=831tc3s8p4.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rudalics@gmx.at \
    --cc=yuan.mei.list@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.