Gnus development mailing list
 help / color / mirror / Atom feed
* SuperCite and Gnus
@ 1997-04-07  5:01 Che Fox
  1997-04-07  6:22 ` Hrvoje Niksic
  0 siblings, 1 reply; 3+ messages in thread
From: Che Fox @ 1997-04-07  5:01 UTC (permalink / raw)


Le sigh. I've tried and tried recently to get that lovely beast,
SuperCite, to work with Gnus, but to no avail.

Everything seems to be set up correctly -- I have the supercite .els
byte-compiled into my ~/lisp directory, ~/lisp is in my load-path, and

(autoload 'sc-cite-original     "supercite" "Supercite 3.1" t)
(autoload 'sc-submit-bug-report "supercite" "Supercite 3.1" t)
(add-hook 'mail-citation-hook 'sc-cite-original)

is all in my .emacs.

But something must be wrong, 'cause C-c C-y in a reply just does the
normal 

> blah blah blah
> more blah blah blah

form of reply-fill. Perhaps there's something happy I need to
configure? Or what? I don't notice any 'Loading supercite...' messages
in the mini-buffer on a C-c C-y, so I doubt anything's actually
getting loaded.

I even downloaded Gnus 5.4.42 and noticed the gnus-use-sc bit in
gnus-setup.el, and set the defvar to t, but that didn't seem to help
either after a re-byte-compile.

I'm obviously missing something. What's wrong? :)

-- 
Brought to you by the letters U and P and the number 18.
"* denotes Hot and Spicy!" -- *Ben Gertzfield
Ben Gertzfield <http://www.imsa.edu/~wilwonka/> Finger me for my public
PGP key. I'm on FurryMUCK as Che, and EFNet and YiffNet IRC as Che_Fox.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SuperCite and Gnus
  1997-04-07  5:01 SuperCite and Gnus Che Fox
@ 1997-04-07  6:22 ` Hrvoje Niksic
  1997-04-07  7:41   ` Hrvoje Niksic
  0 siblings, 1 reply; 3+ messages in thread
From: Hrvoje Niksic @ 1997-04-07  6:22 UTC (permalink / raw)


Che Fox <che@yiff.rh7.imsa.edu> writes:

> (autoload 'sc-cite-original     "supercite" "Supercite 3.1" t)
> (autoload 'sc-submit-bug-report "supercite" "Supercite 3.1" t)
> (add-hook 'mail-citation-hook 'sc-cite-original)

The last line doesn't work with message.  Use:

(setq 'message-cite-function 'sc-cite-original)

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
"Silence!" cries Freydag. "I did not call thee in for a consultation!" 
"They are my innards! I will not have them misread by a poseur!"


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SuperCite and Gnus
  1997-04-07  6:22 ` Hrvoje Niksic
@ 1997-04-07  7:41   ` Hrvoje Niksic
  0 siblings, 0 replies; 3+ messages in thread
From: Hrvoje Niksic @ 1997-04-07  7:41 UTC (permalink / raw)


Hrvoje Niksic <hniksic@srce.hr> writes:

> (setq 'message-cite-function 'sc-cite-original)
        ^
Remove this quote, of course.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
main(){printf(&unix["\021%six\012\0"],(unix)["have"]+"fun"-0x60);}


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-04-07  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-04-07  5:01 SuperCite and Gnus Che Fox
1997-04-07  6:22 ` Hrvoje Niksic
1997-04-07  7:41   ` Hrvoje Niksic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).