From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33723 Path: main.gmane.org!not-for-mail From: torkel@acc.umu.se (=?iso-8859-1?q?Bj=F6rn?= Torkelsson) Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with latest snapshot Date: 17 Dec 2000 18:45:14 +0100 Organization: HPC2N, =?iso-8859-1?q?Ume=E5?= University Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nae9v6ow5.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169774 26586 80.91.224.250 (21 Oct 2002 03:09:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:09:34 +0000 (UTC) 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 B5268D049D for ; Sun, 17 Dec 2000 12:45:32 -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 LAB25145; Sun, 17 Dec 2000 11:45:32 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 17 Dec 2000 11:44:57 -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 LAA03808 for ; Sun, 17 Dec 2000 11:44:45 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id 879ACD049D for ; Sun, 17 Dec 2000 12:45:09 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id SAA12702 for ding@gnus.org; Sun, 17 Dec 2000 18:45:33 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: lgh81.nornan.ac.se Original-X-Trace: quimby.gnus.org 977075132 3237 194.165.252.19 (17 Dec 2000 17:45:32 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 17 Dec 2000 17:45:32 GMT Mail-Copies-To: never X-Disclaimer: My opinions do not necessarily represent those of my employer User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Peisino,Ak(B) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33723 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33723 ShengHuo ZHU writes: > Gregory Chernov writes: > > > Hi, > > > > I've found couple of problems with latest snapshot > > (gnus-CURRENT-20001217). > > > > 1. Symbol's function definition is void: charsetp > > I'm using xemacs without mule and charsetp function is not defined. > > For now I can live with simple workaround: > > (defun charsetp (&optional var) nil) > > Fixed. But I am wondering whether set-buffer-multibyte is defined in > XEmacs w/o mule. No, it's not, nor is enable-multibyte-characters (which generates a lot of warnings when compiling). /torkel