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

* Re: message.el and Supercite
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Jason L Tibbitts III @ 1996-03-28  6:36 UTC (permalink / raw)


>>>>> "KG" == Kai Grossjohann <grossjoh@dusty.informatik.uni-dortmund.de> writes:

KG> (add-hook 'message-cite-hook 'sc-cite-original)

Shouldn't that be message-citation-hook?  That keeps with
mail-citation-hook and the documentation for message-remove-signature.

Ah, well, 0.60 is already out with cite-hook.
-- 
      Jason L. Tibbitts III - tibbs@uh.edu - 713/743-8684 - 221SR1
System Manager:  University of Houston High Performance Computing Center
                1994 PC800 "Kuroneko"      DoD# 1723


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

* Re: message.el and Supercite
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Sam Hartman @ 1996-04-12 23:25 UTC (permalink / raw)



	I'm not sure I agree with dropping support for
mail-citation-hook.  It was a long time coming--I remember to bad old
days where you had to add about 20 lines to .emacs in order to get
Supercite to work with all the different packages out there.

	I'm wondering if changing the name of all the hooks but not
supporting the old names for backwards compatability is really
justified.

--Sam


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