From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32230 Path: main.gmane.org!not-for-mail From: Andreas Jaeger Newsgroups: gmane.emacs.gnus.general Subject: [Patch] Symbol's functions definition is void: subst-char-in-string Date: 19 Aug 2000 11:00:34 +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 1035168533 18540 80.91.224.250 (21 Oct 2002 02:48:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:48:53 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id D906CD051E for ; Sat, 19 Aug 2000 05:11:39 -0400 (EDT) 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 EAC27471; Sat, 19 Aug 2000 04:11:35 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 19 Aug 2000 04:06:45 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA17383 for ; Sat, 19 Aug 2000 04:06:33 -0500 (CDT) Original-Received: from Cantor.suse.de (Cantor.suse.de [194.112.123.193]) by mailhost.sclp.com (Postfix) with ESMTP id 28007D051E for ; Sat, 19 Aug 2000 05:07:01 -0400 (EDT) Original-Received: from Hermes.suse.de (Hermes.suse.de [194.112.123.136]) by Cantor.suse.de (Postfix) with ESMTP id 311B21E0C3 for ; Sat, 19 Aug 2000 11:07:00 +0200 (MEST) Original-Received: from arthur.inka.de (Galois.suse.de [10.0.0.1]) by Hermes.suse.de (Postfix) with ESMTP id 3424D10A02A for ; Sat, 19 Aug 2000 11:06:59 +0200 (MEST) Original-Received: from gromit.rhein-neckar.de ([192.168.27.3] ident=postfix) by arthur.inka.de with esmtp (Exim 3.14 #1) id 13Q4UV-0000Yi-00 for ding@gnus.org; Sat, 19 Aug 2000 11:00:35 +0200 Original-Received: by gromit.rhein-neckar.de (Postfix, from userid 207) id 123BF1822; Sat, 19 Aug 2000 11:00:34 +0200 (CEST) Mail-Copies-To: never Original-To: ding@gnus.org Original-Lines: 38 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32230 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32230 With Dave's last patch: * nnheader.el (nnheader-replace-chars-in-string): Use subst-char-in-string if available. gnus failed for me on XEmacs with: Symbol's functions definition is void: subst-char-in-string The problem seems to be that lpath.el binds subst-char-in-string - and therefore the test in nnheader fails. The appended patch works for me. Can anybody commit it, plese? Thanks, Andreas 2000-08-19 Andreas Jaeger * lpath.el ((string-match "XEmacs" emacs-version)): Remove subst-char-in-string since we test elsewhere whether it's bound. --- lpath.el.~1~ Thu Jul 13 19:34:33 2000 +++ lpath.el Sat Aug 19 10:46:07 2000 @@ -34,7 +34,7 @@ set-buffer-multibyte find-non-ascii-charset-region char-charset mule-write-region-no-coding-system - find-charset-region subst-char-in-string + find-charset-region find-coding-systems-region get-charset-property coding-system-get w3-region w3-coding-system-for-mime-charset -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj