From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29226 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai=?iso-8859-1?q?_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Function definition wrong Date: 14 Feb 2000 16:18:23 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20000211172544.A3114@sre-4-139.urbanet.ch> <20000212082819.A683@sre-4-139.urbanet.ch> <20000212171001.A2780@sre-4-139.urbanet.ch> <20000213113609.A623@sre-4-139.urbanet.ch> <20000214152920.A2336@sre-4-139.urbanet.ch> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165933 1539 80.91.224.250 (21 Oct 2002 02:05:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:33 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id ECDA4D0527 for ; Mon, 14 Feb 2000 10:19:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB31146; Mon, 14 Feb 2000 09:18:59 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 14 Feb 2000 09:18:42 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA18974 for ; Mon, 14 Feb 2000 09:18:30 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by mailhost.sclp.com (Postfix) with ESMTP id E3A34D0527 for ; Mon, 14 Feb 2000 10:18:29 -0500 (EST) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id QAA08038; Mon, 14 Feb 2000 16:18:24 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id QAA05965; Mon, 14 Feb 2000 16:18:23 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-6) id QAA02315; Mon, 14 Feb 2000 16:18:23 +0100 X-Authentication-Warning: lucy.cs.uni-dortmund.de: grossjoh set sender to Kai.Grossjohann@CS.Uni-Dortmund.DE using -f Original-To: Pieter Wenk In-Reply-To: Pieter Wenk's message of "Mon, 14 Feb 2000 15:29:20 +0100" Original-Lines: 41 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29226 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29226 Pieter Wenk writes: > (defun sc-header-author-writes () > " 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