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