From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28228 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: I can't send non-ascii characters any more Date: 14 Dec 1999 14:51:58 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5bso15qp0h.fsf@giga.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165114 28799 80.91.224.250 (21 Oct 2002 01:51:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:51:54 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA17445 for ; Tue, 14 Dec 1999 14:53:16 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.1) with ESMTP id NAB00235; Tue, 14 Dec 1999 13:52:25 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 14 Dec 1999 13:52:35 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA09684 for ; Tue, 14 Dec 1999 13:52:24 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA17427 for ; Tue, 14 Dec 1999 14:52:00 -0500 (EST) Original-Received: from giga.cs.rochester.edu (giga.cs.rochester.edu [192.5.53.186]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id OAA15190 for ; Tue, 14 Dec 1999 14:51:59 -0500 (EST) Original-Received: (from zsh@localhost) by giga.cs.rochester.edu (8.9.1b+Sun/Q++) id OAA05081; Tue, 14 Dec 1999 14:51:58 -0500 (EST) 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: Laura Conrad's message of "14 Dec 1999 13:46:10 -0500" Original-Lines: 31 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 X-MIME-Autoconverted: from quoted-printable to 8bit by sclp3.sclp.com id OAA17445 Xref: main.gmane.org gmane.emacs.gnus.general:28228 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28228 >>>>> "LC" == Laura Conrad writes: LC> I seem to have lost my ability to send non-ascii characters. I LC> always used to go into iso-accents-mode and use the punctuation LC> combinations, and it would work. I have: LC> (setq message-default-charset `iso-8859-1) LC> in my .gnus.el. LC> Now when I type a word like Noël, when I try to send the message, LC> gnus tells me "Your message contains non-ascii characters, really LC> send?", and if I say "Yes", it asks if I want to use ascii to Do you use MULE or non-MULE XEmacs? Does the iso-accents-mode MULE compatible? You may input an iso-8859-1 character with accent, then type `M-: (char-charset (char-after)) RET' on the character. If it returns iso-8859-1, it should be OK. If it returns control-1 or so, that the trouble. LC> send, and doesn't give me any other choices. Is there something I LC> should change in my .gnus.el? If the message you sent out is OK, you may (setq mml-confirmation-set '(unknown-encoding use-ascii)) -- Shenghuo ZHU