Path: utzoo!utgpu!watmath!uunet!cs.utexas.edu!usc!apple!oliveb!mipos3!nate@hobbes.intel.com From: nate@hobbes.intel.com (Nate Hess) Newsgroups: gnu.emacs Subject: Re: truncation vs wrapping Message-ID: <601@mipos3.intel.com> Date: 2 Aug 89 16:05:02 GMT References:Sender: news@mipos3.intel.com Reply-To: woodstock@hobbes.intel.com (Nate Hess) Distribution: gnu Organization: Intel Corporation, Santa Clara, CA Lines: 40 In-reply-to: marks@stewart.cs.uchicago.edu (Mitchell Marks) Posting-Front-End: Gnews 2.0 In article , marks@stewart (Mitchell Marks) writes: >What determines whether lines longer than the window width will wrap >onto the next display line (with a \) or will truncate at the right >end (marked by $)? I see the latter behavior only in the case of >side-by-side split windows. What I'd like to be able to do is >sometimes get wrapped display even in those split windows. (Or, >rarely, maybe sometimes get truncation even in regular windows.) >Might this be something as nice and simple as a buffer local variable? But it already is! The way you would find this out would be to do something like M-x apropos RET trunc RET which would produce something like: ---------------------------------------- *Help* -------------------- default-truncate-lines Variable: Default truncate-lines for buffers that do not override it. truncate-lines Variable: *Non-nil means do not display continuation lines; truncate-partial-width-windows Variable: *Non-nil means truncate lines in all windows less than full screen wide. vm-truncate-string ---------------------------------------- *Help* -------------------- and you would then probably notice those two variables, truncate-lines and default-truncate-lines. Happy Editing! --woodstock -- "What I like is when you're looking and thinking and looking and thinking...and suddenly you wake up." - Hobbes woodstock@hobbes.intel.com ...!{decwrl|hplabs!oliveb}!intelca!mipos3!nate