home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / gnus / 1107 < prev    next >
Encoding:
Text File  |  1992-09-15  |  2.0 KB  |  48 lines

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!spool.mu.edu!uwm.edu!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!PLAYMATE.MAT.JHU.EDU!rdong
  2. From: rdong@PLAYMATE.MAT.JHU.EDU (Rui-Tao Dong ~~{6-HpLN~~})
  3. Newsgroups: gnu.emacs.gnus
  4. Subject: Re: NNTP server(Q)
  5. Message-ID: <RDONG.92Sep15143158@chow.mat.jhu.edu>
  6. Date: 15 Sep 92 19:31:58 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: gnu.emacs.gnus
  9. Organization: Department of Mathematics, The Johns Hopkins University.
  10. Lines: 36
  11.  
  12.  
  13. In article <SPENO.92Sep14232645@clam.rutgers.edu> speno@clam.rutgers.edu (John P. Speno) writes:
  14.  
  15. > First I'd like to know what a NNTP server is and what it does and how
  16. > it differs from a 'spool'. Knowing these things might help with my
  17. > next problem which is this. I use GNUS 3.14.1 and I love it. However,
  18. > I'm the only student around here that does so it isn't supported at
  19. > all. I can use GNUS on one of our machines that happens to be the
  20. > machine which mounts our news server up in New Bruswich( clam mounts
  21. > bobwebber for those of you keeping score). This is done with nfs I'd
  22. > assume. Clam also serves as a nfs file sharer to a host of sparc
  23. > stations on campus and I want to use gnus from those machines. I've
  24. > set NNTPSERVER and setq gnus-nntp-service but still, when I run GNUS
  25. > on a machine other than clam, I'll see the message Host:
  26. > "clam.rutgers.edu" not responding. I'd appreciate any help you can
  27. > give me so that once I get it running everywhere, I can enlighten the
  28. >  others. 
  29.  
  30. The following will do your trick.
  31.  
  32. (setq gnus-nntp-server (system-name))
  33. (setq gnus-nntp-service nil)
  34.  
  35.     My situation is even worse. Our university news machine doesn't
  36. offer NNTP access to other campus computers. I have to use `Ange-ftp' to
  37. access its newsspool.
  38.  
  39. (setq nnspool-spool-directory "/NNTPserver:/usr/spool/news")
  40.  
  41. Regards,
  42.  
  43.     Rui-Tao Dong ~~{6-HpLN~~}            Department of Mathematics
  44.     rdong@playmate.mat.jhu.edu            The Johns Hopkins University
  45.     (410)516-7406(O) (410)516-5549(Fax)        Baltimore, Maryland 21218
  46.                 
  47.                 
  48.