home *** CD-ROM | disk | FTP | other *** search
- 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
- From: petrilli@hal.gnu.ai.mit.edu (Chris Petrilli)
- Newsgroups: gnu.emacs.gnus
- Subject: Supercite 2.2 and GNUS 3.14.1 (GNUS2 mods)
- Date: 24 Jan 1993 20:43:24 GMT
- Organization: Department of Redundency Department
- Lines: 43
- Distribution: world
- Message-ID: <1juv1cINNm4d@life.ai.mit.edu>
- NNTP-Posting-Host: hal.ai.mit.edu
-
- Well, I have finally gotten GNUS2 up and running, and it's on top of the
- original 3.14.1 code (sdb... that code is FAST ;-)
-
- Anyway, I'm running Supercite 2.2 and I want to use it to do my
- "yanking" in GNUS when I followup to a message, but it doesn't seem to
- work. I placed the code that they suggest in the manual into my
- .emacsrc.el file and it still doesn't work. I even manually ran the
- (sc-overload-functions) function and it still gives me the default
- "yank" format, which is not what I want. Here's what I have for my
- supercite and GNUS stuff:
-
-
- ;;; SuperCite 2.2
- (autoload 'sc-cite-original "supercite" "Hooked Supercite 2.2" t)
- (autoload 'sc-cite "supercite" "Interactive Supercite 2.2" t)
- (setq mh-yank-hooks 'sc-cite-original)
- (defun my-sc-overload-hook ()
- (require 'sc-oloads)
- (sc-overload-functions))
- (setq news-reply-mode-hook 'my-sc-overload-hook)
- (setq mail-setup-hook 'my-sc-overload-hook)
-
-
- ;;; GNUS2
- (autoload 'gnus2 "gnus2" "Read network news." t)
- (autoload 'gnus-post "gnuspost2" "Post new news." t)
- (setq gnus-nntp-server "emx.cc.utexas.edu")
- (setq gnus-nntp-service "nntp")
- (setq gnus-mail-reply-method
- (function gnus-mail-reply-using-mhe))
- (setq gnus-mail-other-window-method
- (function gnus-mail-other-window-using-mhe))
- (setq gnus-default-article-saver
- (function gnus-Subject-save-in-folder))
-
- note that the MH stuff works fine, but it's the Supercite stuff that
- seems to be broken.
-
- Chris
- --
- | Chris Petrilli ____
- | petrilli@gnu.ai.mit.edu ``Quayle is a bozoe.'' \ /
- | I don't even speak for myself. \/
-