home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / gnus / 1411 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.8 KB  |  43 lines

  1. Newsgroups: gnu.emacs.gnus
  2. Path: sparky!uunet!noc.near.net!lynx!random.ccs.northeastern.edu!news
  3. From: ratinox@kappa.coe.northeastern.edu (Richard Pieri)
  4. Subject: Re: Two suggestions on changes in gnus (sig-inclusion and fill-mode)
  5. In-Reply-To: krej@electrum.kth.se's message of Thu, 17 Dec 1992 12: 24:45 GMT
  6. Message-ID: <RATINOX.92Dec17141138@kappa.coe.northeastern.edu>
  7. Lines: 23
  8. Sender: news@random.ccs.northeastern.edu
  9. Nntp-Posting-Host: kappa
  10. X-Posting-Software: GNUS 3.14.1 [ NNTP-based News Reader for GNU Emacs ]
  11. Reply-To: ratinox@meceng.coe.northeastern.edu
  12. X-Signature-Virus-Protection: Version 1.51
  13. X-Get-A-Clue: Have two, they're small.
  14. Organization: 3WA, Boston Office. Or Nu Meta Chi. Take your pick.
  15. References: <KREJ.92Dec17132445@lithiumx.electrum.kth.se>
  16. Distribution: gnu
  17. Date: Thu, 17 Dec 1992 19:12:32 GMT
  18. Lines: 23
  19.  
  20. >>>>> On Thu, 17 Dec 1992 12:24:45 GMT, krej@electrum.kth.se (Kristian
  21. >>>>> Ejvind) said:
  22.  
  23. Kristian> I would like to have a variable which changes the behavior to
  24. Kristian> that of elm; the signature is appended automatically before I
  25. Kristian> start to write the article.
  26.  
  27. Kristian> The second one: It would be nice to have an easy way to make
  28. Kristian> emacs toggle into auto-fill-mode when starting to write on an
  29. Kristian> article, without messing around with load-hooks and such things.
  30.  
  31. (setq news-setup-hook
  32.       '(lambda ()
  33.          (goto-char (point-max))
  34.          (insert-file "~/.signature")
  35.          (turn-on-auto-fill)
  36.          ))
  37.  
  38. --Rat
  39. ||||| | | | |  |  |  |   |   |    |    |    |   |   |  |  |  |  | | | | | |||||
  40. Northeastern's Stainless Steel Rat          ratinox@meceng.coe.northeastern.edu
  41. It is a proud and lonely thing to be a Stainless Steel Rat.
  42.                                                         --`Slippery' Jim DiGriz
  43.