Gnus development mailing list
 help / color / mirror / Atom feed
* message.el and Supercite
@ 1996-03-27 12:43 Kai Grossjohann
  1996-03-28  6:36 ` Jason L Tibbitts III
  1996-04-12 23:25 ` Sam Hartman
  0 siblings, 2 replies; 3+ messages in thread
From: Kai Grossjohann @ 1996-03-27 12:43 UTC (permalink / raw)



Hi all,

the following suffices to get Supercite running:

*** message.el.orig	Wed Mar 27 07:03:01 1996
--- message.el	Wed Mar 27 13:35:28 1996
***************
*** 842,848 ****
        (unless (bolp)
  	(insert ?\n))
        (unless modified
! 	(setq message-checksum (message-checksum))))))
  
  (defun message-insert-citation-line ()
    "Function that inserts a simple citation line."
--- 842,849 ----
        (unless (bolp)
  	(insert ?\n))
        (unless modified
! 	(setq message-checksum (message-checksum)))
!       (run-hooks 'message-cite-hook))))
  
  (defun message-insert-citation-line ()
    "Function that inserts a simple citation line."


In my .emacs file I have this:

(setq message-indent-citation-function nil)
(setq message-citation-line-function nil)
(add-hook 'message-cite-hook 'sc-cite-original)

Lars, are you going to put this into the distribution?

        kai
--
There ain't no cure for the summer time blues.


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

end of thread, other threads:[~1996-04-12 23:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-27 12:43 message.el and Supercite Kai Grossjohann
1996-03-28  6:36 ` Jason L Tibbitts III
1996-04-12 23:25 ` Sam Hartman

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).