home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.gnus
- Path: sparky!uunet!ulowell!ulowell.ulowell.edu!msanghvi
- From: msanghvi@cs.ulowell.edu (Mehul Sanghvi)
- Subject: *Subject* buffer probs.
- Message-ID: <MSANGHVI.92Dec13135608@cs.ulowell.edu>
- Sender: usenet@ulowell.ulowell.edu (News manager - ulowell)
- Reply-To: msanghvi@cs.ulowell.edu
- Organization: /usr/ug/1993/msanghvi/.organization
- Distribution: gnu
- Date: Sun, 13 Dec 1992 18:56:08 GMT
- Lines: 53
-
-
-
- hi netters!!
-
- I have a problem with the *Subject* buffer. Anytime there is an article
- posted from the university, GNUS shows that it has 0 lines in it ... no matter
- how many lines are there. The problem started appearing around the time we
- installed cnews. following are the variables I do set in my ~/.emacs. Is it a
- problem with my config of GNUS or something else?? GNUS users are in a
- minority here ( all the systems people use rn and so are unable to help ).
-
- thanks in advance for the help.
-
- (autoload 'gnus "gnus" "read network news." t)
- (autoload 'gnus-post-news "gnuspost" "post articles to network." t)
- (defun my-news-reply-setup ()
- (turn-on-auto-fill)
- (require 'sc-oloads)
- (sc-overload-functions))
- (setq news-reply-mode-hook 'my-news-reply-setup)
- ;; GNUS variables
- (setq gnus-author-copy (getenv "AUTHORCOPY"))
- (setq gnus-default-article-saver (function gnus-Subject-save-in-file))
- (setq gnus-interactive-post t)
- (setq gnus-large-newsgroup 100)
- (setq gnus-news-system 'Cnews)
- (setq gnus-nntp-server "ulowell.ulowell.edu")
- (setq gnus-nntp-service "nntp" )
- (setq gnus-signature-file "~/.signature")
- (defun gnus-start ()
- (require 'gnus-user-tale))
- (setq gnus-startup-file "~/.newsrc")
- (setq gnus-Startup-hook 'gnus-start)
- (setq gnus-use-cross-refrence t)
- (setq gnus-use-followup-to t)
- (setq gnus-use-full-window t)
- (setq gnus-novice-user t)
- (defun gnus-reconnect() "Reconnect to the NNTP server from within GNUS"
- (interactive)
- (nntp-open-server gnus-nntp-server))
-
-
- increase the peace
- --
- ===============================================================================
- Mehul "raja lakhan" Sanghvi | UMass-Lowell Dept. of Computer Science
- Inet: msanghvi@cs.ulowell.edu | SnailNet: 754 Aiken St. #11
- UUCP: ...!harvard!ulowell!msanghvi | Lowell, MA 01850-1804
- BITNET: msanghvi%cs.ulowell.edu@{cunyvm.cuny, mitvma.mit, talcott.harvard}.edu
-
- The English have no respect for their language, and will not teach
- their children to speak it.
- -- G. B. Shaw
-