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

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!panther!mothost!merlin.dev.cdx.mot.com!fendahl.dev.cdx.mot.com!mcook
  3. From: mcook@fendahl.dev.cdx.mot.com (Michael Cook)
  4. Subject: Re: Horizantal scrol (how to get rid of $ and see what I am typing)
  5. Message-ID: <mcook.724548304@fendahl.dev.cdx.mot.com>
  6. Sender: news@merlin.dev.cdx.mot.com (USENET News System)
  7. Nntp-Posting-Host: fendahl.dev.cdx.mot.com
  8. Organization: Motorola Codex, Canton, Massachusetts
  9. References: <1992Dec14.173617.2804@ils.nwu.edu> <TEEGE.92Dec15160754@unknown.informatik.tu-muenchen.de>
  10. Date: Wed, 16 Dec 1992 23:25:04 GMT
  11. Lines: 19
  12.  
  13. teege@informatik.tu-muenchen.de (Gunnar Teege) writes:
  14.  
  15. >This truncating feature can be controlled by setting the variable
  16. >'truncate-lines'. In my .emacs i define the following command:
  17.  
  18. >(defun toggle-truncate ()
  19. >  (interactive)
  20. >  (setq truncate-lines (not truncate-lines)))
  21.  
  22. >and bind it to a key sequence. Thus I can easily toggle between
  23. >truncated lines and wrapped lines.
  24.  
  25. >After toggling it is sometimes necessary to force a redisplay by C-l to see
  26. >the effects.
  27.  
  28. Does anyone know how to fix this (the C-l, redisplay problem)?  I find it most
  29. annoying.
  30.  
  31. Michael.
  32.