From: alba...@wco.com (Alpestral Petrofsky)
Subject: window doesn't refresh after changing truncate-lines
Date: 1997/09/17
Message-ID: <199709170914.CAA00247@albatros.wco.com>#1/1
X-Deja-AN: 273220011
Sender: bug-gnu-em...@prep.ai.mit.edu
x-gateway: relay3.UU.NET from bug-gnu-emacs to gnu.emacs.bug; 
Wed, 17 Sep 1997 05:15:49 EDT
Newsgroups: gnu.emacs.bug


In GNU Emacs 19.34.1 (i586-pc-linux-gnu, X toolkit) of 
Wed Sep 17 1997 on albatros

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

start emacs:
  emacs -q -l foo.el

enter these keystrokes:
  C-u 1 0 0 x C-x t

BEGIN contents of foo.el
(defun toggle-truncate-lines ()
  "Toggle the value of truncate-lines"
  (interactive)
  (setq truncate-lines (not truncate-lines)))
(global-set-key "\C-xt" 'toggle-truncate-lines)
END contents of foo.el

Bug symptom: the display does not truncate the line, it is still
wrapped.  The display fixes itself when I type C-l.

Results are the same when starting with "-nw".

Recent input:
C-u 1 0 0 x C-x t M-x r e p o r t - return return

Recent messages:
For information about the GNU Project and its goals, type C-h C-p.
Loading emacsbug...
Loading emacsbug...done
Loading mailalias...
Loading mailalias...done