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

  1. Path: sparky!uunet!uunet!not-for-mail
  2. From: kyle@rodan.UU.NET (Kyle Jones)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: installing vm 4.41
  5. Date: 26 Jul 1992 16:58:46 -0400
  6. Organization: UUNET Communications
  7. Lines: 20
  8. Message-ID: <14v3m6INN3gu@rodan.UU.NET>
  9. References: <RYANR.92Jul26030324@lamar.lamar.ColoState.EDU>
  10. NNTP-Posting-Host: rodan.uu.net
  11.  
  12. ryanr@lamar.lamar.ColoState.EDU (Richard Ryan) writes:
  13.  > Although the machine seems to go into vm and views the headers with an
  14.  > "h" command all right, the letter itself does not show up on the screen
  15.  > ecxcept for its header Could someone tell me what's going wrong and how
  16.  > to fix it?
  17.  
  18. Hit the space bar. 
  19.  
  20. (Struggling desperately with the temptation to end the article
  21. here, Kyle continues...)
  22.  
  23. When VM shows you only the headers of the message, this is called
  24. "previewing" and is normal behavior when viewing a new message.
  25. When you type SPACE, VM will uncover the rest of the message and
  26. mark the message as read.  If you don't like this feature just
  27.  
  28. (setq vm-preview-lines nil)
  29.  
  30. in your .emacs and VM won't hide the body of new messages.
  31.  
  32.