From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31283 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: iso-2022-jp in scorefile Date: 04 Jun 2000 13:39:24 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <5bk8g55os3.fsf@heart.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167715 13148 80.91.224.250 (21 Oct 2002 02:35:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:35:15 +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 15FCFD051E for ; Sun, 4 Jun 2000 13:40:04 -0400 (EDT) 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 MAC09459; Sun, 4 Jun 2000 12:39:48 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 04 Jun 2000 12:39:11 -0500 (CDT) 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 MAA12452 for ; Sun, 4 Jun 2000 12:39:00 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by mailhost.sclp.com (Postfix) with ESMTP id D6919D051E for ; Sun, 4 Jun 2000 13:39:26 -0400 (EDT) Original-Received: from heart.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id NAA00880 for ; Sun, 4 Jun 2000 13:39:25 -0400 (EDT) Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.1b+Sun/Q++) id NAA02348; Sun, 4 Jun 2000 13:39:24 -0400 (EDT) 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: Karl Kleinpaste's message of "04 Jun 2000 12:49:23 -0400" Original-Lines: 23 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31283 Karl Kleinpaste writes: > However, this subject is in Japanese... > Subject: =?iso-2022-jp?B?GyRCJCokKiQrJE0kYiQmJDEjNRsoQg==?= > ...which displays very nicely in Gnus, as does the text (if only I > could read Japanese in the first place, of course). When I try to > score this subject down a megapoint, the minibuf prompt still displays > it as Japanese, but the score rule I find dropped into all/SCORE is... > ("~~~~~~~~" -1000000 730275 s) > ...which is, I suspect, not exactly helpful to my purpose. > > Perhaps it's significant that all Japanese displays similarly, using a > lot of tildes, when I use XEmacs in a tty. XEmacs saves unencodable characters as tildes. Using escape-quoted coding system might help, i.e. (setq score-mode-coding-system mm-auto-save-coding-system) If it works, the default value of score-mode-coding-system should be changed. Shenghuo