home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / gnus / 1504 < prev    next >
Encoding:
Text File  |  1993-01-24  |  2.2 KB  |  55 lines

  1. Path: sparky!uunet!stanford.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!newsserver.jvnc.net!yale.edu!yale!mintaka.lcs.mit.edu!ai-lab!hal.gnu.ai.mit.edu!petrilli
  2. From: petrilli@hal.gnu.ai.mit.edu (Chris Petrilli)
  3. Newsgroups: gnu.emacs.gnus
  4. Subject: Supercite 2.2 and GNUS 3.14.1 (GNUS2 mods)
  5. Date: 24 Jan 1993 20:43:24 GMT
  6. Organization: Department of Redundency Department
  7. Lines: 43
  8. Distribution: world
  9. Message-ID: <1juv1cINNm4d@life.ai.mit.edu>
  10. NNTP-Posting-Host: hal.ai.mit.edu
  11.  
  12. Well, I have finally gotten GNUS2 up and running, and it's on top of the
  13. original 3.14.1 code (sdb... that code is FAST ;-)
  14.  
  15. Anyway, I'm running Supercite 2.2 and I want to use it to do my
  16. "yanking" in GNUS when I followup to a message, but it doesn't seem to
  17. work.  I placed the code that they suggest in the manual into my
  18. .emacsrc.el file and it still doesn't work.  I even manually ran the
  19. (sc-overload-functions) function and it still gives me the default
  20. "yank" format, which is not what I want.  Here's what I have for my
  21. supercite and GNUS stuff:
  22.  
  23.  
  24. ;;; SuperCite 2.2
  25.    (autoload 'sc-cite-original "supercite" "Hooked Supercite 2.2" t)
  26.    (autoload 'sc-cite "supercite" "Interactive Supercite 2.2" t)
  27.    (setq mh-yank-hooks 'sc-cite-original)
  28.    (defun my-sc-overload-hook ()
  29.      (require 'sc-oloads)
  30.      (sc-overload-functions))
  31.    (setq news-reply-mode-hook 'my-sc-overload-hook)
  32.    (setq mail-setup-hook      'my-sc-overload-hook)
  33.  
  34.  
  35. ;;; GNUS2
  36.    (autoload 'gnus2 "gnus2" "Read network news." t)
  37.    (autoload 'gnus-post "gnuspost2" "Post new news." t)
  38.    (setq gnus-nntp-server "emx.cc.utexas.edu")
  39.    (setq gnus-nntp-service "nntp")
  40.    (setq gnus-mail-reply-method
  41.          (function gnus-mail-reply-using-mhe))
  42.    (setq gnus-mail-other-window-method
  43.          (function gnus-mail-other-window-using-mhe))
  44.    (setq gnus-default-article-saver
  45.          (function gnus-Subject-save-in-folder))
  46.  
  47. note that the MH stuff works fine, but it's the Supercite stuff that
  48. seems to be broken.
  49.  
  50. Chris
  51. -- 
  52. | Chris Petrilli                                             ____
  53. | petrilli@gnu.ai.mit.edu             ``Quayle is a bozoe.'' \  /
  54. | I don't even speak for myself.                              \/
  55.