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

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

bug#28788: macOS frame-list-z-order fails to list frames when called wit


From: Alan Third
Subject: bug#28788: macOS frame-list-z-order fails to list frames when called with a DISPLAY argument
Date: Wed, 11 Oct 2017 22:27:43 +0100
User-agent: Mutt/1.9.0 (2017-09-02)

On Wed, Oct 11, 2017 at 03:35:56PM -0400, Robert Weiner wrote:
> emacs-version
> "27.0.50"
> 
> system-type
> darwin
> 
> (frame-list-z-order)
> (#<frame *scratch* "~/" 0x104ae0d38> #<frame TAGS<bk> "/Users/bk/"
> 0x1015f3e48> #<frame *Help* "~/" 0x1014b8000> #<frame TAGS<bk> "/Users/bk/"
> 0x11f959e40> #<frame TAGS<bk> "/Users/bk/" 0x101564fb0> 2111061947183245)
> 
> (x-display-list)
> ("bka-iMac.local")
> 
> ;; Result should be the same as frame-list-z-order called without an
> ;; argument since we have only 1 display connection, but it isn't.
> (frame-list-z-order (car (x-display-list)))
> nil

Fix pushed to emacs 26.

Since DISPLAY is irrelevant here I’ve changed it to behave like the
Windows version and return the full list unless the argument is a
frame.
-- 
Alan Third





reply via email to

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