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

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

bug#43700: 28.0.50; Crash creating a second frame


From: Eli Zaretskii
Subject: bug#43700: 28.0.50; Crash creating a second frame
Date: Sat, 03 Oct 2020 20:51:16 +0300

> Cc: 43700@debbugs.gnu.org
> From: Andy Moreton <andrewjmoreton@gmail.com>
> Date: Sat, 3 Oct 2020 18:03:58 +0100
> 
> Run:
>      emacs -Q --load bug43700.el
> 
> --[bug43700.el]-------------------------------------------------
> (custom-set-faces
>   '(default
>      ((((class color)) :font "DejaVu Sans Mono-9"))))
> 
> (custom-set-faces
>   '(fixed-pitch
>     ((((class color)) :font "DejaVu Sans Mono-9"))))
> 
> (custom-set-faces
>   '(variable-pitch
>     ((((class color)) :font "Liberation Sans-11"))))
> 
> (require 'org)
> (eval-after-load 'org
>    '(define-key org-mode-map [remap org-archive-subtree] #'ignore))
> 
> (find-file "~/foo.org") ; Create org buffer (file need not exist)
> (make-frame)
> --[end bug43700.el]---------------------------------------------

Thanks, I hope I fixed this now.





reply via email to

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