[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Final" version of tty child frames
From: |
Gerd Möllmann |
Subject: |
Re: "Final" version of tty child frames |
Date: |
Wed, 23 Oct 2024 13:04:17 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> The current branch hits an assertion violation when showing RTL text
> in a child window. (Showing RTL text in the parent window works
> fine.) Here's the recipe:
>
> emacs -Q -nw
> Evaluate in *scratch:
>
> (defun my-make-child ()
> (interactive)
> (make-frame `((parent-frame . ,(selected-frame))
> (background-color . "gray10")
> (foreground-color . "white")
> (internal-border-width . 1)
> (top . 15)
> (left . 40)
> (width . 80)
> (height . 25))))
>
> M-x my-make-child RET
> C-x 5 o
> C-x C-f etc/tutorials/TUTORIAL.he RET
Could you please check with what I pushed now? There were several
problem, starting with an error I made while porting this, plus thinkos.
Strangely, I didn't run into the assertion with the recipe, so it's
probably best if you check yourself if it works now.
- Re: "Final" version of tty child frames, (continued)
- Re: "Final" version of tty child frames, Feng Shu, 2024/10/22
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
- Re: "Final" version of tty child frames, Feng Shu, 2024/10/22
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
- Re: "Final" version of tty child frames, Feng Shu, 2024/10/22
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames,
Gerd Möllmann <=
- Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames, Feng Shu, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames, Feng Shu, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23
- Re: "Final" version of tty child frames, Feng Shu, 2024/10/23
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/23