GNU bug report logs - #16059
24.3.50; Running curses applications under term and ansi-term is broken

Previous Next

Package: emacs;

Reported by: Matthew Leach <matthew <at> mattleach.net>

Date: Thu, 5 Dec 2013 10:18:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3.50

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16059 in the body.
You can then email your comments to 16059 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16059; Package emacs. (Thu, 05 Dec 2013 10:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matthew Leach <matthew <at> mattleach.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 05 Dec 2013 10:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Matthew Leach <matthew <at> mattleach.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50;
 Running curses applications under term and ansi-term is broken
Date: Thu, 05 Dec 2013 10:17:15 +0000
Hi,

When I run curses applications (such as htop and Linux's "make
menuconfig") in term and ansi-term the window's width appears to be
detected incorrectly. This causes curses to emit lines that are too long
for the window and thus Emacs spans them over more than one line. This
quickly makes the terminal output unreadable. Note, this is a visual
observation, I haven't looked at the code.

Recipe:

emacs -Q
M-x term
<ret>
htop

Thanks,
Matt

In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.5)
 of 2013-12-05 on matt-laptop
Windowing system distributor `The X.Org Foundation', version 11.0.11404000
Configured using:
 `configure --prefix=/home/matthew/Development/emacs/install'

Important settings:
  value of $LANG: en_GB.utf8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> M-x r e p r <backspace> o r t - e m <tab> 
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils time-date tooltip electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16059; Package emacs. (Mon, 30 Sep 2019 13:35:01 GMT) Full text and rfc822 format available.

Message #8 received at 16059 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Matthew Leach <matthew <at> mattleach.net>
Cc: 16059 <at> debbugs.gnu.org
Subject: Re: bug#16059: 24.3.50; Running curses applications under term and
 ansi-term is broken
Date: Mon, 30 Sep 2019 15:34:28 +0200
Matthew Leach <matthew <at> mattleach.net> writes:

> When I run curses applications (such as htop and Linux's "make
> menuconfig") in term and ansi-term the window's width appears to be
> detected incorrectly. This causes curses to emit lines that are too long
> for the window and thus Emacs spans them over more than one line. This
> quickly makes the terminal output unreadable. Note, this is a visual
> observation, I haven't looked at the code.
>
> Recipe:
>
> emacs -Q
> M-x term
> <ret>
> htop

I can't reproduce this using the recipe given.  Are you still seeing
this on a modern version of Emacs?

If I don't hear back from you in a couple of weeks, I'll just assume
this has been fixed and close this bug.

Best regards,
Stefan Kangas




Added tag(s) moreinfo. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Mon, 30 Sep 2019 13:42:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16059; Package emacs. (Mon, 30 Sep 2019 15:57:02 GMT) Full text and rfc822 format available.

Message #13 received at 16059 <at> debbugs.gnu.org (full text, mbox):

From: Matthew Leach <matthew <at> mattleach.net>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 16059 <at> debbugs.gnu.org
Subject: Re: bug#16059: 24.3.50; Running curses applications under term and
 ansi-term is broken
Date: Mon, 30 Sep 2019 16:55:59 +0100
Stefan Kangas <stefan <at> marxist.se> writes:

> Matthew Leach <matthew <at> mattleach.net> writes:

[...]

>> Recipe:
>>
>> emacs -Q
>> M-x term
>> <ret>
>> htop
>
> I can't reproduce this using the recipe given.  Are you still seeing
> this on a modern version of Emacs?

Indeed, I can't seem to reproduce this myself using Emacs git.  This
must have got fixed at some point.

Please feel free to close.
-- 
Matt




Reply sent to Stefan Kangas <stefan <at> marxist.se>:
You have taken responsibility. (Mon, 30 Sep 2019 15:59:02 GMT) Full text and rfc822 format available.

Notification sent to Matthew Leach <matthew <at> mattleach.net>:
bug acknowledged by developer. (Mon, 30 Sep 2019 15:59:02 GMT) Full text and rfc822 format available.

Message #18 received at 16059-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Matthew Leach <matthew <at> mattleach.net>
Cc: 16059-done <at> debbugs.gnu.org
Subject: Re: bug#16059: 24.3.50; Running curses applications under term and
 ansi-term is broken
Date: Mon, 30 Sep 2019 17:58:21 +0200
Matthew Leach <matthew <at> mattleach.net> writes:

> > I can't reproduce this using the recipe given.  Are you still seeing
> > this on a modern version of Emacs?
>
> Indeed, I can't seem to reproduce this myself using Emacs git.  This
> must have got fixed at some point.
>
> Please feel free to close.

Thanks for reporting back so promptly.  Closing this now.

Best regards,
Stefan Kangas




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 29 Oct 2019 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.