GNU bug report logs -
#43700
28.0.50; Crash creating a second frame
Previous Next
Reported by: Andy Moreton <andrewjmoreton <at> gmail.com>
Date: Tue, 29 Sep 2020 10:48:01 UTC
Severity: normal
Found in version 28.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #62 received at 43700 <at> debbugs.gnu.org (full text, mbox):
> Cc: 43700 <at> debbugs.gnu.org
> From: Andy Moreton <andrewjmoreton <at> 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.
This bug report was last modified 4 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.