From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32929 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with XEmacs and Mule Date: Sat, 21 Oct 2000 21:27:20 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <200010220127.e9M1RKU13269@zsh.2y.net> References: <200010211418.e9LEIis11035@zsh.2y.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169129 22502 80.91.224.250 (21 Oct 2002 02:58:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:58:49 +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 5DE54D051F for ; Sat, 21 Oct 2000 21:28:45 -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 UAB14862; Sat, 21 Oct 2000 20:27:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 21 Oct 2000 20:26:51 -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 UAA05774 for ; Sat, 21 Oct 2000 20:26:36 -0500 (CDT) Original-Received: from zsh.2y.net (roc-24-93-30-232.rochester.rr.com [24.93.30.232]) by mailhost.sclp.com (Postfix) with ESMTP id 06DB1D051F for ; Sat, 21 Oct 2000 21:26:58 -0400 (EDT) Original-Received: (from zsh@localhost) by zsh.2y.net (8.10.0/8.10.0) id e9M1RKU13269; Sat, 21 Oct 2000 21:27:20 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90 Original-Lines: 31 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32929 Sviatoslav Reyentenko writes: > Here is error message (this is for russian equivalent of 'test'): > > Wrong number of arguments: # [message "Encoding base64..." nil 0 base64-alphabet inputpos alphabet bits > cols counter work-buffer ((byte-code "" [work-buffer kill-buffer] > 2)) generate-new-buffer " *base64-work*" buffer-disable-undo > base64-encoder-program apply base64-run-command-on-region start end > base64-encoder-switches status t error "%s" char-int 3 base64-insert-char > lsh -18 1 logand -12 63 -6 4 72 ?\n 8 16 ?\= 2 markerp make-marker > insert-buffer-substring "Encoding base64... done"] 8 nil "r">, 3 > > so, it try to encode as base64, right? You might load a wrong base64.el. Possibly, it is base64.el in w3 package. `M-x list-load-path-shadows RET' may help you find out which one is loaded. BTW, is there a builtin base64 in XEmacs 21.1? > I'd prefer to not encode cyrillic headers, and, of course it concern not only > subject but cc and to fields, and when i get messages with base64-encoded > cyrillic fields, gnus don't decode it in summary nor in article buffer, > while it correct work with sending replies, forwards etc. When gnus used tm > there was variable mime/field-encoding-method-alist but now i don't know > how to work with it :( Are you looking for mm-body-charset-encoding-alist ? ShengHuo