GNU bug report logs -
#34715
26.1; (1) Add `clone-frame', (2) bind it to `C-x 5 2'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Sun, 3 Mar 2019 01:04:01 UTC
Severity: wishlist
Merged with 32736
Found in version 26.1
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: 34715 <at> debbugs.gnu.org, 32736 <at> debbugs.gnu.org
> Date: Thu, 02 Sep 2021 10:01:27 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > You mean, we get a fresh list because of the call to seq-filter?
>
> No, because of this:
>
> DEFUN ("frame-parameters", Fframe_parameters, Sframe_parameters, 0, 1, 0,
> doc: /* Return the parameters-alist of frame FRAME.
>
> [...]
> alist = Fcopy_alist (f->param_alist);
Ah, right.
> > (Which btw means we now need to preload seq.el?)
>
> No, it's autoloaded.
But frame.el is preloaded, so won't that get in the way during
bootstrap?
> > And the faces aren't copied, I think, they reference the same faces
> > the original frame had.
>
> Right -- I don't really know how the face/frame stuff actually works.
> If it was a very general problem, then surely we'd stumble across this
> whenever we make a new frame. But the bug seems to manifest only on
> terminal frames -- when we change the background mode.
That's true, but it doesn't mean we don't have a deeper problem.
This bug report was last modified 3 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.