bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17897: 24.4.50; Customize face-font-family-alternatives could lead t


From: Lars Ingebrigtsen
Subject: bug#17897: 24.4.50; Customize face-font-family-alternatives could lead to emacs crash
Date: Sat, 03 Aug 2019 22:57:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Kan-Ru Chen (陳侃如) <kanru@kanru.info> writes:

> Run following command could crash emacs:
>
> cat <<END > test.el
>     (progn (custom-set-variables
>       '(face-font-family-alternatives
>         '(("Monospace" "courier" "fixed")
>           ("courier" "CMU Typewriter Text" "fixed")
>           ("Sans Serif" "helv" "helvetica" "arial" "fixed")
>           ("helv" "helvetica" "arial" "fixed"))))
>        (char-displayable-p 215))
> END
> emacs -Q --load test.el
>
> The face-font-family-alternatives value is taken from the default value.
>
> `bt full` and `xbacktrace` attached.

(I'm going through old bug reports that unfortunately have not received
any responses yet.)

I'm unable to reproduce this bug in Emacs 27.  Are you still seeing it?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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