home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / help / 5099 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.3 KB  |  36 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!times!wmesard
  3. From: wmesard@cs.stanford.edu (Wayne Mesard)
  4. Subject: Re: Horizantal scrol (how to get rid of $ and see what I am typing)
  5. In-Reply-To: teege@informatik.tu-muenchen.de's message of Tue, 15 Dec 1992 21:07:54 GMT
  6. Message-ID: <WMESARD.92Dec15132709@Waimea.Stanford.EDU>
  7. Sender: news@CSD-NewsHost.Stanford.EDU
  8. Organization: Distributed Systems Group, Stanford University
  9. References: <1992Dec14.173617.2804@ils.nwu.edu>
  10.     <TEEGE.92Dec15160754@unknown.informatik.tu-muenchen.de>
  11. Date: 15 Dec 92 13:27:09
  12. Lines: 22
  13.  
  14. teege@informatik.tu-muenchen.de (Gunnar Teege) writes:
  15. >> When I use split-window-horizontally, I get a dollar sign for lines
  16. >> that are "too long" instead of the usual way emacs wraps lines by
  17. >> using backslash.
  18. > This truncating feature can be controlled by setting the variable
  19. > 'truncate-lines'.
  20.  
  21. Actually, in the case of horizontally split windows [which is what the
  22. original post asked about], a seperate variable,
  23. truncate-partial-width-windows, controls the behavior:
  24.  
  25.     truncate-lines's value is nil
  26.  
  27.     Documentation:
  28.     [...]
  29.     Note that this is overridden by the variable
  30.     truncate-partial-width-windows if that variable is non-nil
  31.     and this buffer is not full-screen width.
  32. --
  33. Wayne();
  34. WMesard@cs.Stanford.edu
  35.