From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29250 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-truncate-string Date: 16 Feb 2000 14:30:01 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20000216.020201.132693355.shigeki@mediawars.ne.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165953 1650 80.91.224.250 (21 Oct 2002 02:05:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:53 +0000 (UTC) Cc: ding 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 623EDD051E for ; Wed, 16 Feb 2000 08:30:42 -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 HAB03662; Wed, 16 Feb 2000 07:30:36 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Feb 2000 07:30:14 -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 HAA14183 for ; Wed, 16 Feb 2000 07:30:04 -0600 (CST) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 9B23DD051E for ; Wed, 16 Feb 2000 08:30:07 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id OAA01180; Wed, 16 Feb 2000 14:30:02 +0100 X-Authentication-Warning: badis.pdc.kth.se: jas set sender to jas@pdc.kth.se using -f Original-To: Shigeki Uno In-Reply-To: Shigeki Uno's message of "Wed, 16 Feb 2000 02:02:01 +0900 (JST)" Original-Lines: 23 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:29250 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29250 Shigeki Uno writes: > Hello, all. > > I've never experienced following warning and can't find out > a solution. > > I hit the key C-u space so that I can read old mails, but following > warning comin' up in the mini buffer: > > Symbol's function definition is void: gnus-truncate-string > > Any suggestions ? You've used a chao/semi/t/whatever gnus which put stuff in your .newsrc.eld which aren't defined in plain Gnus. Just put something like (defun gnus-truncate-string (str width &rest ignore) (substring str 0 width)) in your .emacs, start Gnus and save your .newsrc.eld to get rid of it.