home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.gnus
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!ckd
- From: ckd@eff.org (Christopher Davis)
- Subject: Re: moving around in article mode
- In-Reply-To: msanghvi@cs.ulowell.edu's message of Sun, 26 Jul 1992 21:45:13 GMT
- Message-ID: <CKD.92Jul26213810@loiosh.eff.org>
- Sender: usenet@eff.org (NNTP News Poster)
- Nntp-Posting-Host: loiosh.eff.org
- Organization: Electronic Frontier Foundation Tech Central
- References: <MSANGHVI.92Jul26164513@cs.ulowell.edu>
- Distribution: gnu
- Date: Mon, 27 Jul 1992 01:38:13 GMT
- Lines: 32
-
- Mehul> == Mehul Sanghvi <msanghvi@cs.ulowell.edu>
-
- Mehul> i have been using GNUS for a while now and have noticed
- Mehul> something that keeps happening to me. evrytime i read a
- Mehul> newsgroup with say 20 or more articles in it and get to the last
- Mehul> 4-5 articles the current article marker moves back to say
- Mehul> article 15.
-
- This is a bug in gnus-user-tale. A fixed version has been posted here
- (though I don't know if it's been posted here *recently*). The one I
- use (which may not have *all* the fixes, but fixes this problem) is up
- for anonymous ftp as ftp.eff.org:/users/ckd/gnus-user-tale.el.
-
- Mehul> P.S. also how do i get wraparound in *post-news* buffer?? i hate
- Mehul> having to keep hitting the return key evrytime i get near the
- Mehul> end of the line....
-
- Set either your news-mode-hook or your text-mode-hook to turn on
- auto-fill mode. Here's what I use:
-
- ;; auto-fill in text mode, and make tab insert spaces
- (defun ckd-text-mode-hook ()
- (auto-fill-mode 1)
- (setq indent-tabs-mode nil)
- )
-
- (setq text-mode-hook 'ckd-text-mode-hook)
- --
- Christopher Davis * ckd@eff.org * System Administrator, EFF * +1 617 864 0665
- ``The First Amendment is often inconvenient. But that is besides the
- point. Inconvenience does not absolve the government of its obligation
- to tolerate speech.'' --Justice Anthony Kennedy, in 91-155
-