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

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

bug#54188: Crash when eval-ing font test elisp code


From: Vordoo
Subject: bug#54188: Crash when eval-ing font test elisp code
Date: Tue, 1 Mar 2022 22:08:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

On 3/1/22 21:37, Eli Zaretskii wrote:
Hmm...
Does evaluating the following (with M-:) crash on your system?

   (let ((str "The quick brown fox jumps over the lazy dog 
´`''\"\"1lI|¦!Ø0Oo{[()]}.,:; "))
         (insert (propertize str
                'font-lock-face '(:family "charter")) "\n")
         (insert (propertize str
                 'font-lock-face '(:family "charter" :slant italic))))

It doesn't crash here, and so I wonder what happens on your system
that causes the face's fontset ID to become -1.  If you can figure
that out, maybe it will help; or maybe someone else will be able to
reproduce and investigate.

(I tried to do this with Caladings CLM font, but all the fonts I find
of that family are AFM or PFA/PFB fonts, and I cannot use them.)
Yep it crashes :(




reply via email to

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