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

  1. Newsgroups: gnu.emacs.gnus
  2. Path: sparky!uunet!ulowell!ulowell.ulowell.edu!msanghvi
  3. From: msanghvi@cs.ulowell.edu (Mehul Sanghvi)
  4. Subject: *Subject* buffer probs.
  5. Message-ID: <MSANGHVI.92Dec13135608@cs.ulowell.edu>
  6. Sender: usenet@ulowell.ulowell.edu (News manager - ulowell)
  7. Reply-To: msanghvi@cs.ulowell.edu
  8. Organization: /usr/ug/1993/msanghvi/.organization
  9. Distribution: gnu
  10. Date: Sun, 13 Dec 1992 18:56:08 GMT
  11. Lines: 53
  12.  
  13.  
  14.  
  15. hi netters!!
  16.  
  17.   I have a problem with the *Subject* buffer. Anytime there is an article
  18. posted from the university, GNUS shows that it has 0 lines in it ... no matter
  19. how many lines are there. The problem started appearing around the time we
  20. installed cnews. following are the variables I do set in my ~/.emacs. Is it a
  21. problem with my config of GNUS or something else?? GNUS users are in a
  22. minority here ( all the systems people use rn and so are unable to help ).
  23.  
  24. thanks in advance for the help.
  25.  
  26. (autoload 'gnus "gnus" "read network news." t)
  27. (autoload 'gnus-post-news "gnuspost" "post articles to network." t)
  28. (defun my-news-reply-setup ()
  29.   (turn-on-auto-fill)
  30.   (require 'sc-oloads)
  31.   (sc-overload-functions))
  32. (setq news-reply-mode-hook 'my-news-reply-setup)
  33. ;; GNUS variables
  34. (setq gnus-author-copy (getenv "AUTHORCOPY"))
  35. (setq gnus-default-article-saver (function gnus-Subject-save-in-file))
  36. (setq gnus-interactive-post t)
  37. (setq gnus-large-newsgroup 100)
  38. (setq gnus-news-system 'Cnews)
  39. (setq gnus-nntp-server "ulowell.ulowell.edu")
  40. (setq gnus-nntp-service "nntp" )
  41. (setq gnus-signature-file "~/.signature")
  42. (defun gnus-start ()
  43.   (require 'gnus-user-tale))
  44. (setq gnus-startup-file "~/.newsrc")
  45. (setq gnus-Startup-hook 'gnus-start)
  46. (setq gnus-use-cross-refrence t)
  47. (setq gnus-use-followup-to t)
  48. (setq gnus-use-full-window t)
  49. (setq gnus-novice-user t)
  50. (defun gnus-reconnect() "Reconnect to the NNTP server from within GNUS"
  51.   (interactive)
  52.   (nntp-open-server gnus-nntp-server))
  53.  
  54.  
  55. increase the peace
  56. --
  57. ===============================================================================
  58. Mehul "raja lakhan" Sanghvi        |  UMass-Lowell Dept. of Computer Science
  59. Inet: msanghvi@cs.ulowell.edu      |  SnailNet: 754 Aiken St. #11
  60. UUCP: ...!harvard!ulowell!msanghvi |            Lowell, MA 01850-1804
  61. BITNET: msanghvi%cs.ulowell.edu@{cunyvm.cuny, mitvma.mit, talcott.harvard}.edu
  62.  
  63. The English have no respect for their language, and will not teach
  64. their children to speak it.
  65.         -- G. B. Shaw
  66.