From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34539 Path: main.gmane.org!not-for-mail From: Tony Lam Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS version breaks with XEmacs Date: 02 Feb 2001 16:16:16 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <2tlpuh08vu7.fsf@mail.zoso> References: <2tllmrpaujf.fsf@mail.zoso> <5bk879knf1.fsf@avocet.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170447 30959 80.91.224.250 (21 Oct 2002 03:20:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:20:47 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 6396FD049D for ; Fri, 2 Feb 2001 19:18:08 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id SAC24220; Fri, 2 Feb 2001 18:16:42 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 02 Feb 2001 18:16:00 -0600 (CST) 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 SAA09909 for ; Fri, 2 Feb 2001 18:15:50 -0600 (CST) Original-Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by mailhost.sclp.com (Postfix) with ESMTP id ACB0DD049D for ; Fri, 2 Feb 2001 19:16:19 -0500 (EST) Original-Received: from zoso.Eng.Sun.COM ([129.144.14.1]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id QAA09756 for ; Fri, 2 Feb 2001 16:16:18 -0800 (PST) Original-Received: from philly.zoso.eng.sun.com (philly [129.144.14.61]) by zoso.Eng.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v2.0) with ESMTP id QAA18084 for ; Fri, 2 Feb 2001 16:16:17 -0800 (PST) X-Mailer: 21.2 (beta43) "Terspichore" XEmacs Lucid (via feedmail 9-beta-4 I) Original-To: ding@gnus.org In-Reply-To: <5bk879knf1.fsf@avocet.cs.rochester.edu> (ShengHuo ZHU's message of "02 Feb 2001 12:25:06 -0500") Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 18 Xref: main.gmane.org gmane.emacs.gnus.general:34539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34539 ShengHuo, Thanks for the quick fix. Tony ===> Today, ShengHuo ZHU(ZSH) wrote: ZSH> Tony Lam writes: >> mm-util.el in current cvs again uses 'charsetp' which is not defined >> in XEmacs, please fix it and avoid using it in the future. Thanks. >> >> Signaling: (void-function charsetp) >> charsetp(unicode-a) ZSH> Fixed. ZSH> ShengHuo