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
Message #33 received at 34715 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
> Did you try that command in a -nw session? It has some bug with
> faces.
Nope; didn't try it with -nw, but I see the problem. Any idea what's
causing that?
Here's frame-parameters in the initial frame:
((buried-buffer-list)
(buffer-list #<buffer *scratch*> #<buffer *Minibuf-1*>)
(name . "F1")
(tab-bar-lines . 0)
(menu-bar-lines . 1)
(unsplittable)
(modeline . t)
(width . 80)
(height . 23)
(font . "tty")
(background-color . "unspecified-bg")
(foreground-color . "unspecified-fg")
(scroll-bar-foreground . "white")
(cursor-color . "white")
(background-mode . dark)
(display-type . color)
(tty . "/dev/tty")
(tty-type . "xterm-256color")
(minibuffer . t))
And here's the one after C-x 5 c:
((tab-bar-lines . 0)
(menu-bar-lines . 1)
(buried-buffer-list #<buffer *Completions*>)
(buffer-list #<buffer *scratch*> #<buffer *Minibuf-1*>)
(unsplittable)
(modeline . t)
(width . 80)
(height . 23)
(font . "tty")
(background-color . "unspecified-bg")
(foreground-color . "unspecified-fg")
(name . "F2")
(minibuffer . t))
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.