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

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

[debbugs-tracker] bug#30764: closed (26.0.91; On macOS, deleting a full


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30764: closed (26.0.91; On macOS, deleting a full screen frame crashes)
Date: Tue, 20 Mar 2018 01:52:01 +0000

Your message dated Mon, 19 Mar 2018 18:04:15 -0700
with message-id <address@hidden>
and subject line Re: bug#30764: 26.0.91; On macOS, deleting a full screen frame 
crashes
has caused the debbugs.gnu.org bug report #30764,
regarding 26.0.91; On macOS, deleting a full screen frame crashes
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30764: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30764
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes Date: Mon, 19 Mar 2018 18:04:15 -0700 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (darwin)
>>>>> "AT" == Alan Third <address@hidden> writes:

AT> This should have been fixed in Emacs 26 already. I certainly can’t
AT> replicate it now.

Thanks, it has been fixed.

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


--- End Message ---

reply via email to

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