Newsgroups: gnu.emacs.bug
From: Robert Park <ro...@gottengeography.ca>
Date: Sat, 13 Oct 2012 13:15:44 -0500
Local: Sat, Oct 13 2012 2:15 pm
Subject: bug#12398: 23.4; Disabling fringes causes term to garble certain text output.
On Sat, Oct 13, 2012 at 4:00 AM, Chong Yidong <c...@gnu.org> wrote:
Was it only *just* fixed? Because I can still reproduce it in Emacs 24.1.1.
> Thanks for the bug report. This bug has been fixed in Emacs 24. 1. eval this elisp:
(set-fringe-mode (cons 0 0))
2. Run any command that outputs long lines in term-mode:
$ echo `seq 100`
Expected output:
robru ~
Actual output:
$ bru ~4 95 96 97 98 99 100 72 73 74 75 76 77 78 79 80 81 82 83 84 85
Note that I have a two-line $PS1 set, and the output appears to be the
Further, once this condition is triggered, *all* further output
The workaround is to enable the fringe on just one side:
(set-fringe-mode (cons 0 1))
And then everything works fine.
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||