From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39555 Path: main.gmane.org!not-for-mail From: Andreas Jaeger Newsgroups: gmane.emacs.gnus.general Subject: XEmacs: Symbol's function definition is void: rfc822-goto-eoh Date: Sat, 20 Oct 2001 18:58:33 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175249 28618 80.91.224.250 (21 Oct 2002 04:40:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:40:49 +0000 (UTC) Return-Path: Original-Received: (qmail 7469 invoked from network); 20 Oct 2001 17:00:28 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 20 Oct 2001 17:00:28 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15uzTd-0007Rz-00; Sat, 20 Oct 2001 12:00:01 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 20 Oct 2001 11:59:37 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA21672 for ; Sat, 20 Oct 2001 11:59:26 -0500 (CDT) Original-Received: (qmail 7450 invoked by alias); 20 Oct 2001 16:59:43 -0000 Original-Received: (qmail 7445 invoked from network); 20 Oct 2001 16:59:43 -0000 Original-Received: from moutvdom01.kundenserver.de (195.20.224.200) by gnus.org with SMTP; 20 Oct 2001 16:59:43 -0000 Original-Received: from [195.20.224.204] (helo=mrvdom00.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 15uzT9-0006ME-00 for ding@gnus.org; Sat, 20 Oct 2001 18:59:31 +0200 Original-Received: from pd9054029.dip0.t-ipconnect.de ([217.5.64.41] helo=arthur.inka.de) by mrvdom00.schlund.de with esmtp (Exim 2.12 #2) id 15uzT8-0004FV-00 for ding@gnus.org; Sat, 20 Oct 2001 18:59:31 +0200 Original-Received: from gromit.moeb ([192.168.27.3] ident=postfix) by arthur.inka.de with esmtp (Exim 3.30 #1) id 15uzSF-0002IC-00 for ding@gnus.org; Sat, 20 Oct 2001 18:58:35 +0200 Original-Received: by gromit.moeb (Postfix, from userid 207) id DAE321EA2A; Sat, 20 Oct 2001 18:58:33 +0200 (CEST) Mail-Copies-To: never Original-To: ding@gnus.org Original-Lines: 24 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39555 Older XEMacs versions don't have rfc822-goto-eoh, it was introduced in August into the XEmacs Packages repository and distributions will take some time to include it. The current Gnus CVS version uses the function - can we either add the function somewhere, e.g. as (from the XEmacs package): (when (not (fboundp 'rfc822-goto-eoh)) (defun rfc822-goto-eoh () ;; Go to header delimiter line in a mail message, following RFC822 rules (goto-char (point-min)) (while (looking-at "^[^: \n]+:\\|^[ \t]") (forward-line 1)) (point))) or check whether it's available before using it? Currently it's difficult to edit messages since rfc822-goto-eoh is missing :-( Andreas -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj