* bug#21177: 25.0.50; full width glyph breaks display in terminal
@ 2015-08-01 19:16 Mark Oteiza
2015-08-01 19:54 ` Eli Zaretskii
2021-07-08 14:18 ` Lars Ingebrigtsen
0 siblings, 2 replies; 5+ messages in thread
From: Mark Oteiza @ 2015-08-01 19:16 UTC (permalink / raw)
To: 21177
Hello,
I have found a couple recipes that put display out of whack in
terminals. So far I have tried xterm, gnome-terminal, as well as screen
and tmux in each. From emacs -nw -Q:
1. M-x load-theme RET somebuiltintheme RET
2. Paste some full width glyph, e.g. 数 ツ
3. Put point on the glyph
4. C-u C-x =
Point moves after the glyph, the buffer seems to narrow, sometimes the
modeline gets doubled.
Another similar thing seems to be:
1. M-x load-theme RET somebuiltintheme RET
2. C-x 8 RET HIRAGANA TAB … (complete to something) RET
Here's the result after this second recipe https://i.imgur.com/HXyfX5l.png
In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars)
of 2015-08-01 on logos
Repository revision: eb0f65b4fbbea60100b53cb40a1d7138d47ad0d2
Configured using:
`configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
--localstatedir=/var --without-gconf --with-x-toolkit=lucid
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
--param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
LUCID X11
Important settings:
value of $LC_COLLATE: C
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#21177: 25.0.50; full width glyph breaks display in terminal
2015-08-01 19:16 bug#21177: 25.0.50; full width glyph breaks display in terminal Mark Oteiza
@ 2015-08-01 19:54 ` Eli Zaretskii
2015-08-01 20:32 ` Mark Oteiza
2021-07-08 14:18 ` Lars Ingebrigtsen
1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2015-08-01 19:54 UTC (permalink / raw)
To: Mark Oteiza; +Cc: 21177
> From: Mark Oteiza <mvoteiza@udel.edu>
> Date: Sat, 01 Aug 2015 15:16:47 -0400
>
> I have found a couple recipes that put display out of whack in
> terminals. So far I have tried xterm, gnome-terminal, as well as screen
> and tmux in each. From emacs -nw -Q:
>
> 1. M-x load-theme RET somebuiltintheme RET
> 2. Paste some full width glyph, e.g. 数 ツ
> 3. Put point on the glyph
> 4. C-u C-x =
>
> Point moves after the glyph, the buffer seems to narrow, sometimes the
> modeline gets doubled.
>
> Another similar thing seems to be:
>
> 1. M-x load-theme RET somebuiltintheme RET
> 2. C-x 8 RET HIRAGANA TAB … (complete to something) RET
>
> Here's the result after this second recipe https://i.imgur.com/HXyfX5l.png
Do the problems go away if you turn off auto-composition-mode?
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#21177: 25.0.50; full width glyph breaks display in terminal
2015-08-01 19:54 ` Eli Zaretskii
@ 2015-08-01 20:32 ` Mark Oteiza
0 siblings, 0 replies; 5+ messages in thread
From: Mark Oteiza @ 2015-08-01 20:32 UTC (permalink / raw)
To: 21177
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Mark Oteiza <mvoteiza@udel.edu>
>> Date: Sat, 01 Aug 2015 15:16:47 -0400
>>
>> I have found a couple recipes that put display out of whack in
>> terminals. So far I have tried xterm, gnome-terminal, as well as screen
>> and tmux in each. From emacs -nw -Q:
>>
>> 1. M-x load-theme RET somebuiltintheme RET
>> 2. Paste some full width glyph, e.g. 数 ツ
>> 3. Put point on the glyph
>> 4. C-u C-x =
>>
>> Point moves after the glyph, the buffer seems to narrow, sometimes the
>> modeline gets doubled.
>>
>> Another similar thing seems to be:
>>
>> 1. M-x load-theme RET somebuiltintheme RET
>> 2. C-x 8 RET HIRAGANA TAB … (complete to something) RET
>>
>> Here's the result after this second recipe https://i.imgur.com/HXyfX5l.png
>
> Do the problems go away if you turn off auto-composition-mode?
Nope
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#21177: 25.0.50; full width glyph breaks display in terminal
2015-08-01 19:16 bug#21177: 25.0.50; full width glyph breaks display in terminal Mark Oteiza
2015-08-01 19:54 ` Eli Zaretskii
@ 2021-07-08 14:18 ` Lars Ingebrigtsen
2021-07-08 14:58 ` Mark Oteiza
1 sibling, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-07-08 14:18 UTC (permalink / raw)
To: Mark Oteiza; +Cc: 21177
Mark Oteiza <mvoteiza@udel.edu> writes:
> I have found a couple recipes that put display out of whack in
> terminals. So far I have tried xterm, gnome-terminal, as well as screen
> and tmux in each. From emacs -nw -Q:
>
> 1. M-x load-theme RET somebuiltintheme RET
> 2. Paste some full width glyph, e.g. 数 ツ
> 3. Put point on the glyph
> 4. C-u C-x =
>
> Point moves after the glyph, the buffer seems to narrow, sometimes the
> modeline gets doubled.
I tried reproducing this in Emacs 25.1 and Emacs 28, and I can't see
any oddities (on Debian/bullseye) when following this recipe.
Do you still see this problem? If so, what theme are you loading?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#21177: 25.0.50; full width glyph breaks display in terminal
2021-07-08 14:18 ` Lars Ingebrigtsen
@ 2021-07-08 14:58 ` Mark Oteiza
0 siblings, 0 replies; 5+ messages in thread
From: Mark Oteiza @ 2021-07-08 14:58 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 21177-done
On 08/07/21 at 04:18pm, Lars Ingebrigtsen wrote:
> Mark Oteiza <mvoteiza@udel.edu> writes:
>
> > I have found a couple recipes that put display out of whack in
> > terminals. So far I have tried xterm, gnome-terminal, as well as screen
> > and tmux in each. From emacs -nw -Q:
> >
> > 1. M-x load-theme RET somebuiltintheme RET
> > 2. Paste some full width glyph, e.g. 数 ツ
> > 3. Put point on the glyph
> > 4. C-u C-x =
> >
> > Point moves after the glyph, the buffer seems to narrow, sometimes the
> > modeline gets doubled.
>
> I tried reproducing this in Emacs 25.1 and Emacs 28, and I can't see
> any oddities (on Debian/bullseye) when following this recipe.
>
> Do you still see this problem? If so, what theme are you loading?
>
No, I think this has been fixed. Thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-07-08 14:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-01 19:16 bug#21177: 25.0.50; full width glyph breaks display in terminal Mark Oteiza
2015-08-01 19:54 ` Eli Zaretskii
2015-08-01 20:32 ` Mark Oteiza
2021-07-08 14:18 ` Lars Ingebrigtsen
2021-07-08 14:58 ` Mark Oteiza
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).