From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43747 Path: quimby.gnus.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Illegible text checking? Date: Sat, 02 Mar 2002 17:46:50 -0500 Message-ID: References: <20020302183701.A61931C240@J446-b.resJ.insa-lyon.fr> <2nzo1qre01.fsf@zsh.cs.rochester.edu> <20020302193201.7B1181C240@J446-b.resJ.insa-lyon.fr> <2nvgcer828.fsf@zsh.cs.rochester.edu> <20020302215835.10C171C240@J446-b.resJ.insa-lyon.fr> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1015109611 1180 195.204.10.66 (2 Mar 2002 22:53:31 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 2 Mar 2002 22:53:31 GMT Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16hINe-0000Ij-00; Sat, 02 Mar 2002 23:53:30 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16hIHh-000840-00; Sat, 02 Mar 2002 16:47:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 02 Mar 2002 16:47:18 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA13540 for ; Sat, 2 Mar 2002 16:47:07 -0600 (CST) Original-Received: (qmail 18518 invoked by alias); 2 Mar 2002 22:47:01 -0000 Original-Received: (qmail 18513 invoked from network); 2 Mar 2002 22:47:01 -0000 Original-Received: from roc-24-58-72-167.rochester.rr.com (HELO zsh.2y.net) (@24.58.72.167) by gnus.org with SMTP; 2 Mar 2002 22:47:01 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g22Mko119966; Sat, 2 Mar 2002 17:46:50 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Romain FRANCOISE's message of "Sat, 02 Mar 2002 22:58:34 +0100") Original-Lines: 22 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: quimby.gnus.org gmane.emacs.gnus.general:43747 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43747 Romain FRANCOISE writes: > ShengHuo ZHU writes: > >> It seems you turn off multibyte. What is (mm-multibyte-p) in the >> message buffer? > > It was nil, and looking at my configuration, I found that I had a > > (standard-display-european t) > > which is now marked as obsolete. I replaced it with > > (set-language-environment 'Latin-1) > > and Gnus doesn't complain anymore, but now, my mails are sent as QP, and > not 8bit. How do I get 8bit back? You can customize gnus-group-posting-charset-alist or mm-body-charset-encoding-alist. ShengHuo