From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21051 Path: main.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.gnus.general Subject: Re: startup file and upgrading Date: 08 Feb 1999 18:14:59 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87r9s2go8j.fsf@debian.castelnau.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035159230 20983 80.91.224.250 (21 Oct 2002 00:13:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:13:50 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA19688 for ; Mon, 8 Feb 1999 12:15:37 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB05939; Mon, 8 Feb 1999 11:13:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Feb 1999 11:14:01 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA22734 for ; Mon, 8 Feb 1999 11:13:50 -0600 (CST) Original-Received: from chico.franken.de (dns.franken.de [193.175.24.33]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA19655 for ; Mon, 8 Feb 1999 12:13:39 -0500 (EST) Original-Received: from gnu.UUCP by chico.franken.de (Smail3.2 #2) with UUCP for gnus.org!ding id m109uF7-005CthC; Mon, 8 Feb 1999 18:13:05 +0100 (MET) Original-Received: from luna.gnu.franken.de ([192.168.1.1]) by gnu.franken.de with smtp (ident root using rfc1413) id (Smail 3.1.29.1); Mon, 8 Feb 99 18:01 MET Original-Received: by luna.gnu.franken.de id (Smail-3.2 1996-Jul-4 #1); Mon, 8 Feb 1999 18:15:05 +0100 (MET) Original-To: hubert.fauque@wanadoo.fr In-Reply-To: hubert.fauque@wanadoo.fr's message of "07 Feb 1999 17:41:48 +0100" Original-Lines: 24 User-Agent: Gnus/5.070063 (Pterodactyl Gnus v0.63) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21051 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21051 hubert.fauque@wanadoo.fr writes: | After upgrading to 0.75 (from semi-gnus) I have had | a problem: gnus stopped with the error | void function: gnus-truncate-string Thanks for filing this report; I want to do it, too -- but since I found a work around, I forgot about it. ke@luna:/usr/share/emacs/20.3/lisp/gnus > grep gnus-truncate-string *.el gnus-ems.el: (defalias 'gnus-truncate-string 'truncate-string) I've put (defalias 'gnus-truncate-string 'truncate-string) into my .emacs (at work, where I'm using a more recent version of pgnus); of course, I open to a better way to avoid the error message. AFAI remember me, this error message only happens while entering certain groups. -- Karl Eichwalder