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

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

bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes


From: John Wiegley
Subject: bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes
Date: Sat, 10 Mar 2018 13:10:02 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (darwin)

Steps:

  1. Switch to full screen. I use this function to do it:

        (defun emacs-max ()
          (interactive)
          (cl-flet ((set-param (p v) (set-frame-parameter (selected-frame) p 
v)))
            (set-param 'fullscreen 'fullboth)
            (set-param 'vertical-scroll-bars nil)
            (set-param 'horizontal-scroll-bars nil))
          (set-frame-font emacs-min-font))

  2. Create another frame with C-x 5 2

  3. Delete that frame with C-x 5 0

Crashes every time for me, and has for months, I just forget to report it.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2





reply via email to

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