all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes
@ 2018-03-10 21:10 John Wiegley
  2018-03-10 22:34 ` Alan Third
  0 siblings, 1 reply; 3+ messages in thread
From: John Wiegley @ 2018-03-10 21:10 UTC (permalink / raw)
  To: 30764

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes
  2018-03-10 21:10 bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes John Wiegley
@ 2018-03-10 22:34 ` Alan Third
  2018-03-20  1:04   ` John Wiegley
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Third @ 2018-03-10 22:34 UTC (permalink / raw)
  To: 30764

On Sat, Mar 10, 2018 at 01:10:02PM -0800, John Wiegley wrote:
> 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.

This should have been fixed in Emacs 26 already. I certainly can’t
replicate it now.
-- 
Alan Third





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes
  2018-03-10 22:34 ` Alan Third
@ 2018-03-20  1:04   ` John Wiegley
  0 siblings, 0 replies; 3+ messages in thread
From: John Wiegley @ 2018-03-20  1:04 UTC (permalink / raw)
  To: Alan Third; +Cc: 30764-done

>>>>> "AT" == Alan Third <alan@idiocy.org> 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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-20  1:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-10 21:10 bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes John Wiegley
2018-03-10 22:34 ` Alan Third
2018-03-20  1:04   ` John Wiegley

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.