Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Function definition wrong
Date: 14 Feb 2000 16:18:23 +0100	[thread overview]
Message-ID: <vaf900nreww.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Pieter Wenk's message of "Mon, 14 Feb 2000 15:29:20 +0100"

Pieter Wenk <pwenk@urbanet.ch> writes:

> 	(defun sc-header-author-writes ()
>   "<sc-author> writes:"
>   (let ((sc-mumble "")
> 	(whofrom (sc-whofrom)))
>     (if whofrom
> 	(insert sc-reference-tag-string
> 		(sc-hdr "" (sc-mail-field "sc-author"))
> 		" writes:\n"))))
> 
> I have added the above into my ~/.gnus

Why on earth did you do that?  Just put (require 'supercite) in your
~/.gnus file if you want to load supercite.  Copying stuff from
existing Lisp packages is asking for trouble: suppose you upgrade
Emacs or the Lisp packages and there is a bugfix -- you won't benefit
from the bug fix.

Also, you want to modify the above function so that you have
sc-header-author-schrieb... 

> Supercite is loading correctly. I am getting no error
> message.
> 
> I just fired gnus...hitting "F" for follow-up, I am
> still getting:
> 
> 	Symbol's function void: sc-header-author-wrote
>         (Header 8)

sc-header-author-wrote is not the same as sc-header-author-writes.

> Why I am still getting this error ? I still must have misun-
> derstand a few things.

See above.

kai
-- 
~/.signature: No such file or directory



      reply	other threads:[~2000-02-14 15:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-11 16:25 Pieter Wenk
2000-02-11 17:28 ` Kai Großjohann
2000-02-12  7:28   ` Pieter Wenk
2000-02-12 12:41     ` Kai Großjohann
2000-02-12 16:10       ` Pieter Wenk
2000-02-13  1:16         ` Kai Großjohann
2000-02-13 10:36           ` Pieter Wenk
2000-02-13 13:22             ` Kai Großjohann
2000-02-14 14:29               ` Pieter Wenk
2000-02-14 15:18                 ` Kai Großjohann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vaf900nreww.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).