rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

Starting nav turns on line truncation in new buffers #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. Turn off line truncation
1. Start nav
2. Open some file with lines longer than the window width

What is the expected output? What do you see instead?
The lines should wrap, but they are truncated.

This bug was reported by Dmitri Zagidulin on the mailing list.

Original issue reported on code.google.com by issac.tr...@gmail.com on 7 Sep 2009 at 7:24

GoogleCodeExporter commented 8 years ago
This problem is caused by a call to (split-window-horizontally). Users can work 
around Emacs's helpful 
truncation of lines in partial width windows by putting this code in their 
.emacs files:

(setq truncate-partial-width-windows nil)

Original comment by issac.tr...@gmail.com on 7 Sep 2009 at 8:30