unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: 张云峰 <zhangyunfeng0101@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 65198@debbugs.gnu.org
Subject: bug#65198: 29.1; Emacs29.1 crash in function face_for_font
Date: Fri, 11 Aug 2023 01:58:34 +0800	[thread overview]
Message-ID: <CA+cG9Gy=KegmHHS931Sp16FBOSrOEAoLKKMiuNx2+qtQ8d7PfA@mail.gmail.com> (raw)
In-Reply-To: <83bkfeizgz.fsf@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 1791 bytes --]

[image: 2023-08-11_01-53.png]
when popup frame has the warning-icon (marked in picture) , emacs will
crash immediately.


Eli Zaretskii <eliz@gnu.org> 于2023年8月11日周五 01:22写道:

> > From: 张云峰 <zhangyunfeng0101@gmail.com>
> > Date: Thu, 10 Aug 2023 22:56:23 +0800
> >
> > finally  I fix this bug by removing a piece of code:
> >
> > (defun +set-chinese-font()
> >   (interactive)
> >   (set-fontset-font
> >    t
> >    'han
> >    (cond
> >     ((string-equal system-type "windows-nt")
> >      (cond
> >       ((member "Microsoft YaHei" (font-family-list)) "Microsoft YaHei")
> >       ((member "Microsoft JhengHei" (font-family-list)) "Microsoft
> JhengHei")
> >       ((member "SimHei" (font-family-list)) "SimHei")))
> >     ((string-equal system-type "darwin")
> >      (cond
> >       ((member "Hei" (font-family-list)) "Hei")
> >       ((member "Heiti SC" (font-family-list)) "Heiti SC")
> >       ((member "Heiti TC" (font-family-list)) "Heiti TC")))
> >     ((string-equal system-type "gnu/linux")
> >      (cond
> >       ((member "WenQuanYi Micro Hei" (font-family-list)) "WenQuanYi
> > Micro Hei"))))))
> >
> > (add-hook 'buffer-list-update-hook '+set-chinese-font)
>
> I guess one of these fonts is faulty in some way?  Or maybe you have
> neither of these fonts on that system, which would effectively specify
> that characters of the han script have no font at all?  Of course,
> normally the latter should just cause the han characters to display as
> hex codes, not to cause crashes...
>
> Are you saying that just having the above in your customization and
> typing some Han character causes Emacs to crash?
>
> P.S. And please use Reply All to reply, so that the bug address is
> kept on the CC list.
>

[-- Attachment #1.2: Type: text/html, Size: 2594 bytes --]

[-- Attachment #2: 2023-08-11_01-53.png --]
[-- Type: image/png, Size: 66428 bytes --]

  reply	other threads:[~2023-08-10 17:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-10  9:57 bug#65198: 29.1; Emacs29.1 crash in function face_for_font 张云峰
2023-08-10 10:06 ` Eli Zaretskii
     [not found]   ` <CA+cG9GxATqwi7-aFEvma0zi3AZM5y6eshU510oPFohuKwhHF4w@mail.gmail.com>
2023-08-10 17:22     ` Eli Zaretskii
2023-08-10 17:58       ` 张云峰 [this message]
2023-08-10 18:36         ` Eli Zaretskii
2023-08-11  0:15           ` 张云峰
2023-08-11  0:50             ` 张云峰
2023-08-11  6:12               ` Eli Zaretskii
2023-08-11 14:21                 ` 张云峰
2023-08-11 14:55                   ` 张云峰
2023-08-11 15:30                     ` Eli Zaretskii
2023-08-11 16:14                       ` 张云峰
2023-08-12  6:39                         ` Eli Zaretskii
2023-08-11 15:24                   ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CA+cG9Gy=KegmHHS931Sp16FBOSrOEAoLKKMiuNx2+qtQ8d7PfA@mail.gmail.com' \
    --to=zhangyunfeng0101@gmail.com \
    --cc=65198@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).