bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12398: 23.4; Disabling fringes causes term to garble certain text ou


From: Robert Park
Subject: bug#12398: 23.4; Disabling fringes causes term to garble certain text output.
Date: Sun, 9 Sep 2012 17:35:56 -0500

Steps to reproduce:

1. Disable fringes using Custom, such that this appears in the
custom-set-variables:

    '(fringe-mode 0 nil (fringe))

2. Open a term buffer with `M-x term' (shell and ansi-term untested, sorry)

3. Run any program at all that will output a line that is longer
than the width of your terminal window. Good examples would be:

    $ echo `seq 100`

or

    $ cat some_file_with_long_lines.txt

Expected results:

The program runs and the output is displayed normally.

Actual results:

The program runs, but the output gets crammed all onto one line,
overlapping itself in a lossy way, and afterwards the prompt is lost and
any characters typed do not display. It is necessary to type C-l to
restore normal operation of the terminal.

Workaround:

Keeping the fringe only on the right-hand side seems to not trigger
this, eg, with this line in the .emacs:

    (set-fringe-mode (cons 0 1))

Potentially relevant details:

Working in a *very* large frame, that has been split both horizontally
and vertically multiple times, resulting in $COLUMNS=100 for the
terminal.

In GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2012-07-10 on komainu, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11300000
configured using `configure  '--build' 'x86_64-linux-gnu' '--build'
'x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib'
'--libexecdir=/usr/lib' '--localstatedir=/var/lib'
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.4/site-lisp:/usr/share/emacs/site-lisp'
'--with-crt-dir=/usr/lib/x86_64-linux-gnu' '--with-x=yes'
'--with-x-toolkit=gtk' '--with-toolkit-scroll-bars'
'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall
-DDEBIAN -O2' 'CPPFLAGS=-D_FORTIFY_SOURCE=2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_CA.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: terminal

Minor modes in effect:
  shell-dirtrack-mode: t
  show-paren-mode: t
  global-whitespace-mode: t
  global-linum-mode: t
  linum-mode: t
  global-hl-line-mode: t
  tabbar-mwheel-mode: t
  tabbar-mode: t
  global-auto-revert-mode: t
  desktop-save-mode: t
  cua-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  transient-mark-mode: t

Load-path shadows:
/usr/share/emacs/23.4/site-lisp/debian-startup hides
/usr/share/emacs/site-lisp/debian-startup
/usr/share/emacs/23.4/site-lisp/cmake-data/cmake-mode hides
/usr/share/emacs/site-lisp/cmake-mode
/usr/share/emacs23/site-lisp/dictionaries-common/ispell hides
/usr/share/emacs/23.4/lisp/textmodes/ispell
/usr/share/emacs23/site-lisp/dictionaries-common/flyspell hides
/usr/share/emacs/23.4/lisp/textmodes/flyspell

Features:
(shadow sort mail-extr message sendmail ecomplete rfc822 mml mml-sec
password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231
rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc
time-date mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util
hashcash mail-utils emacsbug help-mode view noutline outline python-mode
imenu flymake rx shell cc-cmds cc-engine cc-vars cc-defs regexp-opt
vc-git uniquify paren cus-start cus-load server ace-jump-mode winner
sr-speedbar speedbar sb-image ezimage dframe assoc setup-private
setup-whitespace disp-table whitespace robru-style linum hl-line tabbar
info color-theme easymenu wid-edit cl cl-19 term-love dirtrack
ansi-color shell-pop backups autorevert bigscreen modern advice help-fns
advice-preload desktop edmacro kmacro cua-base compile comint ring
emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode
devhelp tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
font-setting tool-bar dnd fontset image fringe lisp-mode register page
menu-bar rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button
minibuffer faces cus-face files text-properties overlay md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind system-font-setting
font-render-setting gtk x-toolkit x multi-tty emacs)


-- 
http://gottengeography.ca





reply via email to

[Prev in Thread] Current Thread [Next in Thread]