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

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

[debbugs-tracker] bug#28788: closed (macOS frame-list-z-order fails to l


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28788: closed (macOS frame-list-z-order fails to list frames when called with a DISPLAY argument)
Date: Wed, 11 Oct 2017 21:28:01 +0000

Your message dated Wed, 11 Oct 2017 22:27:43 +0100
with message-id <address@hidden>
and subject line Re: bug#28788: macOS frame-list-z-order fails to list frames 
when called with a DISPLAY argument
has caused the debbugs.gnu.org bug report #28788,
regarding macOS frame-list-z-order fails to list frames when called with a 
DISPLAY argument
to be marked as done.

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


-- 
28788: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28788
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: macOS frame-list-z-order fails to list frames when called with a DISPLAY argument Date: Wed, 11 Oct 2017 15:35:56 -0400
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

--- End Message ---
--- Begin Message --- Subject: Re: 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


--- End Message ---

reply via email to

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